1 write to restrictionStructure
System.Messaging (1)
System\Messaging\Interop\Restrictions.cs (1)
30this.restrictionStructure = new MQRESTRICTION(maxRestrictions);
10 references to restrictionStructure
System.Messaging (10)
System\Messaging\Interop\Restrictions.cs (10)
48Marshal.WriteInt32(restrictionStructure.GetNextValidPtr(0), op); 49Marshal.WriteInt32(restrictionStructure.GetNextValidPtr(4), id); 50Marshal.WriteInt16(restrictionStructure.GetNextValidPtr(8), vt); 51Marshal.WriteInt16(restrictionStructure.GetNextValidPtr(10), (short)0); 52Marshal.WriteInt16(restrictionStructure.GetNextValidPtr(12), (short)0); 53Marshal.WriteInt16(restrictionStructure.GetNextValidPtr(14), (short)0); 54Marshal.WriteIntPtr(restrictionStructure.GetNextValidPtr(16), data); 55Marshal.WriteIntPtr(restrictionStructure.GetNextValidPtr(16 + IntPtr.Size), (IntPtr)0); 56++restrictionStructure.restrictionCount; 78return this.restrictionStructure;