ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | SERVICE_NAME L"WLAN Service" |
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) |
static VOID CALLBACK | ServiceMain (DWORD argc, LPWSTR *argv) |
int | wmain (int argc, WCHAR *argv[]) |
Variables | |
SERVICE_STATUS_HANDLE | ServiceStatusHandle |
SERVICE_STATUS | SvcStatus |
static WCHAR | ServiceName [] = L"WlanSvc" |
Definition at line 20 of file rpcserver.c.
Referenced by ServiceMain().
|
static |
Definition at line 40 of file wlansvc.c.
Referenced by ServiceMain().
Definition at line 62 of file wlansvc.c.
Referenced by wmain().
Definition at line 28 of file wlansvc.c.
Referenced by ServiceControlHandler(), and ServiceMain().
Definition at line 107 of file wlansvc.c.
|
static |
Definition at line 22 of file wlansvc.c.
Referenced by ServiceMain(), and wmain().
SERVICE_STATUS_HANDLE ServiceStatusHandle |
Definition at line 20 of file wlansvc.c.
Referenced by ServiceControlHandler(), and ServiceMain().
SERVICE_STATUS SvcStatus |
Definition at line 21 of file wlansvc.c.
Referenced by ServiceMain(), and UpdateServiceStatus().