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

MQe_RunList.h File Reference

The MQe RunList class C API header file. More...


Functions

MQERETURN mqeRunList_new (MQeExceptBlock *pErrStruct, MQeRunListHndl *phRunList, MQeRunList_ActivateFunc pHandlerFunc)
 This function creates a MQeRunList.

MQERETURN mqeRunList_free (MQeRunListHndl hRunList, MQeExceptBlock *pErrStruct)
 This function frees a MQeRunList.


Detailed Description

It describes MQeRunList C API prototypes.


Function Documentation

MQERETURN mqeRunList_new MQeExceptBlock   pErrStruct,
MQeRunListHndl *    phRunList,
MQeRunList_ActivateFunc    pHandlerFunc
 

Parameters:
pErrStruct  pointer to a pre-allocated MQeExceptBlock structure.
phRunList  pointer to output handle.
pHandlerFunc  pointer to a user implemented MQeRunList_MsgArrivedFunc function.
Precondition:
pErrStruct should point to a pre-allocated MQeExceptBlock structure (no error information will be returned if pErrStruct is null).
pHandlerFunc must not be NULL.
Return values:
MQERETURN_OK  Completed Sucessfully

MQERETURN mqeRunList_free MQeRunListHndl    hRunList,
MQeExceptBlock   pErrStruct
 

Parameters:
hRunList  handle for the MQeRunList to be freed.
pErrStruct  pointer to a pre-allocated MQeExceptBlock structure.
Precondition:
pErrStruct should point to a pre-allocated MQeExceptBlock structure (no error information will be returned if pErrStruct is null).
Return values:
MQERETURN_OK  Completed Sucessfully


Generated Thu Aug 11 23:41:23 2005 for Websphere MQ Everyplace for Multiplatforms C Bindings Reference