SERVICE_STATUS_PROCESS class base struct

Contains process status information for a service. The ControlServiceEx, EnumServicesStatusEx, NotifyServiceStatusChange, and QueryServiceStatusEx functions use this structure.

Inheritance

Constructors

SERVICE_STATUS_PROCESS()

Properties

dwCheckPoint int
getter/setter pair
dwControlsAccepted int
getter/setter pair
dwCurrentState int
getter/setter pair
dwProcessId int
getter/setter pair
dwServiceFlags 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