Module service

Source
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§

ServiceHandle
Represents a handle to a Windows service.

Enums§

ServiceErrorControl
Defines the error control levels for a Windows service.
ServiceStartType
Defines the start types for a Windows service.
ServiceState
Represents the possible states of a Windows service.
ServiceType
Defines the types of a Windows service.