MCPcopy Create free account
hub / github.com/cinience/RedisStudio / QueryStatus

Method QueryStatus

DuiLib/Control/UIWebBrowser.cpp:629–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629HRESULT STDMETHODCALLTYPE DuiLib::CWebBrowserUI::QueryStatus( __RPC__in_opt const GUID *pguidCmdGroup, ULONG cCmds, __RPC__inout_ecount_full(cCmds ) OLECMD prgCmds[ ], __RPC__inout_opt OLECMDTEXT *pCmdText )
630{
631 HRESULT hr = OLECMDERR_E_NOTSUPPORTED;
632 return hr;
633}
634
635HRESULT STDMETHODCALLTYPE DuiLib::CWebBrowserUI::Exec( __RPC__in_opt const GUID *pguidCmdGroup, DWORD nCmdID, DWORD nCmdexecopt, __RPC__in_opt VARIANT *pvaIn, __RPC__inout_opt VARIANT *pvaOut )
636{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected