isousb.mof
上传用户:leituo004
上传日期:2014-11-03
资源大小:159k
文件大小:1k
源码类别:

驱动编程

开发平台:

Visual C++

  1. [Dynamic, Provider("WMIProv"),
  2.  WMI,
  3.  Description("Iso Usb driver for Intel 82930"),
  4.  guid("{BBA21300-6DD3-11d2-B844-00C04FAD5171}"),
  5.  locale("MS\0x409")]
  6. class IsoDeviceInformation
  7. {
  8.     [key, read]
  9.      string InstanceName;
  10.     [read] boolean Active;
  11.     [WmiDataId(1),
  12.      read,
  13.      write,
  14.      Description("The DebugPrintLevel property indicates the debug output level of the generic client driver.")
  15.      ]
  16.     uint32 DebugPrintLevel;
  17.     [WmiDataId(2),
  18.      read,
  19.      Description("ModelName")
  20.      ]
  21.     string ModelName;
  22. };