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

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

?? msado15.tli

?? VC++高級編程技巧與示例
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
    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::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::GetISEOF ( ) {
    VARIANT_BOOL _result;
    HRESULT _hr = get_ISEOF(&_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一区二区三区免费野_久草精品视频
黄色日韩三级电影| 亚洲国产精品久久不卡毛片| 精品亚洲成av人在线观看| 欧美巨大另类极品videosbest| 一区二区三区小说| 欧美日韩国产区一| 麻豆精品一区二区av白丝在线| 精品国产乱码久久久久久老虎 | 亚洲欧洲99久久| 99亚偷拍自图区亚洲| 一区二区三区不卡视频| 欧美一级片在线| 国产高清不卡一区| 亚洲精品va在线观看| 欧美福利一区二区| 国产一区二区三区电影在线观看 | 欧美影视一区在线| 日韩中文字幕区一区有砖一区| 日韩欧美一区在线观看| 丁香婷婷综合五月| 亚洲成人1区2区| 国产网红主播福利一区二区| 97久久超碰国产精品电影| 日韩高清中文字幕一区| 精品国产乱子伦一区| www.欧美色图| 蜜桃视频一区二区三区| 亚洲欧洲美洲综合色网| 91精品国产手机| 成人精品视频一区二区三区尤物| 亚洲亚洲人成综合网络| 26uuu国产在线精品一区二区| 91浏览器在线视频| 久久99国产精品麻豆| 中文字幕一区二区在线观看| 欧美日韩精品久久久| 成人美女在线观看| 三级成人在线视频| 中文字幕日韩一区| 欧美精品一区二区三区蜜桃| 久久亚洲一区二区三区四区| 99久久婷婷国产综合精品| 日本美女一区二区三区视频| 精品区一区二区| 国产99久久久久久免费看农村| 性做久久久久久久久| 欧美激情一区二区三区全黄| 4438x亚洲最大成人网| 在线观看国产91| 成人黄色国产精品网站大全在线免费观看| 亚洲国产精品一区二区久久恐怖片 | 午夜欧美大尺度福利影院在线看| 中文字幕不卡一区| 精品久久久久一区| 88在线观看91蜜桃国自产| 91在线视频观看| 国产一区二区免费在线| 天天综合天天综合色| 国产精品久久久久久一区二区三区| 日韩午夜精品电影| 另类成人小视频在线| 日韩国产成人精品| 国产农村妇女毛片精品久久麻豆 | 欧美一区二区三区思思人| 一区二区三区资源| 久久久久亚洲综合| 欧美放荡的少妇| 色婷婷综合久久久久中文一区二区| 一区二区三区精品在线观看| 26uuu亚洲综合色| 日韩精品一区二区三区视频播放| 在线国产亚洲欧美| 日韩二区三区四区| 国产日韩欧美精品综合| 欧美精品视频www在线观看| 欧美午夜片在线看| 国产成人亚洲综合a∨婷婷图片| 国产精品天美传媒沈樵| 制服丝袜在线91| 色综合欧美在线| 成人av电影在线观看| 亚洲国产精品激情在线观看| 国产精品99久| 亚洲国产精品一区二区尤物区| 色综合久久久久综合99| 日本午夜精品一区二区三区电影 | 欧美刺激午夜性久久久久久久 | 欧美激情一区不卡| 亚洲国产一区在线观看| 久久久国际精品| 欧美日韩成人综合在线一区二区| 欧美日免费三级在线| 一本大道久久a久久综合婷婷| 国产精品12区| 国产伦精一区二区三区| 欧美三级在线播放| 色屁屁一区二区| 91在线一区二区三区| 欧美福利视频一区| 色哟哟一区二区三区| 制服.丝袜.亚洲.中文.综合| 韩日精品视频一区| 国产精品资源站在线| av不卡免费在线观看| 在线观看欧美黄色| 欧美一级搡bbbb搡bbbb| 久久婷婷一区二区三区| ㊣最新国产の精品bt伙计久久| 一个色综合av| 国产又粗又猛又爽又黄91精品| 成人av网址在线观看| 欧美精品三级日韩久久| 久久你懂得1024| 亚洲麻豆国产自偷在线| 麻豆91在线播放免费| 99国产欧美另类久久久精品| 欧美日韩第一区日日骚| 国产亚洲一区二区三区在线观看 | 久久精品国产精品亚洲综合| 国产超碰在线一区| 欧美高清性hdvideosex| 国产精品网站在线播放| 日本不卡在线视频| 不卡av电影在线播放| 这里是久久伊人| 亚洲男人的天堂一区二区 | 理论电影国产精品| 色久优优欧美色久优优| 久久一夜天堂av一区二区三区| 亚洲丝袜另类动漫二区| 韩国三级在线一区| 欧美日韩亚洲综合| 国产精品护士白丝一区av| 日韩av电影一区| 91视频91自| 久久久久久久久久久久久女国产乱 | 日韩女优av电影| 亚洲一区二区黄色| 97久久超碰国产精品| 国产日韩欧美一区二区三区综合| 亚洲1区2区3区4区| 97久久精品人人做人人爽50路 | 国产精品久久久久久久久快鸭 | 成人午夜视频网站| 欧美成人bangbros| 午夜激情综合网| 一本久久a久久精品亚洲| 国产偷国产偷精品高清尤物| 三级精品在线观看| 欧美日韩中文字幕精品| 亚洲日本va午夜在线影院| 国产高清久久久久| 久久综合色8888| 久久99日本精品| 这里是久久伊人| 日韩经典中文字幕一区| 精品福利二区三区| 日韩不卡一区二区三区| 欧美视频精品在线观看| 亚洲国产裸拍裸体视频在线观看乱了 | 国产精品丝袜久久久久久app| 蜜桃久久久久久| 日韩一区二区三区视频| 首页国产欧美久久| 欧美日韩视频在线第一区| 亚洲一二三专区| 欧美日韩精品一区二区天天拍小说| 亚洲精品福利视频网站| 色天天综合色天天久久| 亚洲视频一区在线| 99精品国产一区二区三区不卡| 成人欧美一区二区三区白人| 99久久久免费精品国产一区二区 | 亚洲一区二区综合| 欧美体内she精高潮| 午夜激情久久久| 日韩一区二区免费视频| 精品午夜久久福利影院| 久久女同性恋中文字幕| jiyouzz国产精品久久| 亚洲欧美韩国综合色| 在线观看精品一区| 男人的天堂亚洲一区| 久久久国产精品午夜一区ai换脸| 国产精品影视天天线| 国产精品女主播在线观看| av在线播放一区二区三区| 一区二区三区精品视频在线| 欧美色偷偷大香| 极品美女销魂一区二区三区免费| 国产视频一区不卡| 在线观看视频91| 免费成人在线视频观看| 国产视频一区在线观看| 色综合咪咪久久| 日本强好片久久久久久aaa| 久久久综合网站| 色婷婷国产精品综合在线观看| 青青青爽久久午夜综合久久午夜| 久久精品免视看|