Reputation: 369
Well, the title says it. Is it possible to create a service on Windows Embedded CE 6.0?
I could not find a detailed information.
Upvotes: 0
Views: 3211
Reputation: 93556
Services run in the servicesd.exe context. Documentation between versions seems patchy; documentation for CE 4.2 can be found here, and for CE 7 here and there is an example here for 5.0. There are CE 6.0 specific articles here and here that may help with any differences from earlier versions, but you may find the 7.0 documentation applies.
Upvotes: 3