⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 myatl_ole_db.idl

📁 使用ATL OLE技术实现数据库方面的功能,编译生成新的.tlb文件以及所需的.c文件.
💻 IDL
字号:
// MyATL_OLE_DB.idl : IDL source for MyATL_OLE_DB.dll
//

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

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

[
	uuid(3B7CA656-0EEE-4976-9EC8-094EF4EB3641),
	version(1.0),
	helpstring("MyATL_OLE_DB 1.0 Type Library")
]
library MYATL_OLE_DBLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

};

⌨️ 快捷键说明

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