Calling NT Service
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I want to call a windows NT service from a VC program. Can any body tell me how can I do so? Please guide Thanks Aasher
If "to call" means to start a service, just use PJ Naughter's great "CNTService" classes (located in the "System -> Services" section) to get access to NT services. These classes will allow you to control (e.g. start, stop, install, uninstall,...) services in any way you want. Regards Holger Persch