C declaration for MQCSP
typedef struct tagMQCSP MQCSP; struct tagMQCSP { MQCHAR4 StrucId; /* Structure identifier */ MQLONG Version; /* Structure version number */ MQLONG AuthenticationType; /* Type of authentication */ MQBYTE4 Reserved1; /* Required for IBM i pointer alignment */ MQPTR CSPUserIdPtr; /* Address of user ID */ MQLONG CSPUserIdOffset; /* Offset of user ID */ MQLONG CSPUserIdLength; /* Length of user ID */ MQBYTE8 Reserved2; /* Required for IBM i pointer alignment */ alignment */ MQPTR CSPPasswordPtr; /* Address of password */ MQLONG CSPPasswordOffset; /* Offset of password */ MQLONG CSPPasswordLength; /* Length of password */ };Parent topic: Initial values and language declarations for MQCSP