9 references to ROT_FLAGS
System.Private.Windows.Core (9)
Windows.Win32.IRunningObjectTable.g.cs (7)
55
/// <inheritdoc cref="Register(winmdroot.System.Com.
ROT_FLAGS
, winmdroot.System.Com.IUnknown*, winmdroot.System.Com.IMoniker*, uint*)"/>
56
internal unsafe winmdroot.Foundation.HRESULT Register(winmdroot.System.Com.
ROT_FLAGS
grfFlags, winmdroot.System.Com.IUnknown* punkObject, winmdroot.System.Com.IMoniker* pmkObjectName, out uint pdwRegister)
68
private static winmdroot.Foundation.HRESULT Register(IRunningObjectTable* pThis, winmdroot.System.Com.
ROT_FLAGS
grfFlags, winmdroot.System.Com.IUnknown* punkObject, winmdroot.System.Com.IMoniker* pmkObjectName, uint* pdwRegister)
104
public unsafe winmdroot.Foundation.HRESULT Register(winmdroot.System.Com.
ROT_FLAGS
grfFlags, winmdroot.System.Com.IUnknown* punkObject, winmdroot.System.Com.IMoniker* pmkObjectName, uint* pdwRegister)
106
return ((delegate *unmanaged [Stdcall]<IRunningObjectTable*,winmdroot.System.Com.
ROT_FLAGS
,winmdroot.System.Com.IUnknown* ,winmdroot.System.Com.IMoniker* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IRunningObjectTable*)Unsafe.AsPointer(ref this), grfFlags, punkObject, pmkObjectName, pdwRegister);
360
internal delegate *unmanaged [Stdcall]<IRunningObjectTable*,winmdroot.System.Com.
ROT_FLAGS
,winmdroot.System.Com.IUnknown* ,winmdroot.System.Com.IMoniker* ,uint* ,winmdroot.Foundation.HRESULT> Register_4;
405
unsafe winmdroot.Foundation.HRESULT Register(winmdroot.System.Com.
ROT_FLAGS
grfFlags, winmdroot.System.Com.IUnknown* punkObject, winmdroot.System.Com.IMoniker* pmkObjectName, uint* pdwRegister);
Windows.Win32.System_Com_IRunningObjectTable_Extensions.g.cs (2)
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)