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 |
|
MQEVERSION containing the version of this structure. |
|
A pointer to the structure containing the data specific to this instance of the adapter. |