motabledesc.h
上传用户:qinfarui
上传日期:2022-08-10
资源大小:362k
文件大小:2k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_MOTABLEDESC_H__BBFD08B8_146A_4FE7_9ADE_8072A019488F__INCLUDED_)
  2. #define AFX_MOTABLEDESC_H__BBFD08B8_146A_4FE7_9ADE_8072A019488F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  7. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  8. //  Microsoft Visual C++, your modifications will be overwritten.
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CMoTableDesc wrapper class
  11. class CMoTableDesc : public COleDispatchDriver
  12. {
  13. public:
  14. CMoTableDesc() {} // Calls COleDispatchDriver default constructor
  15. CMoTableDesc(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  16. CMoTableDesc(const CMoTableDesc& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  17. // Attributes
  18. public:
  19. short GetFieldCount();
  20. void SetFieldCount(short);
  21. long GetCodePage();
  22. void SetCodePage(long);
  23. // Operations
  24. public:
  25. CString GetFieldName(short index);
  26. void SetFieldName(short index, LPCTSTR lpszNewValue);
  27. long GetFieldType(short index);
  28. void SetFieldType(short index, long nNewValue);
  29. short GetFieldPrecision(short index);
  30. void SetFieldPrecision(short index, short nNewValue);
  31. short GetFieldLength(short index);
  32. void SetFieldLength(short index, short nNewValue);
  33. short GetFieldScale(short index);
  34. void SetFieldScale(short index, short nNewValue);
  35. };
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_MOTABLEDESC_H__BBFD08B8_146A_4FE7_9ADE_8072A019488F__INCLUDED_)