MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / OnStartService

Method OnStartService

Ext2Mgr/ServiceManage.cpp:206–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void CServiceManage::OnStartService()
207{
208 // TODO: Add your control notification handler code here
209
210 m_bStarted = Ext2StartExt2Fsd();
211
212 if (m_bStarted) {
213 m_srvStatus = _T("Ext2Fsd was just started.");
214 GetParent()->SetTimer('REFF', 500, NULL);
215 GetParent()->SetTimer('REFR', 3000, NULL);
216 } else {
217 m_srvStatus = _T("Ext2Fsd could NOT be started.");
218 }
219
220 SET_WIN(IDC_START_SERVICE, !m_bStarted);
221 UpdateData(FALSE);
222}

Callers

nothing calls this directly

Calls 1

Ext2StartExt2FsdFunction · 0.85

Tested by

no test coverage detected