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

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