4 references to GetRestrictionSize
System.Messaging (4)
System\Messaging\Interop\Restrictions.cs (4)
91
this.restrinctions = Marshal.AllocHGlobal(maxCount *
GetRestrictionSize
());
100
short vt = Marshal.ReadInt16((IntPtr)((long)this.restrinctions + (index *
GetRestrictionSize
()) + 8));
103
IntPtr dataPtr = (IntPtr)((long)this.restrinctions + (index *
GetRestrictionSize
()) + 16);
116
return (IntPtr)((long)restrinctions + restrictionCount *
GetRestrictionSize
() + offset);