6 references to GlobalInterfaceTable
Microsoft.Private.Windows.Core (6)
Windows\Win32\System\Com\AgileComPointer.cs (5)
70
_cookie =
GlobalInterfaceTable
.RegisterInterface(@interface);
124
var scope =
GlobalInterfaceTable
.GetInterface<TInterface>(_cookie, out HRESULT hr);
144
=>
GlobalInterfaceTable
.GetInterface<TInterface>(_cookie, out hr);
152
var scope =
GlobalInterfaceTable
.GetInterface<TAsInterface>(_cookie, out hr);
192
HRESULT hr =
GlobalInterfaceTable
.RevokeInterface(cookie);
Windows\Win32\System\Com\GlobalInterfaceTable.cs (1)
66
Debug.WriteLineIf(hr.Failed, $"{nameof(
GlobalInterfaceTable
)}: Failed to revoke interface.");