ReactOS 0.4.16-dev-329-g9223134
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winsvc.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | _INC_WINDOWS |
#define | COM_NO_WINDOWS_H |
#define | NDEBUG |
Functions | |
static VOID | UpdateServiceStatus (DWORD dwState) |
static DWORD WINAPI | ServiceControlHandler (DWORD dwControl, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext) |
VOID WINAPI | ServiceMain (DWORD argc, LPTSTR *argv) |
BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
Variables | |
static WCHAR | ServiceName [] = L"winmgmt" |
static SERVICE_STATUS_HANDLE | ServiceStatusHandle |
static SERVICE_STATUS | ServiceStatus |
static HANDLE | hStopEvent = NULL |
Definition at line 154 of file wmisvc.c.
|
static |
Definition at line 77 of file wmisvc.c.
Referenced by ServiceMain().
Definition at line 121 of file wmisvc.c.
Definition at line 52 of file wmisvc.c.
Referenced by ServiceControlHandler(), and ServiceMain().
Definition at line 47 of file wmisvc.c.
Referenced by ServiceControlHandler(), and ServiceMain().
|
static |
Definition at line 43 of file wmisvc.c.
Referenced by ServiceMain().
|
static |
Definition at line 46 of file wmisvc.c.
Referenced by ServiceControlHandler(), and UpdateServiceStatus().
|
static |
Definition at line 45 of file wmisvc.c.
Referenced by ServiceControlHandler(), ServiceMain(), and UpdateServiceStatus().