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

MQeMasterCommsAdapterFree_in_st_ Struct Reference


Detailed Description

Master communications adapter - free function input structure.

Prototype: free_function_name( MQeStorageAdapterHndl hAdapter , MQeStorageAdapterFree_in_ * pInput , MQeStorageAdapterFree_out_ * pOutput);

Required actions: Close any communications items held by the adapter then free up all system resources held by the adapter. Failure to correctly free system resources may be ignored - however, this may lead to the system running out of resources. If you wish to indicate such a failure the return should be set to a value other than MQERETURN_OK.

Optional actions: Any


Data Fields

MQEVERSION version
MQEVOID * pPrivateData


Field Documentation

MQEVERSION MQeMasterCommsAdapterFree_in_st_::version
 

MQEVERSION containing the version of this structure.

MQEVOID* MQeMasterCommsAdapterFree_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