activdoc.odl

来自「Visual C++ From the Ground Up Second Edi」· ODL 代码 · 共 42 行

ODL
42
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?