Leaked source code of windows server 2003
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.

27 lines
570 B

  1. [Dynamic, Provider("WMIProv"),
  2. WMI,
  3. Description("Generic client driver information"),
  4. guid("{BBA21300-6DD3-11d2-B844-00C04FAD5171}"),
  5. locale("MS\\0x409")]
  6. class SSDeviceInformation
  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. };