The SMS_Driver_Details Windows Management Instrumentation (WMI) class is an embedded class used by the SMS_BootImagePackage Server WMI Class class to describe the list of drivers that have been added to the boot image.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_Driver_Details
{
	UInt32 ID;
	String SourcePath;
};

Methods

The SMS_Driver_Details class does not define any methods.

Properties

ID


Data type: UInt32Access type: Read/WriteQualifiers: NoneID of the driver.
SourcePath


Data type: StringAccess type: Read/WriteQualifiers: [Not_null]The Universal Naming Convention (UNC) path of driver files.

Remarks

Class qualifiers for this class include:

  • Embedded

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Your application uses this class to create objects that are embedded by SMS_BootImagePackage Server WMI Class. For example, the application can add a driver to a boot image package by adding a reference to the required driver in the ReferencedDrivers property of an SMS_BootImagePackage object. For more information, see How to Add a Windows Driver to a Configuration Manager Boot Image Package.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.