📄 eagle.mof
字号:
[
WMI, Dynamic, Provider("WMIProv"),
guid("{3d8f1f43-7c2a-4393-bcf0-ee4e07dc4068}"),
localeid(0x409),
WmiExpense(0),
Description("Query to Set ULONG")
]
class MRVL_OEM_SET_ULONG
{
[key, read]
string InstanceName;
[read]
boolean Active;
[read,
Description("Query to Set ULONG"),
WmiDataId(1)] uint32 MRVL_OEM_SET_ULONG;
};
[
WMI, Dynamic, Provider("WMIProv"),
guid("{3d8f1f43-7c2a-4393-bcf0-ee4e07dc4068}"),
localeid(0x409),
WmiExpense(0),
Description("Query to get ULONG")
]
class MRVL_OEM_Get_ULONG
{
[key, read]
string InstanceName;
[read]
boolean Active;
[read,
Description("Query to get ULONG"),
WmiDataId(1)] uint32 MRVL_OEM_GET_ULONG;
};
[
WMI, Dynamic, Provider("WMIProv"),
guid("{3d8f1f43-7c2a-4393-bcf0-ee4e07dc4068}"),
localeid(0x409),
WmiExpense(0),
Description("Query to get an ANSI string")
]
class MRVL_OEM_GET_STRING
{
[key, read]
string InstanceName;
[read]
boolean Active;
[read,
Description("Get a ANSI string."),
WmiDataId(1)] string MRVL_OEM_GET_STRING;
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -