bulkusb.mof
来自「TUSB3410 win9x和win xp 驱动源代码,包含开发测试工具」· MOF 代码 · 共 27 行
MOF
27 行
[Dynamic, Provider("WMIProv"),
WMI,
Description("Tigl Usb driver for SilverLink"),
guid("{BBA21300-6DD3-11d2-B844-00C04FAD5171}"),
locale("MS\\0x409")]
class BulkDeviceInformation
{
[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;
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?