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

📄 cpuload.idl

📁 wince6.0平台上的任务管理器,功能类似于windows的任务管理器. In order to develop applications for Windows Mobile 6.x from
💻 IDL
字号:
import "oaidl.idl";
import "ocidl.idl";

[
	object,
	uuid(1DDBD260-416B-4A27-940C-B4893DB7CF18),
	dual,
	nonextensible,
	helpstring("ICpuLoad Interface"),
	pointer_default(unique)
]
interface ICpuLoad : IDispatch
{
    [id(1), helpstring("method Start")] HRESULT Start(void);
    [id(2), helpstring("method Stop")] HRESULT Stop(void);
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -