oledb_atl.idl

来自「OLEDB进行数据通讯,应用ATL进行程序编写,具有借鉴意义」· IDL 代码 · 共 21 行

IDL
21
字号
// OLEDB_ATL.idl : IDL source for OLEDB_ATL.dll
//

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

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

[
	uuid(9B9C8A8E-0087-4EE5-A3CF-E0AF330F27D3),
	version(1.0),
	helpstring("OLEDB_ATL 1.0 Type Library")
]
library OLEDB_ATLLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

};

⌨️ 快捷键说明

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