Click or drag to resize
Xcalibur Systems LLC Logo

ServiceStatus Structure

Contains status information for a service.

SERVICE_STATUS structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.ServicesServiceStatus

Namespace: Xcalibur.NativeMethods.V2.Services
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public struct ServiceStatus

The ServiceStatus type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldCheckPoint The check-point value that the service increments periodically to report its progress during a lengthy start, stop, pause, or continue operation. For example, the service should increment this value as it completes each step of its initialization when it is starting up. The user interface program that invoked the operation on the service uses this value to track the progress of the service during a lengthy operation. This value is not valid and should be zero when the service does not have a start, stop, pause, or continue operation pending.
Public fieldControlsAccepted The control codes the service accepts and processes in its handler function (see Handler and HandlerEx).
Public fieldCurrentState The current state of the service related to .
Public fieldServiceSpecificExitCode The service-specific error code that the service returns when an error occurs while the service is starting or stopping.
Public fieldServiceType The type of service related to .
Public fieldWaitHint The wait hint
Public fieldWin32ExitCode The error code that the service uses to report an error that occurs when it is starting or stopping.
Top
See Also