mapxsamp.odl

来自「GIS地理信息系统开发。大名鼎鼎的MAPX+C++软件开发」· ODL 代码 · 共 40 行

ODL
40
字号
// mapxsamp.odl : type library source for mapxsamp.exe

// This file will be processed by the Make Type Library (mktyplib) tool to
// produce the type library (mapxsamp.tlb).

[ uuid(007BCAC1-0644-11D0-8796-00AA00B7EF73), version(1.0) ]
library Mapxsamp
{
	importlib("stdole32.tlb");
	
	//  Primary dispatch interface for CMapxSampleDoc
	
	[ uuid(007BCAC2-0644-11D0-8796-00AA00B7EF73) ]
	dispinterface IMapxsa
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CMapxSampleDoc)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CMapxSampleDoc)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CMapxSampleDoc
	
	[ uuid(007BCAC0-0644-11D0-8796-00AA00B7EF73) ]
	coclass Document
	{
		[default] dispinterface IMapxsa;
	};

	//{{AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

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