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

Method OnProgress

DuiLib/Control/UIFlash.cpp:143–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 HRESULT CFlashUI::OnProgress(long percentDone )
144 {
145 if (m_pFlashEventHandler)
146 {
147 return m_pFlashEventHandler->OnProgress(percentDone);
148 }
149 return S_OK;
150 }
151
152 HRESULT CFlashUI::FSCommand (_bstr_t command, _bstr_t args)
153 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected