mapapp.odl

来自「用VC++实现矢量地图背景下的实时显示源代码」· ODL 代码 · 共 43 行

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

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

[ uuid(9B0AEFF4-69DE-11D5-A8BB-0000E8E7DC45), version(1.0) ]
library MapApp
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CMapAppDoc
	
	[ uuid(9B0AEFF5-69DE-11D5-A8BB-0000E8E7DC45) ]
	dispinterface IMapApp
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CMapAppDoc)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CMapAppDoc)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CMapAppDoc
	
	[ uuid(9B0AEFF3-69DE-11D5-A8BB-0000E8E7DC45) ]
	coclass Document
	{
		[default] dispinterface IMapApp;
	};

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

⌨️ 快捷键说明

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