isousb.mof
资源名称:isousb.rar [点击查看]
上传用户:leituo004
上传日期:2014-11-03
资源大小:159k
文件大小:1k
源码类别:
驱动编程
开发平台:
Visual C++
- [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;
- };