Home

 

ReceiveExitPtr (MQPTR)

 

Address of first ReceiveExit field.

If ReceiveExitsDefined is greater than zero, this is the address of the list of names of each channel receive exit in the chain.

Each name is in a field of length ExitNameLength, padded to the right with blanks. There are ReceiveExitsDefined fields adjoining one another – one for each exit.

Any changes made to these names by an exit are preserved, although the message channel exit takes no explicit action – it does not change which exits are invoked.

If ReceiveExitsDefined is zero, this field is the null pointer.

On platforms where the programming language does not support the pointer data type, this field is declared as a byte string of the appropriate length.

This is an input field to the exit. The field is not present if Vis less than MQCD_VERSION_4.

 

Parent topic:

Fields


ic18670_


 

Home