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

MQe_MQe.h File Reference


Detailed Description

Static functions.

This file defines a number of static functions that are used in the system. These can be thought of as utility functions.


Defines

#define IS_HANDLE_NULL(x)

Functions

MQERETURN mqe_uniqueValue (MQeExceptBlock *pErrStruct, MQEINT64 *pUniqueValue)
 Generates a unique value.


Define Documentation

#define IS_HANDLE_NULL  
 

Determine if the handle passed to it is representing a null object


Function Documentation

MQERETURN mqe_uniqueValue MQeExceptBlock   pErrStruct,
MQEINT64 *    pUniqueValue
 

Generates a unique value.

Parameters:
pErrStruct  [in/out] Pointer to a pre-allocated MQeExceptBlock structure
pUniqueValue  [in] Pointer to result variable
Precondition:
pErrStruct points to a pre-allocated MQeExceptBlock structure (no error information. is returned if pErrStruct is null).
Precondition:
*pUniqueValue must point to an MQEINT64 variable.
Returns :
Result in (*pUniqueValue).
Return values:
MQERETURN_OK  Completed Successfully


Generated Thu Aug 11 23:27:10 2005 for Websphere MQ Everyplace for Multiplatforms C Programming Reference