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

MQeStorageAdapterFree_in_st_ Struct Reference


Detailed Description

Free adapter function input structure.

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

Required actions: Free all system resources used by the adapter. If areas of storage have been kept open or had locks put on them these should be freed. An error may be ignored but the system may run out of resources. If you wish to indicate an error has occurred, then set the appropriate return and reason codes the exception block and return a value other than MQERETURN_OK.

Optional actions: Any


Data Fields

MQEVERSION version
MQEVOID * pPrivateData


Field Documentation

MQEVERSION MQeStorageAdapterFree_in_st_::version
 

MQEVERSION containing the version of this structure.

MQEVOID* MQeStorageAdapterFree_in_st_::pPrivateData
 

A pointer to the structure containing the data specific to this instance of the adapter.


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