Home
C declaration
typedef struct tagMQACH MQACH; struct tagMQACH { MQCHAR4 StrucId; /* Structure identifier */ MQLONG Version; /* Structure version number */ MQLONG StrucLength; /* Length of MQACH structure */ MQLONG ChainAreaLength; /* Total length of chain area */ MQCHAR48 ExitInfoName; /* Exit information name */ PMQACH NextChainAreaPtr; /* Address of next MQACH structure in chain */ };
Parent topic:
MQACH – API exit chain header
fa20090_
Home