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

MQeStorageAdapterRead_in_st_ Struct Reference


Detailed Description

Read adapter function input structure.

Prototype: read_function_name( MQeStorageAdapterHndl hAdapter , MQeStorageAdapterRead_in_ * pInput , MQeStorageAdapterRead_out_ * pOutput);

Required actions: Allocate memory for a buffer then read data from the location indicated into that buffer. A pointer to the buffer and a pointer to the buffer size should be returned in the output structure. Should an error occur the eexception block should be set to the appropriate return and reason codes and return a value other than MQERETURN_OK

Optional actions: Any


Data Fields

MQEVERSION version
MQeStringHndl hFileName
MQEVOID * pPrivateData


Field Documentation

MQEVERSION MQeStorageAdapterRead_in_st_::version
 

MQEVERSION containing the version of this structure.

MQeStringHndl MQeStorageAdapterRead_in_st_::hFileName
 

The name of the area of storage containing the information to be read

MQEVOID* MQeStorageAdapterRead_in_st_::pPrivateData
 

A pointer to the adapter specific data


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