Home

 

C language declaration

 

typedef struct tagMQCFSF {
  MQLONG  Type;         /* Structure type */
  MQLONG  StrucLength;  /* Structure length */
  MQLONG  Parameter;    /* Parameter identifier */
  MQLONG  Operator;     /* Operator identifier */
  MQLONG  CodedCharSetId; /* Coded character set identifier */
  MQLONG  FilterValueLength /* Filtervalue length */
  MQCHAR[1]  FilterValue;  /* Filter value */
 } MQCFSF;

 

Parent topic:

Language declarations


pc15170_


 

Home