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

📄 dao2.odl

📁 Visual C++ From the Ground Up Second Edition 例程源代码
💻 ODL
字号:
// DAO2.odl : type library source for DAO2.exe

// This file will be processed by the MIDL compiler to produce the
// type library (DAO2.tlb).

[ uuid(E0C11C84-A206-11D0-9887-00A024DA5F0B), version(1.0) ]
library DAO2
{
	importlib("stdole32.tlb");
	

	//  Primary dispatch interface for CDAO2Doc
	
	[ uuid(E0C11C85-A206-11D0-9887-00A024DA5F0B) ]
	dispinterface IDAO2
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CDAO2DlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CDAO2DlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CDAO2Doc
	
	[ uuid(E0C11C83-A206-11D0-9887-00A024DA5F0B) ]
	coclass DAO2
	{
		[default] dispinterface IDAO2;
	};

	//{{AFX_APPEND_ODL}}
	//}}AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

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