ac.odl

来自「《VC++ 编程技巧与示例 .rar》各个示例代码绝对可用」· ODL 代码 · 共 43 行

ODL
43
字号
// Ac.odl : type library source for Ac.exe

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

[ uuid(C6A9D8F8-C356-11D3-9462-0000000038B2), version(1.0) ]
library Ac
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CAcDoc
	
	[ uuid(C6A9D8F9-C356-11D3-9462-0000000038B2) ]
	dispinterface IAc
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CAcDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CAcDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CAcDoc
	
	[ uuid(F673CC5E-C2F0-11D3-9462-0000000038B2) ]
	coclass Ac
	{
		[default] dispinterface IAc;
	};

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

⌨️ 快捷键说明

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