Main Page Modules Data Structures File List Data Fields Globals Related Pages
MQeMasterCommsAdapterNew_in_st_ Struct Reference
Detailed Description
Master communications adapter - new function input structure.
Prototype: new_function_name( MQeStorageAdapterHndl hAdapter , MQeStorageAdapterNew_in_ * pInput , MQeStorageAdapterNew_out_ * pOutput);
Required actions: Set the output structure parameters giving the relevant function names to be called for the read, write and free functions. If required, allocate memory for the adapter specific structure and set the pPrivateData to point to this structure. If anything untoward should happen during initialization of the adapter then free all system resources, set the error block to the appropriate return and reason codes and return a value other than MQERETURN_OK.
Optional actions: Any
Field Documentation
MQEVERSION MQeMasterCommsAdapterNew_in_st_::version
|
|
|
MQEVERSION containing the version of this structure. |
MQeStringHndl* MQeMasterCommsAdapterNew_in_st_::phDestinationInfo
|
|
|
An array of strings to allow the adapter to connect to the correct machine at the correct location. This array is made up of the information given in the connection definition for the adapter parameters |
MQEINT32 MQeMasterCommsAdapterNew_in_st_::destinationLen
|
|
|
The number of elements in the phDestinationInfo array |
MQeStringHndl MQeMasterCommsAdapterNew_in_st_::hCommand
|
|
|
The command to pass to the slave, this should default to ?Channel or can be the name of a servlet |
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