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

📄 activdoc.odl

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

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

[ uuid(5C13C4E6-A6E7-11D0-9887-00A024DA5F0B), version(1.0) ]
library ActivDoc
{
	importlib("stdole32.tlb");
	

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

	};

	//  Class information for CActivDocDoc
	
	[ uuid(5C13C4E5-A6E7-11D0-9887-00A024DA5F0B) ]
	coclass Document
	{
		[default] dispinterface IActivDoc;
	};

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

⌨️ 快捷键说明

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