|
Functions |
MQERETURN | mqeFieldEnumeration_hasMore (MQeFieldEnumerationHndl hFieldEnumeration, MQeExceptBlock *pErrStruct, MQEBOOL *pMore) |
| This function determines if there are more field elements in hFieldEnumeration. If there are more fields (*pMore) is assigned a value of MQE_TRUE; otherwise, (*pMore) is assigned MQE_FALSE.
|
MQERETURN | mqeFieldEnumeration_next (MQeFieldEnumerationHndl hFieldEnum, MQeExceptBlock *pErrStruct, MQeStringHndl *phFieldName) |
| This function gets the name of the current field name pointed by the internal pointer in hFieldEnumeration.
|
MQERETURN | mqeFieldEnumeration_free (MQeFieldEnumerationHndl hFieldEnumeration, MQeExceptBlock *pErrStruct) |
| This function frees the hFieldEnumeration MQeFieldEnumerationHndl object.
|
This page describes MQeFieldEnumeration C API prototypes.