motabledesc.h

来自「电子地图的代码 实现一些空间功能 比如说放大 缩小等 是以美国为例」· C头文件 代码 · 共 47 行

H
47
字号
#if !defined(AFX_MOTABLEDESC_H__F0232C3F_48D1_4657_BBC5_DBAFE845C00C__INCLUDED_)
#define AFX_MOTABLEDESC_H__F0232C3F_48D1_4657_BBC5_DBAFE845C00C__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++

// NOTE: Do not modify the contents of this file.  If this class is regenerated by
//  Microsoft Visual C++, your modifications will be overwritten.

/////////////////////////////////////////////////////////////////////////////
// CMoTableDesc wrapper class

class CMoTableDesc : public COleDispatchDriver
{
public:
	CMoTableDesc() {}		// Calls COleDispatchDriver default constructor
	CMoTableDesc(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
	CMoTableDesc(const CMoTableDesc& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}

// Attributes
public:
	short GetFieldCount();
	void SetFieldCount(short);
	long GetCodePage();
	void SetCodePage(long);

// Operations
public:
	CString GetFieldName(short index);
	void SetFieldName(short index, LPCTSTR lpszNewValue);
	long GetFieldType(short index);
	void SetFieldType(short index, long nNewValue);
	short GetFieldPrecision(short index);
	void SetFieldPrecision(short index, short nNewValue);
	short GetFieldLength(short index);
	void SetFieldLength(short index, short nNewValue);
	short GetFieldScale(short index);
	void SetFieldScale(short index, short nNewValue);
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MOTABLEDESC_H__F0232C3F_48D1_4657_BBC5_DBAFE845C00C__INCLUDED_)

⌨️ 快捷键说明

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