telprovider.idl

来自「Visual C++ 实践与提高--数据库篇的源代码。很好的东西。欢迎下载。」· IDL 代码 · 共 29 行

IDL
29
字号
// TelProvider.idl : IDL source for TelProvider.dll
//

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

import "oaidl.idl";
import "ocidl.idl";

[
	uuid(AB8F1E26-A444-11D4-A6D9-0010B54D545E),
	version(1.0),
	helpstring("TelProvider 1.0 Type Library")
]
library TELPROVIDERLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(50F7D152-A20D-11D4-9D41-0080C8D45D55),
		helpstring("TelPrvd OLE DB Provider")
	]
	coclass TelPrvd
	{
		interface IUnknown;
	};
};

⌨️ 快捷键说明

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