This header file contains the basic MQ Everyplace type definitions. Links to full documentation of the functionality for each type is provided.
Data Structures | |
struct | MQeExceptBlock_st |
Exception Block Structure. More... | |
Defines | |
#define | SET_EXCEPT_BLOCK(p, ecv, ercv) |
#define | EC(p) |
#define | ERC(p) |
#define | SET_EXCEPT_BLOCK_TO_DEFAULT(p) |
#define | NEW_EXCEPT_BLOCK(newBlock, originalBlock) |
Initializes a new exception block from an existing one. | |
Typedefs | |
typedef MQeExceptBlock_st | MQeExceptBlock |
typedef for MQeExceptBlock_st | |
Enumerations | |
enum | MQETYPEOFSTRING_enm { STR_TYPE_UNKNOWN, SB_STR, DB_UNI_STR, QB_UNI_STR, UTF8_STR, UTF16_STR } |
|
Sets the return code and reason code - ecv is the return code, ercv is the reason code |
|
Accessor for the Return Code in the exception block |
|
Accessor for the Reason Code in the exception block |
|
Sets the return and reason codes to default values - i.e. no error condition
|
|
|