Retrieve information and control windows services.
ADependentServices | Stores all services that are dependent on the passed in service into an array. |
AServiceConfig | Stores configuration parameters of the specified windows service into an array. |
AServices | Stores information about windows services into an array. |
AServiceStatus | Stores infomation about the the current status of the specified service into an array. |
CloseServiceHandle | Closes the supplied service handle (SC_HANDLE). |
ContinueService | Sends a continue request to the specified windows service. |
ControlService | Sends a custom control request to the specified windows service. |
CreateService | Installs a windows service. |
OpenService | Opens an existing service. |
PauseService | Sends a pause request to the specified service. |
StartService | Starts a windows service. |
StopService | Sends a stop request to the specified service. |
WaitForServiceStatus | Monitors a windows service to reach a specified status. |