Prototype: erase_function_name( MQeStorageAdapterHndl hAdapter , MQeStorageAdapterErase_in_ * pInput , MQeStorageAdapterErase_out_ * pOutput);
Required actions: Erase an area from the location specified. If an error occurs the appropriate return and reason codes should be put in the exception block and a value other than MQERETURN_OK returned.
Optional actions: Any
Data Fields | |
MQEVERSION | version |
MQeStringHndl | hFileName |
MQEVOID * | pPrivateData |
|
MQEVERSION containing the version of this structure. |
|
A MQeStringHndl containing the name of the area of storage to be deleted |
|
A pointer to the structure containing the data specific to this instance of the plug in adapter. |