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;
Windows NT: Requires version 4.0 SP3 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in mq.h.
Import Library: Use mqrt.lib.
Unicode: Defined only as Unicode.
MQLocateBegin, MQPROPERTYRESTRICTION