motabledesc.h
资源名称:MoLecture.rar [点击查看]
上传用户:qinfarui
上传日期:2022-08-10
资源大小:362k
文件大小:2k
源码类别:
GIS编程
开发平台:
Visual C++
- #if !defined(AFX_MOTABLEDESC_H__BBFD08B8_146A_4FE7_9ADE_8072A019488F__INCLUDED_)
- #define AFX_MOTABLEDESC_H__BBFD08B8_146A_4FE7_9ADE_8072A019488F__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__BBFD08B8_146A_4FE7_9ADE_8072A019488F__INCLUDED_)