Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygensc.h
Go to the documentation of this file.
00001 #include <windows.h> 00002 #include <conio.h> 00003 #include <stdio.h> 00004 #include <tchar.h> 00005 00006 #define SCDBG 00007 00008 /* control functions */ 00009 BOOL Start(LPCTSTR ServiceName, LPCTSTR *ServiceArgs, INT ArgCount); 00010 BOOL Create(LPCTSTR *ServiceArgs, INT ArgCount); 00011 BOOL Delete(LPCTSTR ServiceName); 00012 BOOL Control(DWORD Control, LPCTSTR ServiceName, LPCTSTR *Args, INT ArgCount); 00013 BOOL Query(LPCTSTR *ServiceArgs, DWORD ArgCount, BOOL bExtended); 00014 00015 LPSERVICE_STATUS_PROCESS QueryService(LPCTSTR ServiceName); 00016 00017 /* print and error functions */ 00018 VOID PrintService(LPCTSTR ServiceName, LPSERVICE_STATUS_PROCESS pStatus, BOOL bExtended); 00019 VOID ReportLastError(VOID); 00020 00021 /* usage functions */ 00022 VOID MainUsage(VOID); 00023 VOID StartUsage(VOID); 00024 VOID PauseUsage(VOID); 00025 VOID InterrogateUsage(VOID); 00026 VOID ContinueUsage(VOID); 00027 VOID StopUsage(VOID); 00028 VOID ConfigUsage(VOID); 00029 VOID DescriptionUsage(VOID); 00030 VOID DeleteUsage(VOID); 00031 VOID CreateUsage(VOID); 00032 VOID ControlUsage(VOID); Generated on Sat May 26 2012 04:16:25 for ReactOS by
1.7.6.1
|