|
Functions |
MQERETURN | mqeMessageEnumeration_hasMore (MQeMessageEnumerationHndl hMessageEnumeration, MQeExceptBlock *pErrStruct, MQEBOOL *pMore) |
| This function determines if there is a next message element in hMessageEnumeration. If so, (*pMore) is assigned a value of MQE_TRUE; otherwise, (*pMore) is assigned MQE_FALSE.
|
MQERETURN | mqeMessageEnumeration_containsJustUID (MQeMessageEnumerationHndl hMessageEnumeration, MQeExceptBlock *pErrStruct, MQEBOOL *pJustUID) |
| This function determines if hMessageEnumeration contains justUID (a result of browse with justUID flag set). If so, (*pJustUID) is assigned a value of MQE_TRUE; otherwise, (*pMore) is assigned MQE_FALSE.
|
MQERETURN | mqeMessageEnumeration_next (MQeMessageEnumerationHndl hMessageEnumeration, MQeExceptBlock *pErrStruct, MQeFieldsHndl *phFields) |
| This function gets the current message pointed by the internal pointer in hMessageEnumeration.
|
MQERETURN | mqeMessageEnumeration_getLockId (MQeMessageEnumerationHndl hMessageEnumeration, MQeExceptBlock *pErrStruct, MQEINT64 *pLockId) |
| This function returns the lock id associated with the group of messages contained in hMessageEnumeration (-1 if not set).
|
MQERETURN | mqeMessageEnumeration_getQueueManagerName (MQeMessageEnumerationHndl hMessageEnumeration, MQeExceptBlock *pErrStruct, MQeStringHndl *phQueueManagerName) |
| This function returns the name of the queue manager that owns the queue from which the messages contained in hMessageEnumeration were browsed.
|
MQERETURN | mqeMessageEnumeration_getQueueName (MQeMessageEnumerationHndl hMessageEnumeration, MQeExceptBlock *pErrStruct, MQeStringHndl *phQueueName) |
| This function returns the name of the queue from which the messages contained in hMessageEnumeration were browsed.
|
| mqeMessageEnumeration_free (MQeMessageEnumerationHndl hMessageEnumeration, MQeExceptBlock *pErrStruct) |
| This function frees the hMessageEnumeration MQeMessageEnumerationHndl object.
|
It describes MQeMessageEnumeration C API prototypes.