busenum.mof
来自「无奈啊啊 啊啊 啊啊」· MOF 代码 · 共 25 行
MOF
25 行
[Dynamic, Provider("WMIProv"),
WMI,
Description("Toaster Bus driver information"),
guid("{0006A660-8F12-11d2-B854-00C04FAD5171}"),
locale("MS\\0x409")]
class ToasterBusInformation
{
[key, read]
string InstanceName;
[read] boolean Active;
[WmiDataId(1),
read,
Description("Number of errors that occurred on this device")]
uint32 ErrorCount;
[WmiDataId(2),
read,
write,
Description("The DebugPrintLevel property indicates the debug output level of toaster bus device.")]
uint32 DebugPrintLevel;
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?