Click or drag to resize
Xcalibur Systems LLC Logo

ServiceStates Enumeration

The state of the services to be enumerated.

EnumServicesStatusEx function


Namespace: Xcalibur.NativeMethods.V2.Services
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum ServiceStates
Members
Member nameValueDescription
ServiceActive1 Enumerates services that are in the following states: , , , , , and .
ServiceInactive2 Enumerates services that are in the state.
ServiceStateAll3 Combines the and states.
See Also