exch_pda.idl

来自「PDA与PC之间交互系统(简称PDA)是为实现PDA与PC之间的数据互传与转换而」· IDL 代码 · 共 39 行

IDL
39
字号
// Exch_Pda.idl : IDL source for Exch_Pda.dll
//

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

import "oaidl.idl";
import "ocidl.idl";
	[
		object,
		uuid(5DB8ED2C-5ECD-4488-B84D-54BF096543B0),
		dual,
		helpstring("IExch Interface"),
		pointer_default(unique)
	]
	interface IExch : IDispatch
	{
	};

[
	uuid(FC6BB134-8E6A-4398-A804-BD72FBCFB2CD),
	version(1.0),
	helpstring("Exch_Pda 1.0 Type Library")
]
library EXCH_PDALib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(BBA90071-A96C-4076-8691-B1FA77C0342F),
		helpstring("CExch Class")
	]
	coclass CExch
	{
		[default] interface IExch;
	};
};

⌨️ 快捷键说明

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