2 implementations of CreateInstancePointer
System.Private.Windows.Core (1)
Windows\Win32\System\Com\GlobalInterfaceTable.UnknownStrategy.cs (1)
18
void* IIUnknownStrategy.
CreateInstancePointer
(void* unknown)
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\FreeThreadedStrategy.cs (1)
13
void* IIUnknownStrategy.
CreateInstancePointer
(void* unknown)
1 reference to CreateInstancePointer
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
43
_instancePointer = IUnknownStrategy.
CreateInstancePointer
(thisPointer);