C declaration
typedef struct tagMQZAC MQZAC;
struct tagMQZAC {
MQCHAR4 StrucId; /* Structure identifier */
MQLONG Version; /* Structure version number */
MQPID ProcessId; /* Process identifier */
MQTID ThreadId; /* Thread identifier */
MQCHAR28 ApplName; /* Application name */
MQCHAR12 UserID; /* User identifier */
MQCHAR12 EffectiveUserID; /* Effective user identifier */
MQLONG Environment; /* Environment */
MQLONG CallerType; /* Caller type */
MQLONG AuthenticationType; /* Authentication type */
MQLONG BindType; /* Bind type */
};