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