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