Click or drag to resize
Xcalibur Systems LLC Logo

ServiceErrors Enumeration

The severity of the error, and action taken, if this service fails to start.

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 ServiceErrors
Members
Member nameValueDescription
Ignore0 The startup program ignores the error and continues the startup operation.
Normal1 The startup program logs the error in the event log and continues the startup operation.
Severe2 The startup program logs the error in the event log. If the last-known good configuration is being started, the startup operation continues. Otherwise, the system is restarted with the last-known-good configuration.
Critical3 The startup program logs the error in the event log, if possible. If the last-known good configuration is being started, the startup operation fails. Otherwise, the system is restarted with the last-known good configuration.
See Also