ReactOS 0.4.16-dev-41-ge8c7597
|
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <process.h>
#include <tchar.h>
#include "service.h"
Go to the source code of this file.
Functions | |
VOID WINAPI | service_ctrl (DWORD dwCtrlCode) |
VOID WINAPI | service_main (DWORD dwArgc, LPTSTR *lpszArgv) |
VOID | CmdInstallService () |
VOID | CmdRemoveService () |
VOID | CmdDebugService (int argc, char **argv) |
BOOL WINAPI | ControlHandler (DWORD dwCtrlType) |
LPTSTR | GetLastErrorText (LPTSTR lpszBuf, DWORD dwSize) |
void __cdecl | main (int argc, char **argv) |
BOOL | ReportStatusToSCMgr (DWORD dwCurrentState, DWORD dwWin32ExitCode, DWORD dwWaitHint) |
VOID | AddToMessageLog (LPTSTR lpszMsg) |
Variables | |
SERVICE_STATUS | ssStatus |
SERVICE_STATUS_HANDLE | sshStatusHandle |
DWORD | dwErr = 0 |
BOOL | bDebug = FALSE |
TCHAR | szErr [256] |
Definition at line 289 of file service.c.
Referenced by main(), and ReportStatusToSCMgr().
Definition at line 497 of file service.c.
Referenced by main().
void CmdInstallService | ( | ) |
Definition at line 350 of file service.c.
Referenced by main().
void CmdRemoveService | ( | ) |
Definition at line 416 of file service.c.
Referenced by main().
Definition at line 544 of file service.c.
Referenced by CmdDebugService().
Definition at line 573 of file service.c.
Referenced by CmdInstallService(), and CmdRemoveService().
Definition at line 67 of file service.c.
Definition at line 240 of file service.c.
Referenced by open_log_files(), service_ctrl(), service_main(), and ServiceStart().
Definition at line 187 of file service.c.
Referenced by service_main().
Definition at line 132 of file service.c.
Referenced by main(), run_service(), and START_TEST().
Definition at line 37 of file service.c.
Referenced by AddToMessageLog(), build_systeminfo_tree(), fill_file_description(), main(), ReportStatusToSCMgr(), and test_DxDiag_SystemInfo().
DWORD dwErr = 0 |
Definition at line 36 of file service.c.
Referenced by _tWinMain(), AddToMessageLog(), ADsSetLastError(), apply_patch(), CreateSymbolicLinkW(), CFontExt::DoGetFontTitle(), execute_test(), extract_one(), CZipExtract::ExtractSingle(), FNFDINOTIFY(), gl_local_filename_completion_proc(), rdssl_cert_to_rkey(), rdssl_hash_clear(), rdssl_hash_complete(), rdssl_hash_info_create(), rdssl_hash_transform(), rdssl_hmac_md5(), rdssl_rc4_crypt(), rdssl_rc4_info_create(), rdssl_rc4_info_delete(), rdssl_rc4_set_key(), service_main(), START_TEST(), test_SymFromAddr(), test_SymRegCallback(), VirtualTest(), win32_read_file_func(), win32_seek64_file_func(), win32_seek_file_func(), win32_tell64_file_func(), win32_tell_file_func(), and win32_write_file_func().
SERVICE_STATUS_HANDLE sshStatusHandle |
Definition at line 35 of file service.c.
Referenced by ReportStatusToSCMgr(), and service_main().
SERVICE_STATUS ssStatus |
Definition at line 34 of file service.c.
Referenced by CmdRemoveService(), ReportStatusToSCMgr(), service_ctrl(), service_main(), and ServiceInfo().
TCHAR szErr[256] |
Definition at line 38 of file service.c.
Referenced by CmdInstallService(), CmdRemoveService(), DoTestEntry(), and MUIGetString().