亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? msado15.tli

?? 在運行系統前
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
inline HRESULT Connection15::RollbackTrans ( ) {
    HRESULT _hr = raw_RollbackTrans();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT Connection15::Open ( _bstr_t ConnectionString, _bstr_t UserID, _bstr_t Password, long Options ) {
    HRESULT _hr = raw_Open(ConnectionString, UserID, Password, Options);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline ErrorsPtr Connection15::GetErrors ( ) {
    struct Errors * _result;
    HRESULT _hr = get_Errors(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return ErrorsPtr(_result, false);
}

inline _bstr_t Connection15::GetDefaultDatabase ( ) {
    BSTR _result;
    HRESULT _hr = get_DefaultDatabase(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline void Connection15::PutDefaultDatabase ( _bstr_t pbstr ) {
    HRESULT _hr = put_DefaultDatabase(pbstr);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline enum IsolationLevelEnum Connection15::GetIsolationLevel ( ) {
    enum IsolationLevelEnum _result;
    HRESULT _hr = get_IsolationLevel(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void Connection15::PutIsolationLevel ( enum IsolationLevelEnum Level ) {
    HRESULT _hr = put_IsolationLevel(Level);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline long Connection15::GetAttributes ( ) {
    long _result;
    HRESULT _hr = get_Attributes(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void Connection15::PutAttributes ( long plAttr ) {
    HRESULT _hr = put_Attributes(plAttr);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline enum CursorLocationEnum Connection15::GetCursorLocation ( ) {
    enum CursorLocationEnum _result;
    HRESULT _hr = get_CursorLocation(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void Connection15::PutCursorLocation ( enum CursorLocationEnum plCursorLoc ) {
    HRESULT _hr = put_CursorLocation(plCursorLoc);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline enum ConnectModeEnum Connection15::GetMode ( ) {
    enum ConnectModeEnum _result;
    HRESULT _hr = get_Mode(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void Connection15::PutMode ( enum ConnectModeEnum plMode ) {
    HRESULT _hr = put_Mode(plMode);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _bstr_t Connection15::GetProvider ( ) {
    BSTR _result;
    HRESULT _hr = get_Provider(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline void Connection15::PutProvider ( _bstr_t pbstr ) {
    HRESULT _hr = put_Provider(pbstr);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline long Connection15::GetState ( ) {
    long _result;
    HRESULT _hr = get_State(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline _RecordsetPtr Connection15::OpenSchema ( enum SchemaEnum Schema, const _variant_t & Restrictions, const _variant_t & SchemaID ) {
    struct _Recordset * _result;
    HRESULT _hr = raw_OpenSchema(Schema, Restrictions, SchemaID, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _RecordsetPtr(_result, false);
}

//
// interface _Connection wrapper method implementations
//

inline HRESULT _Connection::Cancel ( ) {
    HRESULT _hr = raw_Cancel();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface Recordset15 wrapper method implementations
//

inline enum PositionEnum Recordset15::GetAbsolutePosition ( ) {
    enum PositionEnum _result;
    HRESULT _hr = get_AbsolutePosition(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void Recordset15::PutAbsolutePosition ( enum PositionEnum pl ) {
    HRESULT _hr = put_AbsolutePosition(pl);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline void Recordset15::PutRefActiveConnection ( IDispatch * pvar ) {
    HRESULT _hr = putref_ActiveConnection(pvar);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline void Recordset15::PutActiveConnection ( const _variant_t & pvar ) {
    HRESULT _hr = put_ActiveConnection(pvar);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _variant_t Recordset15::GetActiveConnection ( ) {
    VARIANT _result;
    VariantInit(&_result);
    HRESULT _hr = get_ActiveConnection(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _variant_t(_result, false);
}

inline VARIANT_BOOL Recordset15::GetadoBOF ( ) {
    VARIANT_BOOL _result;
    HRESULT _hr = get_adoBOF(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline _variant_t Recordset15::GetBookmark ( ) {
    VARIANT _result;
    VariantInit(&_result);
    HRESULT _hr = get_Bookmark(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _variant_t(_result, false);
}

inline void Recordset15::PutBookmark ( const _variant_t & pvBookmark ) {
    HRESULT _hr = put_Bookmark(pvBookmark);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline long Recordset15::GetCacheSize ( ) {
    long _result;
    HRESULT _hr = get_CacheSize(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void Recordset15::PutCacheSize ( long pl ) {
    HRESULT _hr = put_CacheSize(pl);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline enum CursorTypeEnum Recordset15::GetCursorType ( ) {
    enum CursorTypeEnum _result;
    HRESULT _hr = get_CursorType(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void Recordset15::PutCursorType ( enum CursorTypeEnum plCursorType ) {
    HRESULT _hr = put_CursorType(plCursorType);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline VARIANT_BOOL Recordset15::GetadoEOF ( ) {
    VARIANT_BOOL _result;
    HRESULT _hr = get_adoEOF(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline FieldsPtr Recordset15::GetFields ( ) {
    struct Fields * _result;
    HRESULT _hr = get_Fields(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return FieldsPtr(_result, false);
}

inline enum LockTypeEnum Recordset15::GetLockType ( ) {
    enum LockTypeEnum _result;
    HRESULT _hr = get_LockType(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void Recordset15::PutLockType ( enum LockTypeEnum plLockType ) {
    HRESULT _hr = put_LockType(plLockType);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline long Recordset15::GetMaxRecords ( ) {
    long _result;
    HRESULT _hr = get_MaxRecords(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void Recordset15::PutMaxRecords ( long plMaxRecords ) {
    HRESULT _hr = put_MaxRecords(plMaxRecords);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline long Recordset15::GetRecordCount ( ) {
    long _result;
    HRESULT _hr = get_RecordCount(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void Recordset15::PutRefSource ( IDispatch * pvSource ) {
    HRESULT _hr = putref_Source(pvSource);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline void Recordset15::PutSource ( _bstr_t pvSource ) {
    HRESULT _hr = put_Source(pvSource);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _variant_t Recordset15::GetSource ( ) {
    VARIANT _result;
    VariantInit(&_result);
    HRESULT _hr = get_Source(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _variant_t(_result, false);
}

inline HRESULT Recordset15::AddNew ( const _variant_t & FieldList, const _variant_t & Values ) {
    HRESULT _hr = raw_AddNew(FieldList, Values);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT Recordset15::CancelUpdate ( ) {
    HRESULT _hr = raw_CancelUpdate();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT Recordset15::Close ( ) {
    HRESULT _hr = raw_Close();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT Recordset15::Delete ( enum AffectEnum AffectRecords ) {
    HRESULT _hr = raw_Delete(AffectRecords);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline _variant_t Recordset15::GetRows ( long Rows, const _variant_t & Start, const _variant_t & Fields ) {
    VARIANT _result;
    VariantInit(&_result);
    HRESULT _hr = raw_GetRows(Rows, Start, Fields, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _variant_t(_result, false);
}

inline HRESULT Recordset15::Move ( long NumRecords, const _variant_t & Start ) {
    HRESULT _hr = raw_Move(NumRecords, Start);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT Recordset15::MoveNext ( ) {
    HRESULT _hr = raw_MoveNext();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT Recordset15::MovePrevious ( ) {
    HRESULT _hr = raw_MovePrevious();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT Recordset15::MoveFirst ( ) {
    HRESULT _hr = raw_MoveFirst();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT Recordset15::MoveLast ( ) {
    HRESULT _hr = raw_MoveLast();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT Recordset15::Open ( const _variant_t & Source, const _variant_t & ActiveConnection, enum CursorTypeEnum CursorType, enum LockTypeEnum LockType, long Options ) {
    HRESULT _hr = raw_Open(Source, ActiveConnection, CursorType, LockType, Options);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT Recordset15::Requery ( long Options ) {
    HRESULT _hr = raw_Requery(Options);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT Recordset15::_xResync ( enum AffectEnum AffectRecords ) {
    HRESULT _hr = raw__xResync(AffectRecords);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT Recordset15::Update ( const _variant_t & Fields, const _variant_t & Values ) {
    HRESULT _hr = raw_Update(Fields, Values);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline enum PositionEnum Recordset15::GetAbsolutePage ( ) {
    enum PositionEnum _result;
    HRESULT _hr = get_AbsolutePage(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void Recordset15::PutAbsolutePage ( enum PositionEnum pl ) {
    HRESULT _hr = put_AbsolutePage(pl);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline enum EditModeEnum Recordset15::GetEditMode ( ) {
    enum EditModeEnum _result;
    HRESULT _hr = get_EditMode(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品伊人久久久久7777人| 亚洲超丰满肉感bbw| 国产ts人妖一区二区| 精品女同一区二区| 国产激情视频一区二区在线观看 | 亚洲精品国产精品乱码不99| 成人成人成人在线视频| 亚洲欧美日韩一区二区| 欧美中文一区二区三区| 午夜精彩视频在线观看不卡| 日韩三级伦理片妻子的秘密按摩| 韩国一区二区三区| 中文幕一区二区三区久久蜜桃| heyzo一本久久综合| 亚洲无线码一区二区三区| 欧美一区二区三区免费| 国产高清无密码一区二区三区| 国产精品福利一区| 欧美日本一区二区在线观看| 久久国产乱子精品免费女| 国产免费观看久久| 日本韩国欧美在线| 美女视频网站黄色亚洲| 国产精品美女久久久久久久| 欧美性xxxxx极品少妇| 久久99国产精品成人| 国产精品―色哟哟| 欧美精品在线一区二区三区| 国产美女精品人人做人人爽 | 欧美亚洲尤物久久| 国产一区二区在线视频| 一区二区三区中文字幕电影 | 欧美日韩国产高清一区二区 | 欧美天天综合网| 国产精品一线二线三线精华| 一区二区免费在线| 久久久综合激的五月天| 欧美日韩国产天堂| 99国产精品久久久| 久久91精品久久久久久秒播| 一区二区三区四区五区视频在线观看 | 中文字幕精品三区| 91精品国产综合久久福利| 成人性生交大合| 日本成人在线电影网| 亚洲天堂av一区| 精品黑人一区二区三区久久| 欧美视频一区二区三区| gogogo免费视频观看亚洲一| 国产一区久久久| 欧美aaaaa成人免费观看视频| 亚洲激情综合网| 日本一区二区视频在线| 欧美mv日韩mv国产网站| 91精品久久久久久蜜臀| 在线视频一区二区免费| 成人av中文字幕| 粉嫩嫩av羞羞动漫久久久 | 91麻豆精品国产| 在线视频欧美精品| 91一区二区三区在线观看| 成人高清视频在线观看| 国产一区视频导航| 国产一区二区三区国产| 黑人巨大精品欧美黑白配亚洲| 免费看欧美美女黄的网站| 亚洲成人高清在线| 亚洲一区二三区| 一区二区在线观看视频| 一区二区三区四区不卡在线| 18欧美乱大交hd1984| 国产精品久久二区二区| 国产欧美日韩视频在线观看| 国产午夜精品福利| 日本一区二区三区四区在线视频| 久久久久久久久97黄色工厂| 精品国产乱码久久久久久1区2区 | 亚洲综合激情网| 亚洲毛片av在线| 亚洲最大成人网4388xx| 亚洲精品菠萝久久久久久久| 亚洲精品一二三| 亚洲自拍另类综合| 午夜视频在线观看一区| 午夜av区久久| 久久超碰97中文字幕| 久久超碰97人人做人人爱| 国产另类ts人妖一区二区| 国产成+人+日韩+欧美+亚洲| 成人福利在线看| 日本黄色一区二区| 欧美日本乱大交xxxxx| 日韩欧美国产1| 久久久www成人免费无遮挡大片| 久久美女高清视频| 亚洲欧美一区二区三区国产精品| 亚洲欧美一区二区三区孕妇| 丝袜国产日韩另类美女| 精品亚洲成a人| 成人一级片在线观看| 日本韩国视频一区二区| 日韩一区二区麻豆国产| 日本一区二区动态图| 一个色妞综合视频在线观看| 免费美女久久99| 99综合影院在线| 欧美一区二区日韩一区二区| 国产日韩欧美高清| 亚洲一区二区三区视频在线播放| 麻豆精品一区二区| 成人午夜电影小说| 欧美精品自拍偷拍动漫精品| 久久精品视频一区二区三区| 亚洲精品免费在线| 精品亚洲免费视频| 91国偷自产一区二区开放时间| 日韩欧美一级片| 亚洲人成精品久久久久久| 青青草伊人久久| 91网站视频在线观看| 91精品国产综合久久福利| 国产精品高潮久久久久无| 日本视频一区二区| 91美女片黄在线观看91美女| 日韩欧美一区二区免费| 亚洲色图.com| 国产一区二区三区在线观看免费| 欧美性xxxxx极品少妇| 中文字幕国产精品一区二区| 蜜臀va亚洲va欧美va天堂| 色悠久久久久综合欧美99| 欧美成人性福生活免费看| 依依成人精品视频| 国产精品一区一区三区| 3d成人h动漫网站入口| 亚洲图片欧美激情| 国产一区二区三区四区五区美女| 在线不卡中文字幕| 一区二区三区四区不卡在线| 国产91色综合久久免费分享| 91精品国产色综合久久ai换脸| ...中文天堂在线一区| 国内成人自拍视频| 欧美一区二区在线不卡| 性欧美大战久久久久久久久| 91在线免费看| 一区在线中文字幕| 豆国产96在线|亚洲| 久久久久国产免费免费| 韩国三级电影一区二区| 91精品国产欧美一区二区18| 亚洲午夜在线观看视频在线| 91丝袜美女网| 椎名由奈av一区二区三区| 粉嫩一区二区三区性色av| 国产午夜精品一区二区| 国产乱淫av一区二区三区| 精品国产免费久久| 久久99国产精品尤物| 欧美大胆人体bbbb| 蜜桃av一区二区在线观看| 日韩视频在线一区二区| 日本va欧美va瓶| 欧美一区二区三区四区视频 | 久久免费的精品国产v∧| 激情都市一区二区| 日韩精品一区二区三区中文不卡| 日本成人在线电影网| 日韩一级成人av| 国内外成人在线视频| 26uuu精品一区二区三区四区在线 26uuu精品一区二区在线观看 | 欧美精品三级在线观看| 婷婷久久综合九色综合伊人色| 欧美挠脚心视频网站| 亚洲.国产.中文慕字在线| 在线不卡中文字幕播放| 精品一区二区三区av| 国产日韩欧美高清| 91亚洲精品久久久蜜桃网站| 伊人开心综合网| 欧美日韩电影在线播放| 日韩电影在线免费看| 欧美电影免费观看高清完整版在线 | 欧美视频自拍偷拍| 视频一区二区欧美| 精品剧情在线观看| 风间由美中文字幕在线看视频国产欧美 | 亚洲精品五月天| 欧美男同性恋视频网站| 精品一区二区三区日韩| 国产精品视频线看| 色悠久久久久综合欧美99| 日韩av中文字幕一区二区 | 日韩午夜激情免费电影| 国产精品亚洲人在线观看| 中文字幕视频一区二区三区久| 色八戒一区二区三区| 日韩成人午夜精品| 国产日产欧美精品一区二区三区| 91色视频在线|