wediter.idl

来自「微型文本编辑器. 多文档界面」· IDL 代码 · 共 38 行

IDL
38
字号

	// Wediter.idl : IDL source for Wediter.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (Wediter.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
	uuid(0345236E-6AA2-4E14-9D5A-25CB25F2D29A),
	version(1.0),
	helpstring("Wediter 1.0 Type Library")
]
library WediterLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");
};

	

	// Wediter.idl : IDL source for Wediter.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (Wediter.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
	uuid(AF293CF0-0874-450F-AB27-4647E25E1AD0),
	version(1.0),
	helpstring("Wediter 1.0 Type Library")
]
library WediterLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");
};

	

⌨️ 快捷键说明

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