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

📄 ex24b.odl

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

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

[ uuid(A9515ACA-5B85-11D0-848F-00400526305B), version(1.0) ]
library Ex24b
{
	// library name for Excel's object borrower
	importlib("stdole32.tlb");
	
	// primary dispatch interface for CEx24bAuto
	
	[ uuid(A9515AD7-5B85-11D0-848F-00400526305B) ]
	
	// GUID from component's interface map--matches Registry Interface
	//  entry

	dispinterface IEx24bAuto
	{
		// name used in VBA Dim statement and Object list
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CEx24bAuto)
			[id(1)] long LongData;
			[id(2)] VARIANT TextData;
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CEx24bAuto)
			[id(3)] boolean DisplayDialog();
			//}}AFX_ODL_METHOD

	};

	//  component's clsid

	[ uuid(A9515AD8-5B85-11D0-848F-00400526305B) ]
	coclass Ex24bAuto
	{
		[default] dispinterface IEx24bAuto;
	};

	//{{AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

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