ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Variables | |
LIST_ENTRY | DllList |
CRITICAL_SECTION | ListLock |
DWORD | ServiceCount |
LPCWSTR | ServiceNames |
PSVCHOST_SERVICE | ServiceArray |
Definition at line 618 of file svchost.c.
Referenced by ServiceStarter().
PSVCHOST_DLL WINAPI AddDll | ( | _In_ LPCWSTR | pszManifestPath, |
_In_ LPCWSTR | pszDllPath, | ||
_In_ PSVCHOST_SERVICE | pService, | ||
_Out_ PDWORD | lpdwError | ||
) |
Definition at line 760 of file svchost.c.
Referenced by GetServiceMainFunctions().
PSVCHOST_OPTIONS WINAPI BuildCommandOptions | ( | _In_ LPWSTR | pszCmdLine | ) |
Definition at line 48 of file svchost.c.
Referenced by wmainCRTStartup().
VOID WINAPI BuildServiceArray | ( | _In_ PSVCHOST_OPTIONS | lpOptions | ) |
Definition at line 276 of file svchost.c.
Referenced by wmainCRTStartup().
SERVICE_TABLE_ENTRYW *WINAPI BuildServiceTable | ( | VOID | ) |
Definition at line 1166 of file svchost.c.
Referenced by wmainCRTStartup().
BOOLEAN WINAPI CallPerInstanceInitFunctions | ( | _In_ PSVCHOST_OPTIONS | pOptions | ) |
Definition at line 1199 of file svchost.c.
Referenced by wmainCRTStartup().
Definition at line 38 of file svchost.c.
Referenced by AbortSvchostService().
Definition at line 339 of file svchost.c.
Referenced by ServiceStarter().
PSVCHOST_DLL WINAPI FindDll | ( | _In_ LPCWSTR | pszManifestPath, |
_In_ LPCWSTR | pszDllPath, | ||
_In_ PSVCHOST_SERVICE | pService | ||
) |
Definition at line 721 of file svchost.c.
Referenced by GetServiceMainFunctions().
PVOID WINAPI GetServiceDllFunction | ( | _In_ PSVCHOST_DLL | pDll, |
_In_ LPCSTR | lpProcName, | ||
_Out_ PDWORD | lpdwError | ||
) |
Definition at line 658 of file svchost.c.
Referenced by GetServiceMainFunctions().
VOID WINAPI GetServiceMainFunctions | ( | _In_ PSVCHOST_SERVICE | pService, |
_Out_ PVOID * | pServiceMain, | ||
_Out_ PVOID * | pPushServiceGlobals, | ||
_Out_ PDWORD | lpdwError | ||
) |
Definition at line 819 of file svchost.c.
Referenced by ServiceStarter().
Definition at line 378 of file svchost.c.
Referenced by GetServiceMainFunctions(), and UnloadServiceDll().
Definition at line 179 of file svchost.c.
Referenced by BuildServiceArray().
Definition at line 1050 of file svchost.c.
Referenced by BuildServiceTable().
Definition at line 483 of file svchost.c.
Referenced by SvcRegisterStopCallback().
__callback LONG WINAPI SvchostUnhandledExceptionFilter | ( | _In_ struct _EXCEPTION_POINTERS * | ExceptionInfo | ) |
Definition at line 28 of file svchost.c.
Referenced by wmainCRTStartup().
DWORD WINAPI SvcRegisterStopCallback | ( | _Out_ PHANDLE | phNewWaitObject, |
_In_ PCWSTR | ServiceName, | ||
_In_ HANDLE | hObject, | ||
_In_ PSVCHOST_STOP_CALLBACK | pfnStopCallback, | ||
_In_ PVOID | pContext, | ||
_In_ ULONG | dwFlags | ||
) |
Definition at line 518 of file svchost.c.
Referenced by SvchostBuildSharedGlobals().
VOID WINAPI UnloadServiceDll | ( | _In_ PSVCHOST_SERVICE | pService | ) |
Definition at line 416 of file svchost.c.
Referenced by ServiceStarter(), and SvchostStopCallback().
Definition at line 1247 of file svchost.c.
LIST_ENTRY DllList |
Definition at line 17 of file svchost.c.
Referenced by AddDll(), FindDll(), and wmainCRTStartup().
CRITICAL_SECTION ListLock |
Definition at line 18 of file svchost.c.
Referenced by AddDll(), BuildServiceArray(), BuildServiceTable(), FindDll(), ServiceStarter(), SvchostStopCallback(), SvcRegisterStopCallback(), UnloadServiceDll(), and wmainCRTStartup().
PSVCHOST_SERVICE ServiceArray |
Definition at line 21 of file svchost.c.
Referenced by BuildServiceArray(), BuildServiceTable(), ServiceStarter(), and SvcRegisterStopCallback().
DWORD ServiceCount |
Definition at line 19 of file svchost.c.
Referenced by BuildServiceArray(), BuildServiceTable(), ServiceStarter(), and SvcRegisterStopCallback().
LPCWSTR ServiceNames |
Definition at line 20 of file svchost.c.
Referenced by BuildServiceArray(), and ReadPerInstanceRegistryParameters().