MQCOLUMNSET

 

Applies To: Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server Technical Preview, Windows Vista

The MQCOLUMNSET structure specifies the number of queue properties to be retrieved from each queue and their property identifiers. You can specify any number of queue properties, from a single queue property to all the properties provided by Message Queuing. Message Queuing can return any number of queue properties to the single query. For detailed information about the properties that can be included in the set, see Queue Properties.

typedef struct tagMQCOLUMNSET  
{  
  ULONG cCol;  
  PROPID _RPC_FAR * aCol;  
} MQCOLUMNSET;  

Members

cCol

Number of properties to be retrieved.

aCol

Array of property identifiers (for example, PROPID_Q_PATHNAME, PROPID_Q_INSTANCE, and so on).

Requirements

Windows NT/2000/XP: Included in Windows NT 4.0 SP3 and later.

Windows 95/98/Me: Included in Windows 95 and later.

Header: Declared in Mq.h.

See Also

Message Queuing Structures
Queue Properties
MQLocateBegin