You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
564 B
26 lines
564 B
[Dynamic, Provider("WMIProv"),
|
|
WMI,
|
|
Description("Iso Usb driver for Intel 82930"),
|
|
guid("{BBA21300-6DD3-11d2-B844-00C04FAD5171}"),
|
|
locale("MS\\0x409")]
|
|
class IsoDeviceInformation
|
|
{
|
|
[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;
|
|
|
|
};
|