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