SERVICE_STATUS class base struct

Contains status information for a service. The ControlService, EnumDependentServices, EnumServicesStatus, and QueryServiceStatus functions use this structure. A service uses this structure in the SetServiceStatus function to report its current status to the service control manager.

Inheritance

Constructors

SERVICE_STATUS()

Properties

dwCheckPoint int
getter/setter pair
dwControlsAccepted int
getter/setter pair
dwCurrentState int
getter/setter pair
dwServiceSpecificExitCode int
getter/setter pair
dwServiceType int
getter/setter pair
dwWaitHint int
getter/setter pair
dwWin32ExitCode int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited