Click or drag to resize
Xcalibur Systems LLC Logo

ServiceStartTypes Enumeration

Creates a service object and adds it to the specified service control manager database.

CreateService function


Namespace: Xcalibur.NativeMethods.V2.Services
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum ServiceStartTypes
Members
Member nameValueDescription
BootStart0 A device driver started by the system loader. This value is valid only for driver services.
SystemStart1 A device driver started by the IoInitSystem function. This value is valid only for driver services.
AutoStart2 A service started automatically by the service control manager during system startup.
DemandStart3 A service started by the service control manager when a process calls the function.
Disabled4 A service that cannot be started.
See Also