Click or drag to resize
Xcalibur Systems LLC Logo

ServiceControlType Enumeration

[Missing <summary> documentation for "T:Xcalibur.NativeMethods.V2.Services.ServiceControlType"]


Namespace: Xcalibur.NativeMethods.V2.Services
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum ServiceControlType
Members
Member nameValueDescription
ServiceAcceptStop1 
ServiceAcceptPauseContinue2 
ServiceAcceptShutdown4 
ServiceAcceptParamchange8 
ServiceAcceptNetbindchange16 
ServiceAcceptHardwareprofilechange32 
ServiceAcceptPowerevent64 
ServiceAcceptSessionchange128 
ServiceAcceptPreshutdown256 
ServiceAcceptTimechange512 
ServiceAcceptTriggerevent1,024 
See Also