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

Method FSCommand

DuiLib/Control/UIFlash.cpp:152–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 HRESULT CFlashUI::FSCommand (_bstr_t command, _bstr_t args)
153 {
154 if (m_pFlashEventHandler)
155 {
156 return m_pFlashEventHandler->FSCommand(command,args);
157 }
158 return S_OK;
159 }
160
161 HRESULT CFlashUI::FlashCall( _bstr_t request )
162 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected