ReactOS 0.4.16-dev-340-g0540c21
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (browser) | |
static VOID | UpdateServiceStatus (DWORD dwState) |
static DWORD WINAPI | ServiceControlHandler (DWORD dwControl, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext) |
static DWORD | ServiceInit (VOID) |
VOID WINAPI | ServiceMain (_In_ INT ArgCount, _In_ PWSTR *ArgVector) |
BOOL WINAPI | DllMain (_In_ HINSTANCE hinstDLL, _In_ DWORD fdwReason, _In_ PVOID pvReserved) |
Variables | |
HINSTANCE | hDllInstance |
static WCHAR | ServiceName [] = L"browser" |
static SERVICE_STATUS_HANDLE | ServiceStatusHandle |
static SERVICE_STATUS | ServiceStatus |
Definition at line 163 of file browser.c.
|
static |
Definition at line 55 of file browser.c.
Referenced by ServiceMain().
Definition at line 102 of file browser.c.
Referenced by ServiceMain(), and wWinMain().
Definition at line 127 of file browser.c.
Definition at line 29 of file browser.c.
Referenced by ServiceControlHandler(), and ServiceMain().
WINE_DEFAULT_DEBUG_CHANNEL | ( | browser | ) |
|
static |
Definition at line 19 of file browser.c.
Referenced by CallApphelpWithImage(), Control(), CreateStopDependsDialog(), DecodeServEntFromString(), Delete(), DisplayClassInstaller(), DoControlService(), DoStartService(), DoStopService(), EnumDepend(), EnumerateNt4ServiceSoundDevices(), FDebugBreakForService(), GetDisplayName(), GetKeyName(), HandleImageArg(), I_ScPnPGetServiceName(), implicit_handle(), InstallOneService(), IopDisplayLoadingMessage(), IopGetDriverNames(), IopInitializeBuiltinDriver(), IopInitializeDriverModule(), IopNormalizeImagePath(), IopSetServiceEnumData(), IopUnloadDriver(), IoReportDetectedDevice(), KmtCreateAndStartService(), KmtCreateService(), KmtDeleteService(), KmtEnsureServiceState(), KmtFltConnect(), KmtFltCreateService(), KmtFltDeleteService(), KmtFltLoad(), KmtFltUnload(), KmtLoadAndOpenDriver(), KmtLoadDriver(), KmtpCreateService(), KmtStartService(), KmtStopService(), NetrWorkstationStatisticsGet(), NSP_GetServiceByNameHeapAllocW(), NtPrivilegedServiceAuditAlarm(), OpenSoundDeviceRegKey(), OpenSoundDriverParametersRegKey(), PnpRootCreateDevice(), PrivilegedServiceAuditAlarmA(), PrivilegedServiceAuditAlarmW(), ProcessDisplayRegistry(), QueryConfig(), QueryDescription(), QueryFailure(), QueryService(), ReportDdiFunctionCountMismatch(), ResetProgressDialog(), ROpenServiceA(), RunActionWithProgress(), ScControl(), ScLookupServiceByServiceName(), ScmSetServicePassword(), SdSet(), SdShow(), SePrivilegedServiceAuditAlarm(), ServiceInfo(), ServiceMain(), SetDescription(), SetupInstallServicesFromInfSectionExW(), Start(), START_TEST(), StartAudioService(), StartServiceCtrlDispatcherA(), StartServiceCtrlDispatcherW(), SvcRegisterStopCallback(), TestServiceName(), and wmain().
|
static |
Definition at line 22 of file browser.c.
Referenced by _RunRemoteTest(), _ServiceMain(), AbortSvchostService(), BuildListOfServicesToStop(), cmdStop(), DoControlService(), DoStartService(), DoStopService(), EnableUserModePnpManager(), EnumDepend(), EnumDependentServicesA(), EnumDependentServicesW(), EnumServiceGroupW(), EnumServicesStatusA(), EnumServicesStatusExA(), EnumServicesStatusExW(), EnumServicesStatusW(), KmtEnsureServiceState(), KmtStopService(), my_test_server(), SamSsServiceMain(), ServiceControlHandler(), SetupInstallServicesFromInfSectionExW(), and UpdateServiceStatus().
|
static |
Definition at line 21 of file browser.c.
Referenced by ServiceControlHandler(), ServiceMain(), and UpdateServiceStatus().