7 references to GetIntPtr
System.Messaging (7)
System\Messaging\Message.cs (1)
1655
IntPtr memoryHandle = machineProperties.
GetIntPtr
(NativeMethods.MACHINE_PATHNAME);
System\Messaging\MessageQueue.cs (6)
418
IntPtr handle = Properties.
GetIntPtr
(NativeMethods.QUEUE_PROPID_TYPE);
718
IntPtr handle = Properties.
GetIntPtr
(NativeMethods.QUEUE_PROPID_INSTANCE);
747
IntPtr handle = Properties.
GetIntPtr
(NativeMethods.QUEUE_PROPID_LABEL);
1019
IntPtr handle = Properties.
GetIntPtr
(NativeMethods.QUEUE_PROPID_MULTICAST_ADDRESS);
1184
IntPtr handle = Properties.
GetIntPtr
(NativeMethods.QUEUE_PROPID_PATHNAME);
1912
IntPtr handle = machineProperties.
GetIntPtr
(NativeMethods.MACHINE_ID);