PreviousNext

The void Type

The IDL void type is specified as follows:

void

The void type may be used to do the following:

· Specify the type of an operation that does not return a value

· Specify the type of a context handle parameter, which must be void*

· Specify the type of a NULL pointer constant, which must be void*