ReactOS 0.4.16-dev-106-g10b08aa
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
static void | _UpdateServiceStatus (DWORD dwNewStatus, DWORD dwCheckPoint) |
static DWORD WINAPI | _ServiceControlHandlerEx (DWORD dwControl, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext) |
static VOID WINAPI | _ServiceMain (DWORD dwArgc, LPWSTR *lpszArgv) |
int | wmain (int argc, WCHAR *argv[]) |
Variables | |
SERVICE_STATUS_HANDLE | hServiceStatus |
SERVICE_STATUS | ServiceStatus |
WCHAR | wszServiceName [] = L"Spooler" |
|
static |
Definition at line 23 of file main.c.
Referenced by _ServiceMain().
Definition at line 43 of file main.c.
Referenced by wmain().
Definition at line 15 of file main.c.
Referenced by _ServiceControlHandlerEx(), and _ServiceMain().
Definition at line 86 of file main.c.
SERVICE_STATUS_HANDLE hServiceStatus |
Definition at line 10 of file main.c.
Referenced by _ServiceMain(), _UpdateServiceStatus(), I_ScPnPGetServiceName(), I_ScSetServiceBitsA(), I_ScSetServiceBitsW(), I_ScValidatePnpService(), RegisterServiceCtrlHandlerA(), RegisterServiceCtrlHandlerExA(), RI_ScSetServiceBitsA(), RI_ScSetServiceBitsW(), RSetServiceStatus(), ScmControlService(), SetServiceBits(), SetServiceStatus(), and UpdateServiceStatus().
SERVICE_STATUS ServiceStatus |
Definition at line 11 of file main.c.
Referenced by _ServiceMain(), and _UpdateServiceStatus().
WCHAR wszServiceName[] = L"Spooler" |
Definition at line 12 of file main.c.
Referenced by _ServiceMain(), and wmain().