ReactOS 0.4.16-dev-959-g2ec3a19
|
#include "wuauserv.h"
Go to the source code of this file.
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"wuauserv" |
static SERVICE_STATUS_HANDLE | ServiceStatusHandle |
static SERVICE_STATUS | ServiceStatus |
static HANDLE | hStopEvent = NULL |
Definition at line 122 of file wuauserv.c.
|
static |
Definition at line 48 of file wuauserv.c.
Referenced by ServiceMain().
Definition at line 89 of file wuauserv.c.
Definition at line 23 of file wuauserv.c.
Referenced by ServiceControlHandler(), and ServiceMain().
Definition at line 18 of file wuauserv.c.
Referenced by ServiceControlHandler(), and ServiceMain().
|
static |
Definition at line 13 of file wuauserv.c.
Referenced by ServiceMain().
|
static |
Definition at line 16 of file wuauserv.c.
Referenced by ServiceControlHandler(), and UpdateServiceStatus().
|
static |
Definition at line 15 of file wuauserv.c.
Referenced by ServiceControlHandler(), ServiceMain(), and UpdateServiceStatus().