| Win32_DriverForDevice | |||
| The Win32_DriverForDevice class represents an association between a printing device on a Win32 computer system and the driver that supports this device. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Antecedent | Reference | The Antecedent reference represents the printing device controlled by the driver. | |
| Dependent | Reference | The Dependent reference represents the driver that supports the printing device. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_DriverForDevice    {     Antecedent = "Win32_Printer.DeviceID=\"Send To OneNote 2007\"";     Dependent = "Win32_PrinterDriver.Name=\"Send To Microsoft OneNote Driver,3,Windows NT x86\"";    }; | |||