Functions | |
MQERETURN | mqeRemoteQueueAdminMsg_new (MQeExceptBlock *pErrStruct, MQeRemoteQueueAdminMsgHndl *phMsgObj, MQECONST MQeStringHndl hQueueMgr, MQECONST MQeStringHndl hQueue) |
This function constructs an MQeRemoteQueueAdminMsgHndl dedicated for MQSeries Everyplace administration (in its default form). |
|
Users are expected to apply mqeAdminMsg_*() API calls to the returned object. However, the returned object is no different from an object returned by mqeMsg_new() except some extra default fields are introduced. Any calls (except mqeMsg_free()) applicable to an MQeMsg can therefore be applied to the returned object as well (provided you known what you are doing).
|