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