Home
last modified time | relevance | path

Searched refs:pbSilent (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/ieframe/
H A Dwebbrowser.c903 static HRESULT WINAPI WebBrowser_get_Silent(IWebBrowser2 *iface, VARIANT_BOOL *pbSilent) in WebBrowser_get_Silent() argument
907 TRACE("(%p)->(%p)\n", This, pbSilent); in WebBrowser_get_Silent()
909 *pbSilent = This->doc_host.silent; in WebBrowser_get_Silent()
H A Die.c582 static HRESULT WINAPI InternetExplorer_get_Silent(IWebBrowser2 *iface, VARIANT_BOOL *pbSilent) in InternetExplorer_get_Silent() argument
585 FIXME("(%p)->(%p)\n", This, pbSilent); in InternetExplorer_get_Silent()
/reactos/sdk/include/psdk/
H A Dexdisp.idl289 [id(551), propget] HRESULT Silent([out, retval] VARIANT_BOOL *pbSilent);
/reactos/dll/win32/browseui/
H A Dshellbrowser.cpp581 STDMETHOD(get_Silent)(VARIANT_BOOL *pbSilent) override;
3462 HRESULT STDMETHODCALLTYPE CShellBrowser::get_Silent(VARIANT_BOOL *pbSilent) in get_Silent() argument
/reactos/modules/rostests/winetests/mshtml/
H A Dhtmldoc.c4839 static HRESULT WINAPI WebBrowser_get_Silent(IWebBrowser2 *iface, VARIANT_BOOL *pbSilent) in WebBrowser_get_Silent() argument