Data Fields | |
MQEVERSION | version |
MQEVOID * | pExceptBlock |
MQEBYTE ** | ppBuffer |
MQEUINT32 * | pBufferSize |
|
MQEVERSION containing the version of this structure. |
|
Void pointer to an error structure to return error information to caller. This needs to be cast to the MQeExceptBlock within the function. The return and reason code are up to the user and should be from MQERETURN_USER_BASE upwards. See MQe_Native_ReturnCodes.h |
|
Pointer to a pointer for the buffer to return to the user. The read function should allocate the memory for the buffer |
|
Pointer to a MQEUINT32 to contain the buffer size. The read function should return the number of bytes in the buffer |