13 references to Interface
System.Private.Windows.Core (13)
Windows.Win32.IRunningObjectTable.g.cs (7)
72
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
116
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
149
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
181
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
227
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
272
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
308
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
Windows.Win32.System_Com_IRunningObjectTable_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.System.Com.IRunningObjectTable.
Interface
.Register(winmdroot.System.Com.ROT_FLAGS, winmdroot.System.Com.IUnknown*, winmdroot.System.Com.IMoniker*, uint*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Register(this winmdroot.System.Com.IRunningObjectTable.
Interface
@this, winmdroot.System.Com.ROT_FLAGS grfFlags, winmdroot.System.Com.IUnknown* punkObject, winmdroot.System.Com.IMoniker* pmkObjectName, out uint pdwRegister)
33
/// <inheritdoc cref="winmdroot.System.Com.IRunningObjectTable.
Interface
.NoteChangeTime(uint, global::System.Runtime.InteropServices.ComTypes.FILETIME*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT NoteChangeTime(this winmdroot.System.Com.IRunningObjectTable.
Interface
@this, uint dwRegister, in global::System.Runtime.InteropServices.ComTypes.FILETIME pfiletime)
43
/// <inheritdoc cref="winmdroot.System.Com.IRunningObjectTable.
Interface
.GetTimeOfLastChange(winmdroot.System.Com.IMoniker*, global::System.Runtime.InteropServices.ComTypes.FILETIME*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT GetTimeOfLastChange(this winmdroot.System.Com.IRunningObjectTable.
Interface
@this, winmdroot.System.Com.IMoniker* pmkObjectName, out global::System.Runtime.InteropServices.ComTypes.FILETIME pfiletime)