1 implementation of CreateInstancePointer
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\FreeThreadedStrategy.cs (1)
13void* IIUnknownStrategy.CreateInstancePointer(void* unknown)
1 reference to CreateInstancePointer
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
41_instancePointer = IUnknownStrategy.CreateInstancePointer(thisPointer);