Retrieve information and control windows services.

ADependentServicesStores all services that are dependent on the passed in service into an array.
AServiceConfigStores configuration parameters of the specified windows service into an array.
AServicesStores information about windows services into an array.
AServiceStatusStores infomation about the the current status of the specified service into an array.
CloseServiceHandleCloses the supplied service handle (SC_HANDLE).
ContinueServiceSends a continue request to the specified windows service.
ControlServiceSends a custom control request to the specified windows service.
CreateServiceInstalls a windows service.
OpenServiceOpens an existing service.
PauseServiceSends a pause request to the specified service.
StartServiceStarts a windows service.
StopServiceSends a stop request to the specified service.
WaitForServiceStatusMonitors a windows service to reach a specified status.