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

📄 gb2big.idl

📁 代码实现了对一组字符串内存
💻 IDL
字号:
// Gb2Big.idl : IDL source for Gb2Big.dll
//

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

import "oaidl.idl";
import "ocidl.idl";
	[
		object,
		uuid(F7810042-11A7-11D4-BC3A-0010B5012266),
		dual,
		helpstring("IBIG5 Interface"),
		pointer_default(unique)
	]
	interface IBIG5 : IDispatch
	{
		[id(1), helpstring("method Convert")] HRESULT Convert([in] VARIANT varInData, [out,retval] VARIANT* varOutData);
		[propget, id(2), helpstring("property TrunType")] HRESULT TrunType([out, retval] short *pVal);
		[propput, id(2), helpstring("property TrunType")] HRESULT TrunType([in] short newVal);
	};

[
	uuid(F7810035-11A7-11D4-BC3A-0010B5012266),
	version(1.0),
	helpstring("Gb2Big 1.0 Type Library")
]
library GB2BIGLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(F7810043-11A7-11D4-BC3A-0010B5012266),
		helpstring("BIG5 Class")
	]
	coclass BIG5
	{
		[default] interface IBIG5;
	};
};

⌨️ 快捷键说明

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