BACK TO INDEX

Win32_CIMLogicalDeviceCIMDataFile
The Win32_CIMLogicalDeviceCIMDataFile class represents an association between logical devices and data files, indicating the driver files used by the device. This class is used to discover which device drivers a device uses.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AntecedentReferenceThe Antecedent reference represents the properties of the logical device that is being used by the data file.
DependentReferenceThe Dependent reference represents the properties of the data file assigned to the logical device.
PurposeUInt16The Purpose property indicates the role that the data file plays with regard to its associated logical device.
PurposeDescriptionStringThe PurposeDescription property provides a description that extends the value of the Purpose property of this class. Example: Floppy Disk Driver
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_CIMLogicalDeviceCIMDataFile
   {
    Antecedent = "\\\\SCCM01\\root\\cimv2:Win32_PnPEntity.DeviceID=\"ROOT\\\\*CM_RCDISPLAY\\\\0000\"";
    Dependent = "\\\\SCCM01\\root\\cimv2:CIM_DataFile.Name=\"C:\\\\WINDOWS\\\\SYSTEM32\\\\DRIVERS\\\\SMSMDM.SYS\"";
    Purpose = 2;
    PurposeDescription = "RDP Miniport";
   };