ReactOS 0.4.16-dev-983-g23ad936
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | SCM_AUTOSTARTCOMPLETE_EVENT L"SC_AutoStartComplete" |
Functions | |
int WINAPI | RegisterServicesProcess (DWORD ServicesProcessId) |
VOID | PrintString (LPCSTR fmt,...) |
DWORD | CheckForLiveCD (VOID) |
DWORD | SetSecurityServicesEvent (VOID) |
VOID | ScmLogEvent (DWORD dwEventId, WORD wType, WORD wStrings, LPCWSTR *lpStrings) |
VOID | ScmWaitForLsa (VOID) |
BOOL WINAPI | ShutdownHandlerRoutine (DWORD dwCtrlType) |
int WINAPI | wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nShowCmd) |
Variables | |
BOOL | ScmInitialize = FALSE |
BOOL | ScmShutdown = FALSE |
BOOL | ScmLiveSetup = FALSE |
BOOL | ScmSetupInProgress = FALSE |
static HANDLE | hScmShutdownEvent = NULL |
static HANDLE | hScmSecurityServicesEvent = NULL |
#define NDEBUG |
Definition at line 17 of file services.c.
#define SCM_AUTOSTARTCOMPLETE_EVENT L"SC_AutoStartComplete" |
Definition at line 26 of file services.c.
Definition at line 54 of file services.c.
Referenced by wWinMain().
Definition at line 39 of file services.c.
Definition at line 18 of file logon.c.
Referenced by wWinMain().
Definition at line 174 of file services.c.
Referenced by RControlService(), RSetServiceStatus(), ScmLoadService(), ScmStopThread(), and ScmWaitForServiceConnect().
Definition at line 207 of file services.c.
Referenced by ScmCreateServiceDatabase().
Definition at line 142 of file services.c.
Referenced by ScmCreateOrReferenceServiceImage().
Definition at line 227 of file services.c.
Referenced by wWinMain().
int WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
int | nShowCmd | ||
) |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 248 of file services.c.
Definition at line 33 of file services.c.
Referenced by SetSecurityServicesEvent(), and wWinMain().
Definition at line 32 of file services.c.
Referenced by ShutdownHandlerRoutine(), and wWinMain().
Definition at line 28 of file services.c.
Referenced by ScmAutoStartServices(), ScmStartService(), and wWinMain().
Definition at line 30 of file services.c.
Referenced by CheckForLiveCD(), and ScmLogonService().
Definition at line 31 of file services.c.
Referenced by CheckForLiveCD(), and ScmLogonService().
Definition at line 29 of file services.c.
Referenced by RChangeServiceConfig2W(), RChangeServiceConfigW(), RControlService(), RCreateServiceW(), RDeleteService(), REnumServiceGroupW(), REnumServicesStatusExW(), RI_ScGetCurrentGroupStateW(), RI_ScSetServiceBitsA(), RI_ScSetServiceBitsW(), ROpenSCManagerW(), ROpenServiceW(), RQueryServiceConfig2A(), RQueryServiceConfig2W(), RQueryServiceConfigA(), RQueryServiceConfigW(), RQueryServiceStatus(), RQueryServiceStatusEx(), RStartServiceA(), RStartServiceW(), and ShutdownHandlerRoutine().