mapxds.idl

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

IDL
37
字号
// MapXDS.idl : IDL source for MapXDS.dll
//

// This file will be processed by the MIDL tool to
// produce the type library (MapXDS.tlb) and marshalling code.

import "oaidl.idl";
import "ocidl.idl";

[
	// TODO:  Change this UUID to be unique for your Dataset Object
	// (run uuidgen from the DOS command line to generate UUID's)
	uuid(D2362470-4c7e-11d1-9e07-00aa00a478cb),
	version(1.0),
	helpstring("MapX Sample Dataset Type Library")
]
library MapXSampleDS
{
	importlib("MDatasetInt.tlb");
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		// TODO:  Change this UUID to be unique for your Dataset Object
		// (run uuidgen from the DOS command line to generate UUID's)
		uuid(D2362471-4c7e-11d1-9e07-00aa00a478cb),
		helpstring("MapXSampleDataset CoClass")
	]
	coclass MapXSampleDataset
	{
		interface IMMapXDataset;
		interface IMMapXStaticDataset;
		interface IMMapXDynamicDataset;
		interface IMMapXColumnInfoContainer;
	};
};

⌨️ 快捷键说明

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