2.2.13 MQCOLUMNSET

The MQCOLUMNSET structure specifies a list of MSMQ object property identifiers. This structure is used in directory query operations to define the set of MSMQ object properties to be returned. See section 3.1.4.17.

 typedef struct tagMQCOLUMNSET {
   [range(0,128)] unsigned long cCol;
   [size_is(cCol)] PROPID* aCol;
 } MQCOLUMNSET;

cCol: MUST be set to the count of property identifiers in aCol.

aCol: A pointer to an array of property identifiers. Each element of the array MUST be one of the values specified in the object property identifier table in section 2.2.10.1.