Click or drag to resize
Xcalibur Systems LLC Logo

EnumServiceStatusProcess Structure

Contains the name of a service in a service control manager database and information about the service. It is used by the function.

ENUM_SERVICE_STATUS_PROCESS structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.ServicesEnumServiceStatusProcess

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

The EnumServiceStatusProcess 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 fieldDisplayName A display name that can be used by service control programs, such as Services in Control Panel, to identify the service. This string has a maximum length of 256 characters. The case is preserved in the service control manager. Display name comparisons are always case-insensitive.
Public fieldServiceName The name of a service in the service control manager database. The maximum string length is 256 characters. The service control manager database preserves the case of the characters, but service name comparisons are always case insensitive. A slash (/), backslash (\), comma, and space are invalid service name characters.
Public fieldServiceStatus A structure that contains status information for the ServiceName service.
Public fieldStatic memberSizePack4 The size pack4
Public fieldStatic memberSizePack8 sizeof() allow Packing of 8 on 64 bit machines
Top
See Also