ReactOS 0.4.16-dev-41-ge8c7597
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (seclogon) | |
static VOID | UpdateServiceStatus (_In_ DWORD dwState) |
static DWORD WINAPI | ServiceControlHandlerEx (_In_ DWORD dwControl, _In_ DWORD dwEventType, _In_ LPVOID lpEventData, _In_ LPVOID lpContext) |
VOID WINAPI | SvchostPushServiceGlobals (_In_ PSVCHOST_GLOBAL_DATA lpGlobals) |
VOID WINAPI | SvcEntry_Seclogon (_In_ INT ArgCount, _In_ PWSTR *ArgVector) |
BOOL WINAPI | DllMain (_In_ HINSTANCE hinstDLL, _In_ DWORD fdwReason, _In_ PVOID pvReserved) |
Variables | |
HINSTANCE | hDllInstance |
PSVCHOST_GLOBAL_DATA | lpServiceGlobals |
static WCHAR | ServiceName [] = L"seclogon" |
static SERVICE_STATUS_HANDLE | ServiceStatusHandle |
static SERVICE_STATUS | ServiceStatus |
Definition at line 160 of file seclogon.c.
|
static |
Definition at line 63 of file seclogon.c.
Referenced by SvcEntry_Seclogon().
Definition at line 124 of file seclogon.c.
VOID WINAPI SvchostPushServiceGlobals | ( | _In_ PSVCHOST_GLOBAL_DATA | lpGlobals | ) |
Definition at line 114 of file seclogon.c.
Definition at line 30 of file seclogon.c.
Referenced by ServiceControlHandlerEx(), and SvcEntry_Seclogon().
WINE_DEFAULT_DEBUG_CHANNEL | ( | seclogon | ) |
HINSTANCE hDllInstance |
Definition at line 17 of file seclogon.c.
Referenced by DllMain().
PSVCHOST_GLOBAL_DATA lpServiceGlobals |
Definition at line 18 of file seclogon.c.
Referenced by StartRpcServer(), StopRpcServer(), and SvchostPushServiceGlobals().
|
static |
Definition at line 20 of file seclogon.c.
Referenced by SvcEntry_Seclogon().
|
static |
Definition at line 23 of file seclogon.c.
Referenced by ServiceControlHandlerEx(), and UpdateServiceStatus().
|
static |
Definition at line 22 of file seclogon.c.
Referenced by ServiceControlHandlerEx(), SvcEntry_Seclogon(), and UpdateServiceStatus().