1 write to ptr
System.Messaging (1)
System\Messaging\Interop\MessagePropertyVariants.cs (1)
336newVectorProperties[usedProperties].ptr = handle.AddrOfPinnedObject();
5 references to ptr
System.Messaging (5)
System\Messaging\Interop\MessagePropertyVariants.cs (1)
411objects[vectorIdentifiers[i] - basePropertyId] = vectorProperties[i].ptr;
System\Messaging\MessageQueueEnumerator.cs (4)
207currentItem = Marshal.PtrToStringUni(array[0].ptr); 208Marshal.Copy(array[1].ptr, currentGuid, 0, 16); 210SafeNativeMethods.MQFreeMemory(array[0].ptr); 211SafeNativeMethods.MQFreeMemory(array[1].ptr);