#include <windows.h>#include "UT_API.h"#include "UT_Defines.h"Go to the source code of this file.
Classes | |
| class | UT_NTService |
Defines | |
| #define | UT_SERVICE_STOPPED 0 |
| #define | UT_SERVICE_RUNNING 1 |
| #define | UT_SERVICE_STARTING 2 |
| #define | SERVICE_CONTROL_USER 128 |
| #define | MB_SERVICE_NOTIFICATION 0x00200000L |
| #define MB_SERVICE_NOTIFICATION 0x00200000L |
Definition at line 37 of file UT_NTService.h.
| #define SERVICE_CONTROL_USER 128 |
Definition at line 33 of file UT_NTService.h.
| #define UT_SERVICE_RUNNING 1 |
Definition at line 28 of file UT_NTService.h.
| #define UT_SERVICE_STARTING 2 |
Definition at line 29 of file UT_NTService.h.
| #define UT_SERVICE_STOPPED 0 |
Definition at line 27 of file UT_NTService.h.
1.5.9