8 references to GetNextValidPtr
System.Messaging (8)
System\Messaging\Interop\Restrictions.cs (8)
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);