ReactOS 0.4.16-dev-106-g10b08aa
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
DWORD WINAPI | RpcThreadRoutine (LPVOID lpParameter) |
static VOID | UpdateServiceStatus (HANDLE hServiceStatus, DWORD NewStatus, DWORD Increment) |
static DWORD WINAPI | ServiceControlHandler (DWORD dwControl, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext) |
VOID WINAPI | ServiceMain (DWORD argc, LPWSTR *argv) |
BOOL WINAPI | DllMain (_In_ HINSTANCE hinstDLL, _In_ DWORD fdwReason, _In_ PVOID pvReserved) |
Variables | |
HINSTANCE | hDllInstance |
SERVICE_STATUS_HANDLE | ServiceStatusHandle |
SERVICE_STATUS | SvcStatus |
static WCHAR | ServiceName [] = L"Dnscache" |
#define NDEBUG |
Definition at line 13 of file dnsrslvr.c.
Definition at line 131 of file dnsrslvr.c.
Definition at line 20 of file rpcserver.c.
Referenced by ServiceMain().
|
static |
Definition at line 46 of file dnsrslvr.c.
Referenced by ServiceMain().
Definition at line 73 of file dnsrslvr.c.
Definition at line 29 of file dnsrslvr.c.
Referenced by ServiceControlHandler(), and ServiceMain().
HINSTANCE hDllInstance |
Definition at line 18 of file dnsrslvr.c.
Referenced by DllMain().
|
static |
Definition at line 21 of file dnsrslvr.c.
Referenced by ServiceMain().
SERVICE_STATUS_HANDLE ServiceStatusHandle |
Definition at line 19 of file dnsrslvr.c.
Referenced by ServiceControlHandler(), and ServiceMain().
SERVICE_STATUS SvcStatus |
Definition at line 20 of file dnsrslvr.c.
Referenced by ServiceMain(), and UpdateServiceStatus().