2 writes to restrinctions
System.Messaging (2)
System\Messaging\Interop\Restrictions.cs (2)
91
this.
restrinctions
= Marshal.AllocHGlobal(maxCount * GetRestrictionSize());
110
this.
restrinctions
= (IntPtr)0;
5 references to restrinctions
System.Messaging (5)
System\Messaging\Interop\Restrictions.cs (5)
96
if (this.
restrinctions
!= (IntPtr)0)
100
short vt = Marshal.ReadInt16((IntPtr)((long)this.
restrinctions
+ (index * GetRestrictionSize()) + 8));
103
IntPtr dataPtr = (IntPtr)((long)this.
restrinctions
+ (index * GetRestrictionSize()) + 16);
109
Marshal.FreeHGlobal(this.
restrinctions
);
116
return (IntPtr)((long)
restrinctions
+ restrictionCount * GetRestrictionSize() + offset);