亚洲欧美第一页_禁久久精品乱码_粉嫩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 PositionEnum_Param Recordset15::GetAbsolutePosition ( ) {
    PositionEnum_Param _result;
    HRESULT _hr = get_AbsolutePosition(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void Recordset15::PutAbsolutePosition ( PositionEnum_Param 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::GetBOF ( ) {
    VARIANT_BOOL _result;
    HRESULT _hr = get_BOF(&_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 ADO_LONGPTR Recordset15::GetMaxRecords ( ) {
    ADO_LONGPTR _result;
    HRESULT _hr = get_MaxRecords(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

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

inline ADO_LONGPTR Recordset15::GetRecordCount ( ) {
    ADO_LONGPTR _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 ( ADO_LONGPTR 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 PositionEnum_Param Recordset15::GetAbsolutePage ( ) {
    PositionEnum_Param _result;
    HRESULT _hr = get_AbsolutePage(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

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

inline enum EditModeEnum Recordset15::GetEditMode ( ) {

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
狠狠网亚洲精品| 视频一区二区三区入口| 日韩免费视频一区| 欧美精品亚洲一区二区在线播放| 欧美xxx久久| 日韩欧美三级在线| 欧美精品日韩一区| 91影院在线观看| 国产日韩欧美精品在线| 日韩av电影天堂| 99久久精品国产麻豆演员表| 激情国产一区二区| 色噜噜偷拍精品综合在线| 欧美一区二区三区免费在线看| 中文字幕va一区二区三区| 一区二区三区精品久久久| 老司机午夜精品99久久| 色综合久久久久综合体桃花网| 欧美一区二区在线视频| 粉嫩av一区二区三区粉嫩| 色综合天天综合色综合av| 欧美一区欧美二区| 欧美激情一区二区三区在线| 亚洲综合偷拍欧美一区色| 日日欢夜夜爽一区| 国产成人精品免费视频网站| heyzo一本久久综合| 欧美一区二区不卡视频| 久久久久99精品国产片| 亚洲在线一区二区三区| 激情综合色丁香一区二区| 日韩午夜电影av| 欧美猛男gaygay网站| 久久久亚洲精品石原莉奈| 奇米影视7777精品一区二区| 欧美国产成人在线| 日本特黄久久久高潮| 一本色道a无线码一区v| 亚洲青青青在线视频| 亚洲色图欧美在线| 国产一区二区三区免费在线观看 | 国产精品免费视频一区| 国产在线一区二区| 欧美裸体一区二区三区| 日韩免费观看高清完整版在线观看| 欧美一区二区大片| 播五月开心婷婷综合| 首页国产欧美久久| 免费的国产精品| 久久亚洲免费视频| 91久久国产综合久久| 国产蜜臀av在线一区二区三区| 日本午夜一区二区| 欧美日韩卡一卡二| 亚洲精品视频在线观看网站| 成人综合婷婷国产精品久久蜜臀| 日韩免费观看高清完整版在线观看| 亚洲sss视频在线视频| 在线亚洲一区观看| 亚洲精品美腿丝袜| 色综合天天在线| 成人免费一区二区三区在线观看| 国产老肥熟一区二区三区| ww久久中文字幕| 国产精品一级片| 久久久久久99久久久精品网站| 日本一不卡视频| 欧美日产在线观看| 午夜国产不卡在线观看视频| 欧美日韩专区在线| 亚洲成人av资源| 欧美高清激情brazzers| 三级成人在线视频| 538prom精品视频线放| 青娱乐精品在线视频| 91精品欧美久久久久久动漫| 日韩精品久久久久久| 欧美一区日韩一区| 激情久久久久久久久久久久久久久久| 欧美大片日本大片免费观看| 精品一区二区三区在线播放 | 一区二区三区四区激情 | 亚洲伊人色欲综合网| 欧美性色黄大片| 午夜视频在线观看一区二区| 欧美日韩高清一区二区不卡| 日日夜夜免费精品| 日韩精品一区二区三区三区免费| 精品影视av免费| 亚洲国产精品成人综合 | 亚洲欧洲综合另类| 在线欧美小视频| 美女在线观看视频一区二区| 久久综合五月天婷婷伊人| 国产91对白在线观看九色| 1区2区3区欧美| 欧美日韩精品一区二区| 美女精品一区二区| 国产女人18水真多18精品一级做 | 亚洲影院久久精品| 555www色欧美视频| 国产精品91xxx| 亚洲日本电影在线| 91精品欧美综合在线观看最新| 韩国欧美一区二区| 亚洲国产精品一区二区www| 成人av综合在线| 亚洲一级二级三级| 欧美v日韩v国产v| av福利精品导航| 午夜精品福利在线| 久久精品一区四区| 在线视频你懂得一区二区三区| 免费看日韩a级影片| 日本一区二区免费在线| 欧美性大战xxxxx久久久| 久草这里只有精品视频| 日韩一区欧美小说| 欧美日本一区二区| 国产一区二区h| 亚洲国产精品久久久久婷婷884| 精品免费日韩av| 色菇凉天天综合网| 狠狠色狠狠色综合| 亚洲午夜激情网站| 久久久久久久久久看片| 欧美日韩你懂得| 成人久久久精品乱码一区二区三区| 亚洲一区在线电影| 国产欧美一二三区| 欧美少妇一区二区| 国产 日韩 欧美大片| 偷窥少妇高潮呻吟av久久免费| 国产欧美一区二区三区在线看蜜臀| 欧美亚洲综合另类| 国产iv一区二区三区| 热久久国产精品| 一区二区三区在线观看视频| 久久九九久久九九| 在线播放欧美女士性生活| 北岛玲一区二区三区四区| 久久精品免费观看| 亚洲午夜私人影院| 国产精品亲子伦对白| 欧美mv日韩mv亚洲| 欧美日韩亚洲国产综合| av成人老司机| 国产酒店精品激情| 蜜桃久久久久久| 丝袜美腿亚洲一区| 亚洲国产中文字幕在线视频综合| 欧美高清在线视频| 精品国产乱码久久久久久夜甘婷婷| 欧美亚洲国产bt| 色噜噜狠狠色综合欧洲selulu| 成人一区二区三区| 国产最新精品免费| 麻豆久久久久久久| 人妖欧美一区二区| 天天亚洲美女在线视频| 夜夜爽夜夜爽精品视频| 中文字幕日韩精品一区| 中文字幕第一区二区| 久久婷婷国产综合精品青草 | 日韩av一区二| 亚洲成a人在线观看| 一区二区三区四区高清精品免费观看 | 亚洲免费视频成人| 亚洲欧美综合在线精品| 国产精品免费视频一区| 国产欧美va欧美不卡在线| 久久精品免费在线观看| 日本三级亚洲精品| 精品精品欲导航| 国产a精品视频| 国产精品女同互慰在线看| 亚洲精品一区二区三区蜜桃下载| 91精品国产入口| 91精品国产麻豆国产自产在线| 欧美日韩在线播放一区| 欧美三区在线观看| 欧美体内she精视频| 欧美日韩激情在线| 欧美精品久久一区| 91精品国产色综合久久不卡蜜臀 | 亚洲一区二区三区在线| 亚洲综合网站在线观看| 亚洲国产乱码最新视频| 亚洲一二三四在线观看| 日韩av在线发布| 激情欧美日韩一区二区| 国产精品自在在线| 成人免费观看视频| 99久久精品国产一区二区三区| 91美女视频网站| 欧美日韩一区二区三区不卡| 欧美精品在线一区二区三区| 欧美一区二区三区婷婷月色| 日韩精品中文字幕一区二区三区| 亚洲精品一区二区三区四区高清|