3 references to GetInterface
System.Private.Windows.Core (3)
Windows\Win32\System\Com\AgileComPointer.cs (3)
134
var scope = GlobalInterfaceTable.
GetInterface
<TInterface>(_cookie, out HRESULT hr);
154
=> GlobalInterfaceTable.
GetInterface
<TInterface>(_cookie, out hr);
162
var scope = GlobalInterfaceTable.
GetInterface
<TAsInterface>(_cookie, out hr);