register service
-
How to create and register service in Visual C++? Proper Planning is way to success
-
How to create and register service in Visual C++? Proper Planning is way to success
If you choose ATL-Service as the project type it will register for you.
MSN Messenger. prakashnadar@msn.com
-
How to create and register service in Visual C++? Proper Planning is way to success
Look for functions like:
CreateService()
,OpenSCManager()
,StartService()
, etc. Also, check out these two MSJ articles by Jeffery Richter: Manipulate Windows NT Services by Writing a Service Control Program [Design a Windows NT Service to Exploit Special Operating System Facilities
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
If you choose ATL-Service as the project type it will register for you.
MSN Messenger. prakashnadar@msn.com
thks a lot Proper Planning is way to success