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

Method FindId

DuiLib/Control/UIWebBrowser.cpp:547–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545}
546
547DISPID DuiLib::CWebBrowserUI::FindId( IDispatch *pObj, LPOLESTR pName )
548{
549 DISPID id = 0;
550 if(FAILED(pObj->GetIDsOfNames(IID_NULL,&pName,1,LOCALE_SYSTEM_DEFAULT,&id))) id = -1;
551 return id;
552}
553
554HRESULT DuiLib::CWebBrowserUI::InvokeMethod( IDispatch *pObj, LPOLESTR pMehtod, VARIANT *pVarResult, VARIANT *ps, int cArgs )
555{

Callers

nothing calls this directly

Calls 1

GetIDsOfNamesMethod · 0.45

Tested by

no test coverage detected