Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

MQeStorageAdapterRead_out_st_ Struct Reference


Detailed Description

Read adapter function output structure.


Data Fields

MQEVERSION version
MQEVOID * pExceptBlock
MQEBYTE ** ppBuffer
MQEUINT32 * pBufferSize


Field Documentation

MQEVERSION MQeStorageAdapterRead_out_st_::version
 

MQEVERSION containing the version of this structure.

MQEVOID* MQeStorageAdapterRead_out_st_::pExceptBlock
 

Void pointer to an error structure to return error information to caller. This needs to be cast the 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

MQEBYTE** MQeStorageAdapterRead_out_st_::ppBuffer
 

A pointer to a pointer to a buffer containing the data read

MQEUINT32* MQeStorageAdapterRead_out_st_::pBufferSize
 

A pointer MQEINT32 containing the length of the buffer


The documentation for this struct was generated from the following file:
Generated Thu Aug 11 23:27:18 2005 for Websphere MQ Everyplace for Multiplatforms C Programming Reference