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

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

?? msado15.tli

?? 文檔生成工具 XML例子
?? 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::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 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一区二区三区免费野_久草精品视频
亚洲宅男天堂在线观看无病毒 | 亚洲精品一区二区三区影院 | 毛片一区二区三区| 九九精品一区二区| 9l国产精品久久久久麻豆| 欧美午夜不卡视频| 欧美电影免费观看高清完整版| 国产网站一区二区| 亚洲国产精品久久不卡毛片| 精品一区二区三区在线播放| 99久久婷婷国产综合精品| 91麻豆精品国产91久久久| 国产日韩欧美一区二区三区乱码| 一区二区三区久久| 韩国成人在线视频| 一本大道久久a久久精二百| 日韩一级片网址| 自拍偷拍欧美激情| 久久99这里只有精品| 99久久精品费精品国产一区二区| 制服丝袜av成人在线看| 日韩伦理av电影| 老司机精品视频线观看86| 色先锋aa成人| 久久女同精品一区二区| 亚洲.国产.中文慕字在线| 国产成a人亚洲| 欧美一区在线视频| 亚洲欧美一区二区不卡| 精品一区二区三区免费观看| 欧美亚洲另类激情小说| 国产视频在线观看一区二区三区| 亚洲成年人影院| 99麻豆久久久国产精品免费优播| 欧美www视频| 午夜久久久久久电影| 99re在线视频这里只有精品| 337p日本欧洲亚洲大胆色噜噜| 亚洲一区二区三区四区在线观看 | 宅男噜噜噜66一区二区66| 中文字幕制服丝袜一区二区三区| 久久不见久久见中文字幕免费| 色噜噜狠狠成人网p站| 国产亚洲欧美一区在线观看| 日韩高清国产一区在线| 在线免费观看日韩欧美| 中文字幕第一区二区| 久久99精品久久久久久动态图 | 亚洲综合小说图片| 国产不卡高清在线观看视频| 欧美一级高清片在线观看| 一区二区三区四区不卡在线| 粉嫩高潮美女一区二区三区 | 国产原创一区二区| 69堂亚洲精品首页| 亚洲一二三四在线| 在线日韩国产精品| 亚洲色图在线视频| 99国产精品视频免费观看| 国产日韩亚洲欧美综合| 国产美女精品一区二区三区| 日韩精品一区在线观看| 免费观看成人av| 欧美精品123区| 亚洲成人精品在线观看| 欧美午夜精品电影| 亚洲第一福利一区| 欧美午夜不卡在线观看免费| 亚洲精品日日夜夜| 91久久精品一区二区三| 亚洲精品国产a| 91福利视频在线| 亚洲另类在线制服丝袜| 在线观看欧美日本| 一区二区三区四区视频精品免费 | 亚洲视频1区2区| 91在线观看高清| 亚洲视频综合在线| 色屁屁一区二区| 亚洲资源在线观看| 欧美三区在线观看| 日韩国产精品久久| 欧美一区二区在线看| 免费观看日韩av| 精品国免费一区二区三区| 狠狠狠色丁香婷婷综合久久五月| 精品伦理精品一区| 国产成人在线免费观看| 中文字幕高清一区| 一本一道综合狠狠老| 亚洲一区二区三区四区在线| 欧美高清视频www夜色资源网| 天堂成人免费av电影一区| 91精品国产91热久久久做人人 | 久久久青草青青国产亚洲免观| 国产精品一区二区免费不卡| 国产精品久久三| 色88888久久久久久影院野外| 亚洲一级二级在线| 日韩欧美的一区| 懂色一区二区三区免费观看| 亚洲视频狠狠干| 7777精品伊人久久久大香线蕉经典版下载 | 国产在线播放一区二区三区| 国产精品美女一区二区三区| 在线精品视频一区二区三四| 欧美aaa在线| 国产欧美一区二区在线| 成人黄色一级视频| 亚洲一区二区欧美激情| 欧美成人猛片aaaaaaa| 暴力调教一区二区三区| 亚洲国产毛片aaaaa无费看 | 国产成人综合网| 亚洲主播在线播放| 久久午夜国产精品| 91蝌蚪国产九色| 热久久久久久久| 国产精品色婷婷久久58| 欧美日韩一区二区在线观看视频| 精品一区二区三区久久| 成人免费视频在线观看| 欧美日韩黄色影视| 国产精品一区二区在线播放| 亚洲一区二区三区视频在线 | 国产+成+人+亚洲欧洲自线| 综合色天天鬼久久鬼色| 欧美变态tickling挠脚心| 成人一区二区三区视频在线观看| 亚洲国产婷婷综合在线精品| 久久日一线二线三线suv| 欧美色图在线观看| 国产91精品一区二区麻豆亚洲| 亚洲v日本v欧美v久久精品| 国产网红主播福利一区二区| 欧美美女网站色| 成人激情综合网站| 免费高清视频精品| 亚洲蜜臀av乱码久久精品蜜桃| 精品毛片乱码1区2区3区| 欧美性受极品xxxx喷水| 国产激情视频一区二区三区欧美| 图片区小说区国产精品视频| 中文字幕制服丝袜一区二区三区| 欧美成人精品高清在线播放| 91九色02白丝porn| 成人免费高清视频在线观看| 日韩av在线发布| 亚洲精品久久久蜜桃| 中文字幕欧美激情一区| 日韩欧美中文字幕公布| 欧美在线三级电影| www.亚洲人| 国产成人免费网站| 久久av老司机精品网站导航| 亚洲国产一区视频| 亚洲乱码国产乱码精品精98午夜| 亚洲国产精品精华液ab| 欧美va亚洲va国产综合| 欧美肥妇毛茸茸| 在线观看日韩国产| 91网站在线播放| www.欧美色图| 成人黄色小视频在线观看| 91精品在线免费| 91视频一区二区三区| 国产91在线看| 国产在线麻豆精品观看| 日本怡春院一区二区| 亚洲国产aⅴ天堂久久| 亚洲一区二区av在线| 夜夜嗨av一区二区三区四季av| 1区2区3区欧美| 日韩伦理免费电影| 亚洲婷婷在线视频| 专区另类欧美日韩| 亚洲免费在线观看视频| 亚洲视频一区在线| 亚洲桃色在线一区| 亚洲欧美成人一区二区三区| 国产精品久久久久久久岛一牛影视| 国产亚洲污的网站| 欧美激情一区三区| 日本一区二区免费在线| 国产女主播视频一区二区| 国产婷婷一区二区| 国产精品欧美极品| 日韩伦理免费电影| 亚洲精品成a人| 亚洲一区二区视频| 首页国产丝袜综合| 青青草原综合久久大伊人精品 | 7777精品久久久大香线蕉| 欧美放荡的少妇| 日韩欧美国产综合一区| 欧美精品一区二区三区四区 | 国产91精品一区二区麻豆亚洲| 国产精品一品视频| av亚洲精华国产精华精华 | 亚洲电影在线免费观看|