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 |
|
MQEVERSION containing the version of this structure. |
|
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. |