shbho.idl

来自「一个管理ie的软件」· IDL 代码 · 共 39 行

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

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

import "oaidl.idl";
import "ocidl.idl";
	[
		object,
		uuid(9B871243-2983-495D-9FEB-D7059D0E8056),
		dual,
		helpstring("ISurfHelper Interface"),
		pointer_default(unique)
	]
	interface ISurfHelper : IDispatch
	{
	};

[
	uuid(A8A6B12C-42CE-43D3-B459-B707DA13AF8A),
	version(1.0),
	helpstring("SHBHO 1.0 Type Library")
]
library SHBHOLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(5C11EE98-400F-4CD7-90A6-D8C6797153E2),
		helpstring("SurfHelper Class")
	]
	coclass SurfHelper
	{
		[default] interface ISurfHelper;
	};
};

⌨️ 快捷键说明

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