exam15.idl

来自「ARX/CAD二次开发」· IDL 代码 · 共 40 行

IDL
40
字号
// exam15.idl : IDL source for exam15.dll
//

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

import "oaidl.idl";
import "ocidl.idl";
#include "dcapi.idl"
	[
		object,
		uuid(E192D34E-9802-11D3-BBD9-B6B2E12ABA23),
		dual,
		helpstring("IExam15Content Interface"),
		pointer_default(unique)
	]
	interface IExam15Content : IDispatch
	{
	};

[
	uuid(E192D340-9802-11D3-BBD9-B6B2E12ABA23),
	version(1.0),
	helpstring("exam15 1.0 Type Library")
]
library EXAM15Lib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(E192D34F-9802-11D3-BBD9-B6B2E12ABA23),
		helpstring("Exam15Content Class")
	]
	coclass Exam15Content
	{
		[default] interface IExam15Content;
	};
};

⌨️ 快捷键说明

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