Prototype: write_function_name( MQeStorageAdapterHndl hAdapter , MQeStorageAdapterWrite_in_ * pInput , MQeStorageAdapterWrite_out_ * pOutput);
Required actions: Write the specified amount of data held in the output buffer to the network. The actual amount of data written is returned in the output structure. Failure to write the specified amount of data will result in the error block being set with the appropriate return and reason codes and the return set to value other than MQERETURN_OK.
Optional actions: Any
Data Fields | |
MQEVERSION | version |
MQEBYTE * | pBuffer |
MQEVOID * | pPrivateData |
|
MQEVERSION containing the version of this structure. |
|
Pointer to a buffer containing data to be written |
|
A pointer to the structure containing the data specific to this instance of the adapter. This should be cast to the relevant structure for the adapter. |