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

📄 procfind.idl

📁 大量windows shell编程例子
💻 IDL
字号:
// ProcFind.idl : IDL source for ProcFind.dll
//

// This file will be processed by the MIDL tool to
// produce the type library (ProcFind.tlb) and marshalling code.

import "oaidl.idl";
import "ocidl.idl";

	[
		object,
		uuid(977DA8D0-41D5-11D2-BC00-AC6805C10E27),
		dual,
		helpstring("IProcess Interface"),
		pointer_default(unique)
	]
	interface IProcess : IDispatch
	{
	};
[
	uuid(977DA8C3-41D5-11D2-BC00-AC6805C10E27),
	version(1.0),
	helpstring("ProcFind 1.0 Type Library")
]
library PROCFINDLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(977DA8D2-41D5-11D2-BC00-AC6805C10E27),
		helpstring("Process Class")
	]
	coclass Process
	{
		[default] interface IProcess;
	};
};

⌨️ 快捷键说明

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