| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected