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 |
|
MQEVERSION containing the version of this structure. |
|
The name of the area of storage containing the information to be read |
|
A pointer to the adapter specific data |