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

📄 autoserver.odl

📁 本光盘包含的是《实用Visual C++ 6.0教程》一书中所有程序的代码
💻 ODL
字号:
// Autoserver.odl : type library source for Autoserver.exe

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

[ uuid(B282D1BF-DD47-11D2-BF13-996F03973C62), version(1.0) ]
library Autoserver
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CAutoserverDoc
	
	[ uuid(B282D1C0-DD47-11D2-BF13-996F03973C62) ]
	dispinterface IAutoserver
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CAutoserverDoc)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CAutoserverDoc)
			[id(1)] double SquareRoot(double dInputVal);
			//}}AFX_ODL_METHOD

	};

	//  Class information for CAutoserverDoc
	
	[ uuid(B282D1BE-DD47-11D2-BF13-996F03973C62) ]
	coclass Document
	{
		[default] dispinterface IAutoserver;
	};

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

⌨️ 快捷键说明

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