Pol
Revision:cb584c9
|
Go to the source code of this file.
Macros | |
#define | EVMSG_BADREQUEST 0x0000006AL |
#define | EVMSG_CTRLHANDLERNOTINSTALLED 0x00000067L |
#define | EVMSG_DEBUG 0x0000006BL |
#define | EVMSG_FAILEDINIT 0x00000068L |
#define | EVMSG_INSTALLED 0x00000064L |
#define | EVMSG_NOTREMOVED 0x00000066L |
#define | EVMSG_REMOVED 0x00000065L |
#define | EVMSG_STARTED 0x00000069L |
#define | EVMSG_STOPPED 0x0000006CL |
#define EVMSG_BADREQUEST 0x0000006AL |
Definition at line 98 of file ntservmsg.h.
Referenced by Pol::Clib::CNTService::Handler().
#define EVMSG_CTRLHANDLERNOTINSTALLED 0x00000067L |
Definition at line 71 of file ntservmsg.h.
Referenced by Pol::Clib::CNTService::ServiceMain().
#define EVMSG_DEBUG 0x0000006BL |
Definition at line 107 of file ntservmsg.h.
Referenced by Pol::Core::PolService::Run().
#define EVMSG_FAILEDINIT 0x00000068L |
Definition at line 80 of file ntservmsg.h.
Referenced by Pol::Clib::CNTService::Initialize().
#define EVMSG_INSTALLED 0x00000064L |
Definition at line 44 of file ntservmsg.h.
Referenced by Pol::Clib::CNTService::Install().
#define EVMSG_NOTREMOVED 0x00000066L |
Definition at line 62 of file ntservmsg.h.
Referenced by Pol::Clib::CNTService::Uninstall().
#define EVMSG_REMOVED 0x00000065L |
Definition at line 53 of file ntservmsg.h.
Referenced by Pol::Clib::CNTService::Uninstall().
#define EVMSG_STARTED 0x00000069L |
Definition at line 89 of file ntservmsg.h.
Referenced by Pol::Clib::CNTService::Initialize().
#define EVMSG_STOPPED 0x0000006CL |
Definition at line 116 of file ntservmsg.h.
Referenced by Pol::Clib::CNTService::Handler(), and Pol::Clib::CNTService::OnUserControl().