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

MQeStorageAdapterErase_in_st_ Struct Reference


Detailed Description

Erase adapter function input structure.

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


Field Documentation

MQEVERSION MQeStorageAdapterErase_in_st_::version
 

MQEVERSION containing the version of this structure.

MQeStringHndl MQeStorageAdapterErase_in_st_::hFileName
 

A MQeStringHndl containing the name of the area of storage to be deleted

MQEVOID* MQeStorageAdapterErase_in_st_::pPrivateData
 

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


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