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.

See Also

MQLocateBegin, MQPROPERTYRESTRICTION


© 1997 by Microsoft Corporation. All rights reserved.