eagle.mof

来自「此压缩包为杰得开发得z228的BSP的源代码,可以实现很多功能,尤其是视频解码有」· MOF 代码 · 共 61 行

MOF
61
字号
[
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 + =
减小字号Ctrl + -
显示快捷键?