C declaration for MQTM
typedef struct tagMQTM MQTM; struct tagMQTM { MQCHAR4 StrucId; /* Structure identifier */ MQLONG Version; /* Structure version number */ MQCHAR48 QName; /* Name of triggered queue */ MQCHAR48 ProcessName; /* Name of process object */ MQCHAR64 TriggerData; /* Trigger data */ MQLONG ApplType; /* Application type */ MQCHAR256 ApplId; /* Application identifier */ MQCHAR128 EnvData; /* Environment data */ MQCHAR128 UserData; /* User data */ };Parent topic: Initial values and language declarations for MQTM