The
Win32_LoadOrderGroup
WMI class represents a group of system services that define execution dependencies. The services must be initiated in the order specified by the Load Order Group, as the services are dependent on each other. These dependent services require the presence of the antecedent services to function correctly. The data in this class is derived by the provider from the registry key: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ServiceGroupOrder.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties are listed in alphabetic order, not MOF order.
Syntax
class Win32_LoadOrderGroup : CIM_LogicalElement
{
string Caption;
string Description;
boolean DriverEnabled;
uint32 GroupOrder;
datetime InstallDate;
string Name;
string Status;
};
Methods
The Win32_LoadOrderGroup class does not define any methods.
Properties
The Win32_LoadOrderGroup class defines the following properties.
- Caption
-
- Data type: string
- Access type: Read-only
Short description (one-line string) of the object.
- Description
-
- Data type: string
- Access type: Read-only
Description of the object.
- DriverEnabled
-
- Data type: boolean
- Access type: Read-only
Indicates whether this load order group can include drivers along with system services.
- GroupOrder
-
- Data type: uint32
- Access type: Read-only
Sequence in which this group of services is loaded onto the operating system.
Example: 2
- InstallDate
-
- Data type: datetime
- Access type: Read-only
Date object was installed. This property does not require a value to indicate that the object is installed.
- Name
-
- Data type: string
- Access type: Read-only
- Qualifiers: Key
Name of the load order group.
Example: "Primary disk"
- Status
-
- Data type: string
- Access type: Read-only
Current status of the object. Various operational and nonoperational statuses can be defined. Operational statuses include: "OK", "Degraded", and "Pred Fail" (an element, such as a SMART-enabled hard disk drive, may function properly but predicts a failure in the near future). Nonoperational statuses include: "Error", "Starting", "Stopping", and "Service". The "Service" status applies to administrative work, such as mirror-resilvering of a disk or reload of a user permissions list. Not all such work is online, yet the managed element is neither "OK" nor in one of the other states.
The values are:
- "OK"
- "Error"
- "Degraded"
- "Unknown"
- "Pred Fail"
- "Starting"
- "Stopping"
- "Service"
Remarks
The
Win32_LoadOrderGroup class is derived from CIM_LogicalElement.
Examples
For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.
For C++ code examples, see WMI C++ Application Examples.
Requirements
| Minimum supported client | Windows 2000 Professional |
| Minimum supported server | Windows 2000 Server |
| MOF | Cimwin32.mof |
| DLL | Cimwin32.dll |
| Namespace | \root\cimv2 |
See Also
- Operating System Classes
Send comments about this topic to Microsoft
Build date: 11/3/2009