📄 mapinfow.h
字号:
// Machine generated IDispatch wrapper class(es) created with ClassWizard
/////////////////////////////////////////////////////////////////////////////
// DMapInfo wrapper class
class DMapInfo : public COleDispatchDriver
{
public:
DMapInfo() {} // Calls COleDispatchDriver default constructor
DMapInfo(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
DMapInfo(const DMapInfo& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
LPDISPATCH GetApplication();
LPDISPATCH GetParent();
CString GetName();
CString GetFullName();
CString GetVersion();
BOOL GetVisible();
void SetVisible(BOOL bNewValue);
long GetLastErrorCode();
void SetLastErrorCode(long nNewValue);
CString GetLastErrorMessage();
LPDISPATCH GetMBApplications();
void Do(LPCTSTR command);
CString Eval(LPCTSTR expression);
void RunCommand(LPCTSTR command);
void RunMenuCommand(long id);
LPUNKNOWN DataObject(long windowID);
void SetCallback(LPDISPATCH callbackobject);
long GetProductLevel();
LPDISPATCH GetMIMapGen();
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -