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

MQeStorageAdapterList_in_st_ Struct Reference


Detailed Description

List adapter function input structure.

Prototype: list_function_name( MQeStorageAdapterHndl hAdapter , MQeStorageAdapterList_in_ * pInput , MQeStorageAdapterList_out_ * pOutput);

Required actions: List the named areas in the location specified by the hLocation in the input structure taking into account any filter set on the list. The list is then returned in the output structure as a MQeVector. 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 hLocation
MQeStringHndl hFilter
MQEVOID * pPrivateData


Field Documentation

MQEVERSION MQeStorageAdapterList_in_st_::version
 

MQEVERSION containing the version of this structure.

MQeStringHndl MQeStorageAdapterList_in_st_::hLocation
 

Location in storage from which the list should be built

MQeStringHndl MQeStorageAdapterList_in_st_::hFilter
 

Filter to apply to the list

MQEVOID* MQeStorageAdapterList_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