atl_oledb_consumer.idl

来自「这是ATL电子书的随书代码」· IDL 代码 · 共 19 行

IDL
19
字号

	// ATL_OLEDB_Consumer.idl : IDL source for ATL_OLEDB_Consumer.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (ATL_OLEDB_Consumer.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
	uuid(E4658771-97AE-11D3-851B-00400530CFB7),
	version(1.0),
	helpstring("ATL_OLEDB_Consumer 1.0 Type Library")
]
library ATL_OLEDB_ConsumerLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");
};

	

⌨️ 快捷键说明

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