myie.idl

来自「1.MyIE开源工程协议 MyIE开源工程遵循GNU通用公共许可证GPL(GN」· IDL 代码 · 共 36 行

IDL
36
字号
// MyIE.idl : IDL source for MyIE.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (MyIE.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
	
	[
		object,
		uuid(25E81C73-A6C1-46B2-A83B-C05565643062),
		helpstring("IMyIENSHandle Interface"),
		pointer_default(unique)
	]
	interface IMyIENSHandle : IUnknown
	{
	};
[
	uuid(133F1EF9-AE92-4C44-AE6B-DE5B0701E59B),
	version(1.0),
	helpstring("MyIE 1.0 Type Library")
]
library MyIELib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");
	
	[
		uuid(B96C53BD-FADC-45C7-A72D-EB5230433A46),
		helpstring("MyIENSHandle Class")
	]
	coclass MyIENSHandle
	{
		[default] interface IMyIENSHandle;
	};
};

⌨️ 快捷键说明

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