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

Function ManagerStartService

Ext2Mgr/Ext2Mgr.cpp:205–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203
204
205VOID
206ManagerStartService(VOID *arg)
207{
208 SERVICE_TABLE_ENTRY ManagerSeriveTable[] =
209 {
210 {"Ext2Mgr", (LPSERVICE_MAIN_FUNCTION)ManagerServiceEntry},
211 {NULL, NULL}
212 };
213
214 // let service control dispatcher start Ext2Mgr
215 StartServiceCtrlDispatcher(ManagerSeriveTable);
216}
217
218BOOL CExt2MgrApp::InitInstance()
219{

Callers 1

InitInstanceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected