Expand description
This module provides functionalities for controlling Windows services. It includes structs and enums for handling service configurations and states, and functions for starting, stopping, pausing, and querying services.
Structs§
- Service
Handle - Represents a handle to a Windows service.
Enums§
- Service
Error Control - Defines the error control levels for a Windows service.
- Service
Start Type - Defines the start types for a Windows service.
- Service
State - Represents the possible states of a Windows service.
- Service
Type - Defines the types of a Windows service.