📄 wmi42.mof
字号:
[Dynamic, Provider("WMIProv"),
WMI,
Description("Wmi42 Sample Schema"),
guid("A0F95FD4-A587-11d2-BB3A-00C04FA330A6"),
locale("MS\\0x409")]
class Wmi42
{
[key, read]
string InstanceName;
[read] boolean Active;
[WmiDataId(1),
Description("The Answer to the Ultimate Question of Life, the Universe, and Everything")
]
uint32 TheAnswer;
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -