Home

 

C declaration

typedef struct tagMQSCO MQSCO;
struct tagMQSCO {
  MQCHAR4    StrucId;            /* Structure identifier */
  MQLONG     Version;            /* Structure version number */
  MQCHAR256  KeyRepository;      /* Location of SSL key repository */
  MQCHAR256  CryptoHardware;     /* Cryptographic hardware configuration
                                    string */
  MQLONG     AuthInfoRecCount;   /* Number of MQAIR records present */
  MQLONG     AuthInfoRecOffset;  /* Offset of first MQAIR record from
                                    start of MQSCO structure */
  PMQAIR     AuthInfoRecPtr;     /* Address of first MQAIR record */
};


 

Home