MQRESTRICTION

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;
 

Members

cRes
Number of property restrictions to use in the query.
*paPropRes
An array of property restrictions. To specify a property restriction, see MQPROPERTYRESTRICTION.

QuickInfo

  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.

See Also

MQLocateBegin, MQPROPERTYRESTRICTION