7 references to Interface
System.Private.Windows.Core (7)
Windows.Win32.IGlobalInterfaceTable.g.cs (3)
75
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
112
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
157
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
Windows.Win32.System_Com_IGlobalInterfaceTable_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.System.Com.IGlobalInterfaceTable.
Interface
.RegisterInterfaceInGlobal(winmdroot.System.Com.IUnknown*, global::System.Guid*, uint*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT RegisterInterfaceInGlobal(this winmdroot.System.Com.IGlobalInterfaceTable.
Interface
@this, winmdroot.System.Com.IUnknown* pUnk, in global::System.Guid riid, out uint pdwCookie)
36
/// <inheritdoc cref="winmdroot.System.Com.IGlobalInterfaceTable.
Interface
.GetInterfaceFromGlobal(uint, global::System.Guid*, void**)"/>
37
internal static unsafe winmdroot.Foundation.HRESULT GetInterfaceFromGlobal(this winmdroot.System.Com.IGlobalInterfaceTable.
Interface
@this, uint dwCookie, in global::System.Guid riid, out void* ppv)