This example shows advanced features of SvCom. It
illustrates the creation of service application that reuses service module to
implement configurable multi-service application. In addition the self-starting
and self stopping abililty is implemented as well as windows messages are used
to communicate with the service.
As usual this example includes several steps with
detailed comments and explanations:
- Reuse the service module
- Save service configuration
- Self starting & Self stopping
- How to receive windows messages...
- ...and how to send it
|