12 references to OLECMDF
System.Windows.Forms.Primitives (12)
Windows.Win32.IWebBrowser2.g.cs (7)
1453
private static winmdroot.Foundation.HRESULT QueryStatusWB(IWebBrowser2* pThis, winmdroot.System.Ole.OLECMDID cmdID, winmdroot.System.Ole.
OLECMDF
* pcmdf)
1470
public winmdroot.System.Ole.
OLECMDF
QueryStatusWB(winmdroot.System.Ole.OLECMDID cmdID)
1472
winmdroot.System.Ole.
OLECMDF
__retVal = default(winmdroot.System.Ole.
OLECMDF
);
1473
((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Ole.OLECMDID ,winmdroot.System.Ole.
OLECMDF
* ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IWebBrowser2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure();
2121
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Ole.OLECMDID ,winmdroot.System.Ole.
OLECMDF
* ,winmdroot.Foundation.HRESULT> QueryStatusWB_54;
2401
unsafe winmdroot.Foundation.HRESULT QueryStatusWB(winmdroot.System.Ole.OLECMDID cmdID, winmdroot.System.Ole.
OLECMDF
* pcmdf);
Windows.Win32.OLECMD.g.cs (2)
39
internal
OLECMDF
cmdf
41
get => (
OLECMDF
)this._cmdf;
Windows.Win32.UI_Shell_IWebBrowser2_Extensions.g.cs (3)
89
/// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser2.Interface.QueryStatusWB(winmdroot.System.Ole.OLECMDID, winmdroot.System.Ole.
OLECMDF
*)"/>
90
internal static unsafe winmdroot.Foundation.HRESULT QueryStatusWB(this winmdroot.UI.Shell.IWebBrowser2.Interface @this, winmdroot.System.Ole.OLECMDID cmdID, out winmdroot.System.Ole.
OLECMDF
pcmdf)
92
fixed (winmdroot.System.Ole.
OLECMDF
* pcmdfLocal = &pcmdf)