SystemConfig_V0_Services class
This class is the event type class for service configuration events.
The following syntax is simplified from MOF code.
Syntax
[EventType(15), EventTypeName("Services")]
class SystemConfig_V0_Services : SystemConfig_V0
{
char16 ServiceName[];
char16 DisplayName[];
char16 ProcessName[];
uint32 ProcessId;
};
Members
The SystemConfig_V0_Services class has these types of members:
Properties
The SystemConfig_V0_Services class has these properties.
-
DisplayName
-
-
Data type: char16 array
-
Access type: Read-only
-
Qualifiers: WmiDataId (2), Max (256)
Display name of the service. The name is case-preserved in the Service Control Manager. However, display name comparisons are always case-insensitive.
-
-
ProcessId
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId (4)
Identifier of the process in which the service runs.
-
-
ProcessName
-
-
Data type: char16 array
-
Access type: Read-only
-
Qualifiers: WmiDataId (3), Max (34)
Name of the process in which the service runs.
-
-
ServiceName
-
-
Data type: char16 array
-
Access type: Read-only
-
Qualifiers: WmiDataId (1), Max (34)
Unique identifier of the service. The identifier provides an indication of the functionality the service provides.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
See also