#include <servicehost.h>
Static Public Member Functions | |
static Service * | getService () |
Protected Member Functions | |
ServiceHost (LPTSTR name, LPTSTR desc) | |
virtual bool | onInstall () |
virtual bool | onUninstall () |
virtual bool | onInit () |
virtual void | onStop () |
virtual void | run () |
|
Consturctor
|
|
Get Service instance |
|
Init service |
|
Stop service |
|
Service main |