Click or drag to resize
Xcalibur Systems LLC Logo

ServiceInfoLevel Enumeration

The configuration information to be changed.

Service Security and Access Rights


Namespace: Xcalibur.NativeMethods.V2.Services
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum ServiceInfoLevel
Members
Member nameValueDescription
Description1 The lpInfo parameter is a pointer to a structure.
FailureActions2 The Info parameter is a pointer to a structure.
DelayedAutoStartInfo3 The Info parameter is a pointer to a structure.
FailureAcDtionsFlag4 The Info parameter is a pointer to a structure.
ServiceSidInfo5 The Info parameter is a pointer to a structure.
RequiredPrivilegesInfo6 The Info parameter is a pointer to a structure.
PreshutdownInfo7 The Info parameter is a pointer to a structure.
TriggerInfo8 The lpInfo parameter is a pointer to a SERVICE_TRIGGER_INFO structure. This value is not supported by the ANSI version of ChangeServiceConfig2.
PreferredNode9 The Info parameter is a pointer to a SERVICE_PREFERRED_NODE_INFO structure.
LaunchProtected12 The lpInfo parameter is a pointer a SERVICE_LAUNCH_PROTECTED_INFO structure.
See Also