1 instantiation of MQRESTRICTION
System.Messaging (1)
System\Messaging\Interop\Restrictions.cs (1)
30
this.restrictionStructure = new
MQRESTRICTION
(maxRestrictions);
5 references to MQRESTRICTION
System.Messaging (5)
System\Messaging\Interop\Restrictions.cs (2)
20
private
MQRESTRICTION
restrictionStructure;
76
public virtual
MQRESTRICTION
GetRestrictionsRef()
System\Messaging\Interop\UnsafeNativeMethods.cs (2)
121
private static extern int IntMQLocateBegin(string context, Restrictions.
MQRESTRICTION
Restriction, Columns.MQCOLUMNSET columnSet, IntPtr sortSet, out LocatorHandle enumHandle);
122
public static int MQLocateBegin(string context, Restrictions.
MQRESTRICTION
Restriction, Columns.MQCOLUMNSET columnSet, out LocatorHandle enumHandle)
System\Messaging\MessageQueueCriteria.cs (1)
234
internal Restrictions.
MQRESTRICTION
Reference