The MQRESTRICTION structure indicates the properties used to locate queues in a query. Only those public queues that match all the restrictions specified here are returned by the query.
For information on starting the query, see MQLocateBegin.
typedef struct tagMQRESTRICTION
{
ULONG cRes;
MQPROPERTYRESTRICTION _RPC_FAR *paPropRes;
} MQRESTRICTION;
MQLocateBegin, MQPROPERTYRESTRICTION