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

📄 ex24c.odl

📁 This companion disc contains the source code for the sample programs presented in INSIDE VISUAL C++
💻 ODL
字号:
// ex24c.odl : type library source for ex24c.exe

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

[ uuid(A9515B01-5B85-11D0-848F-00400526305B), version(1.0) ]
library ex24c
{
	importlib("stdole32.tlb");
	

	//  Primary dispatch interface for CEx24cDoc
	
	[ uuid(A9515B02-5B85-11D0-848F-00400526305B) ]
	dispinterface IEx24c
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CEx24cDoc)
			[id(1)] DATE Time;
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CEx24cDoc)
			[id(5), propget] VARIANT Figure(short n);
			[id(5), propput] void Figure(short n, VARIANT newValue);
			[id(2)] void ShowWin();
			[id(3)] IDispatch* CreateAlarm(DATE time);
			[id(4)] void RefreshWin();
			//}}AFX_ODL_METHOD

	};

	//  Class information for CEx24cDoc
	
	[ uuid(0389DA63-CBDD-11CE-B337-88EA36DE9E4E) ]
	coclass Document
	{
		[default] dispinterface IEx24c;
	};


	//  Primary dispatch interface for CAlarm
	
	[ uuid(A9515B16-5B85-11D0-848F-00400526305B) ]
	dispinterface IAlarm
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CAlarm)
			[id(1)] DATE Time;
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CAlarm)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CAlarm

	[ uuid(A9515B17-5B85-11D0-848F-00400526305B) ]
	coclass Alarm
	{
		[default] dispinterface IAlarm;
	};

	//{{AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

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