Windows2003-3790/drivers/drivers/wdm/usb/driver/selsusp/selsusp.mof
2020-09-30 16:53:55 +02:00

28 lines
570 B
Plaintext

[Dynamic, Provider("WMIProv"),
WMI,
Description("Generic client driver information"),
guid("{BBA21300-6DD3-11d2-B844-00C04FAD5171}"),
locale("MS\\0x409")]
class SSDeviceInformation
{
[key, read]
string InstanceName;
[read] boolean Active;
[WmiDataId(1),
read,
write,
Description("The DebugPrintLevel property indicates the debug output level of the generic client driver.")
]
uint32 DebugPrintLevel;
[WmiDataId(2),
read,
Description("ModelName")
]
string ModelName;
};