ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (wkssvc) | |
static VOID | UpdateServiceStatus (DWORD dwState) |
static DWORD | ServiceInit (VOID) |
static VOID | ServiceShutdown (VOID) |
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"lanmanworkstation" |
static SERVICE_STATUS_HANDLE | ServiceStatusHandle |
static SERVICE_STATUS | ServiceStatus |
OSVERSIONINFOW | VersionInfo |
HANDLE | LsaHandle = NULL |
ULONG | LsaAuthenticationPackage = 0 |
Definition at line 235 of file wkssvc.c.
|
static |
Definition at line 151 of file wkssvc.c.
Referenced by ServiceMain().
Definition at line 74 of file wkssvc.c.
Referenced by ServiceMain().
Definition at line 202 of file wkssvc.c.
Definition at line 135 of file wkssvc.c.
Referenced by ServiceControlHandler().
Definition at line 47 of file wkssvc.c.
Referenced by ServiceControlHandler(), and ServiceMain().
WINE_DEFAULT_DEBUG_CHANNEL | ( | wkssvc | ) |
ULONG LsaAuthenticationPackage = 0 |
Definition at line 42 of file wkssvc.c.
Referenced by ServiceInit().
Definition at line 41 of file wkssvc.c.
Referenced by ServiceInit(), and ServiceShutdown().
|
static |
Definition at line 35 of file wkssvc.c.
Referenced by ServiceMain().
|
static |
Definition at line 38 of file wkssvc.c.
Referenced by ServiceControlHandler(), and UpdateServiceStatus().
|
static |
Definition at line 37 of file wkssvc.c.
Referenced by ServiceControlHandler(), ServiceInit(), ServiceMain(), and UpdateServiceStatus().
OSVERSIONINFOW VersionInfo |
Definition at line 40 of file wkssvc.c.
Referenced by _tmain(), AllSysInfo(), GetShutdownReasonUI(), InitializeSystemPage(), KiGetFeatureBits(), NetrServerGetInfo(), NetrWkstaGetInfo(), PciIsSuiteVersion(), PrintOSVersion(), RtlVerifyVersionInfo(), ServiceInit(), and TestEntry().