📄 mapxds.idl
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -