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

MQeMasterCommsAdapterWrite_in_st_ Struct Reference


Detailed Description

Master communications adapter - write function input structure.

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


Field Documentation

MQEVERSION MQeMasterCommsAdapterWrite_in_st_::version
 

MQEVERSION containing the version of this structure.

MQEBYTE* MQeMasterCommsAdapterWrite_in_st_::pBuffer
 

Pointer to a buffer containing data to be written

MQEVOID* MQeMasterCommsAdapterWrite_in_st_::pPrivateData
 

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.


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