motable.h
来自「电子地图的代码 实现一些空间功能 比如说放大 缩小等 是以美国为例」· C头文件 代码 · 共 56 行
H
56 行
#if !defined(AFX_MOTABLE_H__D94892F6_3BB3_45CE_A78A_D499069BEB44__INCLUDED_)
#define AFX_MOTABLE_H__D94892F6_3BB3_45CE_A78A_D499069BEB44__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.
// Dispatch interfaces referenced by this interface
class CMoRecordset;
/////////////////////////////////////////////////////////////////////////////
// CMoTable wrapper class
class CMoTable : public COleDispatchDriver
{
public:
CMoTable() {} // Calls COleDispatchDriver default constructor
CMoTable(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CMoTable(const CMoTable& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
CString GetUser();
void SetUser(LPCTSTR);
CString GetPassword();
void SetPassword(LPCTSTR);
CString GetDatabase();
void SetDatabase(LPCTSTR);
CString GetName();
void SetName(LPCTSTR);
CMoRecordset GetRecords();
void SetRecords(LPDISPATCH);
CString GetServer();
void SetServer(LPCTSTR);
// Operations
public:
CMoRecordset SearchExpression(LPCTSTR expression);
CString GetVersion();
void SetVersion(LPCTSTR lpszNewValue);
LPDISPATCH GetCommand();
void SetRefCommand(LPDISPATCH newValue);
long GetMaxCachedRelateRecords();
void SetMaxCachedRelateRecords(long nNewValue);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MOTABLE_H__D94892F6_3BB3_45CE_A78A_D499069BEB44__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?