ReactOS 0.4.16-dev-303-g11d5cb8
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (srvsvc) | |
static VOID | UpdateServiceStatus (DWORD dwState) |
static DWORD WINAPI | ServiceControlHandler (DWORD dwControl, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext) |
static DWORD | ServiceInit (VOID) |
VOID WINAPI | ServiceMain (DWORD argc, LPTSTR *argv) |
BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
Variables | |
static WCHAR | ServiceName [] = L"Lanmanserver" |
static SERVICE_STATUS_HANDLE | ServiceStatusHandle |
static SERVICE_STATUS | ServiceStatus |
DWORD | dwServiceBits = 0 |
Definition at line 185 of file srvsvc.c.
|
static |
Definition at line 71 of file srvsvc.c.
Referenced by ServiceMain().
Definition at line 121 of file srvsvc.c.
Referenced by ServiceMain().
Definition at line 152 of file srvsvc.c.
Definition at line 46 of file srvsvc.c.
Referenced by ServiceControlHandler(), and ServiceMain().
WINE_DEFAULT_DEBUG_CHANNEL | ( | srvsvc | ) |
DWORD dwServiceBits = 0 |
Definition at line 40 of file srvsvc.c.
Referenced by I_ScSetServiceBitsA(), I_ScSetServiceBitsW(), NetrServerGetInfo(), NetrServerSetServiceBits(), RI_ScSetServiceBitsA(), RI_ScSetServiceBitsW(), and SetServiceBits().
|
static |
Definition at line 35 of file srvsvc.c.
Referenced by ServiceMain().
|
static |
Definition at line 38 of file srvsvc.c.
Referenced by ServiceControlHandler(), and UpdateServiceStatus().
|
static |
Definition at line 37 of file srvsvc.c.
Referenced by ServiceControlHandler(), ServiceInit(), ServiceMain(), and UpdateServiceStatus().