⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 eagle.mof

📁 此压缩包为杰得开发得z228的BSP的源代码,可以实现很多功能,尤其是视频解码有很好的效果.
💻 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 + -