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

📄 as.odl

📁 《VC++ 编程技巧与示例 .rar》各个示例代码绝对可用
💻 ODL
字号:
// AS.odl : type library source for AS.exe

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

[ uuid(F673CC44-C2F0-11D3-9462-0000000038B2), version(1.0) ]
library AS
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CASDoc
	
	[ uuid(F673CC45-C2F0-11D3-9462-0000000038B2) ]
	dispinterface IAS
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CASDoc)
			[id(1)] double LargerNumber;
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CASDoc)
			[id(2)] double Sort(double x0, double x1);
			[id(3)] void ShowWindow();
			//}}AFX_ODL_METHOD
	};

	//  Class information for CASDoc
	
	[ uuid(F673CC43-C2F0-11D3-9462-0000000038B2) ]
	coclass Document
	{
		[default] dispinterface IAS;
	};

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

⌨️ 快捷键说明

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