oledbatlarrayrowset.idl

来自「vc++6.0数据库编程大全一书得各个章节得源码,比较详细.可以仔细参照学习!」· IDL 代码 · 共 21 行

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

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

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

[
	uuid(0CC9E421-BBB8-11D2-9949-A2A0738B3B47),
	version(1.0),
	helpstring("OLEDBATLArrayRowset 1.0 Type Library")
]
library OLEDBATLARRAYROWSETLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

};

⌨️ 快捷键说明

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