A Problem,thanks!
C / C++ / MFC
5
Posts
2
Posters
0
Views
1
Watching
-
You should talk with Service Manager. See OpenSCManager, CreateService. Site http://www.sysinternals.com/ contains number of programs with source code that do this, for example, RegMon.
-
You should talk with Service Manager. See OpenSCManager, CreateService. Site http://www.sysinternals.com/ contains number of programs with source code that do this, for example, RegMon.
-
The same functions work with drivers. See, for example, dwStartType parameter of CreateService - it's SERVICE_BOOT_START value is used for drivers.