?? _rdoengine.h
字號:
#if !defined(AFX__RDOENGINE_H__9406D245_3747_4761_A7AE_EAD79A8DFFD2__INCLUDED_)
#define AFX__RDOENGINE_H__9406D245_3747_4761_A7AE_EAD79A8DFFD2__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 CrdoEnvironments;
class CrdoErrors;
class C_rdoEnvironment;
/////////////////////////////////////////////////////////////////////////////
// C_rdoEngine wrapper class
class C_rdoEngine : public COleDispatchDriver
{
public:
C_rdoEngine() {} // Calls COleDispatchDriver default constructor
C_rdoEngine(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
C_rdoEngine(const C_rdoEngine& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
long GetRdoDefaultLoginTimeout();
void SetRdoDefaultLoginTimeout(long nNewValue);
CString GetRdoDefaultUser();
void SetRdoDefaultUser(LPCTSTR lpszNewValue);
CString GetRdoDefaultPassword();
void SetRdoDefaultPassword(LPCTSTR lpszNewValue);
CrdoEnvironments GetRdoEnvironments();
CrdoErrors GetRdoErrors();
CString GetRdoVersion();
long GetRdoDefaultCursorDriver();
void SetRdoDefaultCursorDriver(long nNewValue);
long GetRdoDefaultErrorThreshold();
void SetRdoDefaultErrorThreshold(long nNewValue);
void rdoRegisterDataSource(LPCTSTR DSN, LPCTSTR Driver, BOOL Silent, LPCTSTR Attributes);
C_rdoEnvironment rdoCreateEnvironment(LPCTSTR Name, LPCTSTR User, LPCTSTR Password);
long GetRdoLocaleID();
void SetRdoLocaleID(long nNewValue);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX__RDOENGINE_H__9406D245_3747_4761_A7AE_EAD79A8DFFD2__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -