Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any examples of creating a windows service in C/C++ ? (No GUI)

This is a great reference of how it all works at a relatively low level:
http://msdn.microsoft.com/en-us/library/ms685967%28VS.85%29.aspx

However, is there a working C/C++ example that shows how to install and run code as a service - all done in code, not using any of the windows gui?

like image 520
T.T.T. Avatar asked Nov 04 '11 18:11

T.T.T.


1 Answers

Complete Service Example

like image 176
parapura rajkumar Avatar answered Nov 15 '22 14:11

parapura rajkumar