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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? msado15.tli

?? testOracleConnect.rar is a sample about Oracle Connection.
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

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

inline void Recordset15::PutFilter ( const _variant_t & Criteria ) {
    HRESULT _hr = put_Filter(Criteria);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline ADO_LONGPTR Recordset15::GetPageCount ( ) {
    ADO_LONGPTR _result;
    HRESULT _hr = get_PageCount(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

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

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

inline _bstr_t Recordset15::GetSort ( ) {
    BSTR _result;
    HRESULT _hr = get_Sort(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline void Recordset15::PutSort ( _bstr_t Criteria ) {
    HRESULT _hr = put_Sort(Criteria);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

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

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

inline _RecordsetPtr Recordset15::_xClone ( ) {
    struct _Recordset * _result;
    HRESULT _hr = raw__xClone(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _RecordsetPtr(_result, false);
}

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

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

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

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

inline _RecordsetPtr Recordset15::NextRecordset ( VARIANT * RecordsAffected ) {
    struct _Recordset * _result;
    HRESULT _hr = raw_NextRecordset(RecordsAffected, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _RecordsetPtr(_result, false);
}

inline VARIANT_BOOL Recordset15::Supports ( enum CursorOptionEnum CursorOptions ) {
    VARIANT_BOOL _result;
    HRESULT _hr = raw_Supports(CursorOptions, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

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

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

inline enum MarshalOptionsEnum Recordset15::GetMarshalOptions ( ) {
    enum MarshalOptionsEnum _result;
    HRESULT _hr = get_MarshalOptions(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void Recordset15::PutMarshalOptions ( enum MarshalOptionsEnum peMarshal ) {
    HRESULT _hr = put_MarshalOptions(peMarshal);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline HRESULT Recordset15::Find ( _bstr_t Criteria, ADO_LONGPTR SkipRecords, enum SearchDirectionEnum SearchDirection, const _variant_t & Start ) {
    HRESULT _hr = raw_Find(Criteria, SkipRecords, SearchDirection, Start);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface Recordset20 wrapper method implementations
//

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

inline IUnknownPtr Recordset20::GetDataSource ( ) {
    IUnknown * _result;
    HRESULT _hr = get_DataSource(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return IUnknownPtr(_result, false);
}

inline void Recordset20::PutRefDataSource ( IUnknown * ppunkDataSource ) {
    HRESULT _hr = putref_DataSource(ppunkDataSource);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline HRESULT Recordset20::_xSave ( _bstr_t FileName, enum PersistFormatEnum PersistFormat ) {
    HRESULT _hr = raw__xSave(FileName, PersistFormat);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline IDispatchPtr Recordset20::GetActiveCommand ( ) {
    IDispatch * _result;
    HRESULT _hr = get_ActiveCommand(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return IDispatchPtr(_result, false);
}

inline void Recordset20::PutStayInSync ( VARIANT_BOOL pbStayInSync ) {
    HRESULT _hr = put_StayInSync(pbStayInSync);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline VARIANT_BOOL Recordset20::GetStayInSync ( ) {
    VARIANT_BOOL _result;
    HRESULT _hr = get_StayInSync(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline _bstr_t Recordset20::GetString ( enum StringFormatEnum StringFormat, long NumRows, _bstr_t ColumnDelimeter, _bstr_t RowDelimeter, _bstr_t NullExpr ) {
    BSTR _result;
    HRESULT _hr = raw_GetString(StringFormat, NumRows, ColumnDelimeter, RowDelimeter, NullExpr, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline _bstr_t Recordset20::GetDataMember ( ) {
    BSTR _result;
    HRESULT _hr = get_DataMember(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline void Recordset20::PutDataMember ( _bstr_t pbstrDataMember ) {
    HRESULT _hr = put_DataMember(pbstrDataMember);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline enum CompareEnum Recordset20::CompareBookmarks ( const _variant_t & Bookmark1, const _variant_t & Bookmark2 ) {
    enum CompareEnum _result;
    HRESULT _hr = raw_CompareBookmarks(Bookmark1, Bookmark2, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline _RecordsetPtr Recordset20::Clone ( enum LockTypeEnum LockType ) {
    struct _Recordset * _result;
    HRESULT _hr = raw_Clone(LockType, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _RecordsetPtr(_result, false);
}

inline HRESULT Recordset20::Resync ( enum AffectEnum AffectRecords, enum ResyncEnum ResyncValues ) {
    HRESULT _hr = raw_Resync(AffectRecords, ResyncValues);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface Recordset21 wrapper method implementations
//

inline HRESULT Recordset21::Seek ( const _variant_t & KeyValues, enum SeekEnum SeekOption ) {
    HRESULT _hr = raw_Seek(KeyValues, SeekOption);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline void Recordset21::PutIndex ( _bstr_t pbstrIndex ) {
    HRESULT _hr = put_Index(pbstrIndex);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _bstr_t Recordset21::GetIndex ( ) {
    BSTR _result;
    HRESULT _hr = get_Index(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

//
// interface _Recordset wrapper method implementations
//

inline HRESULT _Recordset::Save ( const _variant_t & Destination, enum PersistFormatEnum PersistFormat ) {
    HRESULT _hr = raw_Save(Destination, PersistFormat);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface Fields15 wrapper method implementations
//

inline FieldPtr Fields15::GetItem ( const _variant_t & Index ) {
    struct Field * _result;
    HRESULT _hr = get_Item(Index, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return FieldPtr(_result, false);
}

//
// interface Fields20 wrapper method implementations
//

inline HRESULT Fields20::_Append ( _bstr_t Name, enum DataTypeEnum Type, ADO_LONGPTR DefinedSize, enum FieldAttributeEnum Attrib ) {
    HRESULT _hr = raw__Append(Name, Type, DefinedSize, Attrib);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT Fields20::Delete ( const _variant_t & Index ) {
    HRESULT _hr = raw_Delete(Index);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface Fields wrapper method implementations
//

inline HRESULT Fields::Append ( _bstr_t Name, enum DataTypeEnum Type, ADO_LONGPTR DefinedSize, enum FieldAttributeEnum Attrib, const _variant_t & FieldValue ) {
    HRESULT _hr = raw_Append(Name, Type, DefinedSize, Attrib, FieldValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

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

inline HRESULT Fields::Resync ( enum ResyncEnum ResyncValues ) {
    HRESULT _hr = raw_Resync(ResyncValues);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

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

//
// interface Field20 wrapper method implementations
//

inline ADO_LONGPTR Field20::GetActualSize ( ) {
    ADO_LONGPTR _result;
    HRESULT _hr = get_ActualSize(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

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

inline ADO_LONGPTR Field20::GetDefinedSize ( ) {
    ADO_LONGPTR _result;
    HRESULT _hr = get_DefinedSize(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline _bstr_t Field20::GetName ( ) {
    BSTR _result;
    HRESULT _hr = get_Name(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline enum DataTypeEnum Field20::GetType ( ) {
    enum DataTypeEnum _result;
    HRESULT _hr = get_Type(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline _variant_t Field20::GetValue ( ) {
    VARIANT _result;
    VariantInit(&_result);
    HRESULT _hr = get_Value(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _variant_t(_result, false);
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品伊人久久久久7777人| 五月天婷婷综合| 国产精品二区一区二区aⅴ污介绍| 国产精品素人视频| 一区二区三区在线观看国产| 天堂一区二区在线| 国产成人亚洲综合色影视| 日本韩国精品在线| 日韩女优视频免费观看| 中文久久乱码一区二区| 在线观看亚洲精品视频| 亚洲美女免费在线| 日韩一卡二卡三卡国产欧美| 亚洲婷婷综合久久一本伊一区| 国产偷国产偷亚洲高清人白洁| 欧美一卡二卡三卡| 日本高清不卡视频| 欧美日韩一区中文字幕| 久久久久亚洲综合| 一区二区三区高清| 色婷婷久久99综合精品jk白丝| 在线免费亚洲电影| 亚洲欧美欧美一区二区三区| 91丨九色丨尤物| 亚洲成a人v欧美综合天堂| 91精品国产综合久久精品图片 | 成人免费在线视频| 91小视频在线免费看| 亚洲电影一级黄| 日韩欧美国产一区二区三区| 国产成人综合亚洲91猫咪| 亚洲婷婷综合色高清在线| 91视频观看视频| 亚洲精品乱码久久久久久黑人| 久久丁香综合五月国产三级网站| 欧美一区二区视频在线观看| 日韩1区2区日韩1区2区| 欧美精品 国产精品| 蜜臀精品一区二区三区在线观看 | 岛国av在线一区| 欧美吞精做爰啪啪高潮| 亚洲另类春色国产| 欧美系列亚洲系列| 97精品久久久久中文字幕| 欧美二区乱c少妇| 综合久久国产九一剧情麻豆| 狠狠色丁香婷婷综合久久片| 欧美亚洲丝袜传媒另类| 国产精品午夜免费| 精品中文av资源站在线观看| 欧美日韩国产精品成人| 亚洲天堂2016| 丁香六月久久综合狠狠色| 精品国一区二区三区| 舔着乳尖日韩一区| 欧美日韩精品一区二区| 亚洲综合久久久| 91影院在线免费观看| 国产精品全国免费观看高清| 国产一区不卡视频| 精品国产1区二区| 免费视频一区二区| 在线综合亚洲欧美在线视频| 亚洲成人免费视频| 国产午夜精品理论片a级大结局| 日韩福利视频导航| 欧美精选一区二区| 日韩精品91亚洲二区在线观看| 欧美亚一区二区| 亚洲福利一二三区| 欧美日韩黄色一区二区| 亚洲观看高清完整版在线观看| 日本精品一区二区三区高清 | 加勒比av一区二区| 日韩一区二区三区四区五区六区| 日日嗨av一区二区三区四区| 欧美人妇做爰xxxⅹ性高电影| 亚洲第一成年网| 欧美日韩久久不卡| 日韩电影在线一区| 日韩欧美中文字幕一区| 久久99热99| 久久久av毛片精品| 成人a免费在线看| 国产精品久久久久久久久晋中| 97久久精品人人做人人爽50路| 亚洲欧美激情视频在线观看一区二区三区 | 9i在线看片成人免费| 亚洲卡通欧美制服中文| 在线一区二区三区四区| 亚洲成av人片| 日韩欧美一区二区免费| 国产一区二区在线观看免费| 欧美激情一区二区三区在线| 99热精品一区二区| 亚洲高清久久久| 精品少妇一区二区三区| 国产精品自拍网站| 综合欧美一区二区三区| 欧美性大战久久久久久久| 蜜臀av一级做a爰片久久| 久久久一区二区| 成人av第一页| 亚洲国产精品视频| 精品国产乱码久久久久久久久 | 中文字幕一区二区三区色视频| 色综合天天综合给合国产| 亚洲成人免费影院| 精品99999| 99久久国产综合精品色伊 | 欧美一二三在线| 国产成人福利片| 一区二区三区免费在线观看| 欧美电影免费观看高清完整版在线观看 | 色欧美日韩亚洲| 久久99深爱久久99精品| 中文字幕一区二区三区不卡在线| 欧美无砖专区一中文字| 激情成人午夜视频| 亚洲老司机在线| 精品久久一二三区| 久久久三级国产网站| eeuss鲁片一区二区三区在线观看| 亚洲国产精品久久不卡毛片| 国产夜色精品一区二区av| 欧美午夜不卡视频| 国产精品91xxx| 午夜欧美一区二区三区在线播放| 久久综合狠狠综合| 欧美日韩视频在线第一区| 国产一区二区免费视频| 亚洲小说欧美激情另类| 国产亚洲精品久| 制服.丝袜.亚洲.中文.综合| 成人高清免费观看| 久久99热99| 午夜精品视频一区| 亚洲欧洲日本在线| xfplay精品久久| 欧美日韩视频在线观看一区二区三区 | 在线播放91灌醉迷j高跟美女 | 自拍偷拍亚洲激情| 欧美大肚乱孕交hd孕妇| 欧美专区在线观看一区| 国产精品69久久久久水密桃| 亚洲成人自拍偷拍| 中文字幕一区免费在线观看| 欧美tickling网站挠脚心| 欧美艳星brazzers| 成人午夜在线免费| 国产一区二区三区最好精华液| 日韩不卡手机在线v区| 亚洲日本va在线观看| 久久精品欧美一区二区三区麻豆| 91精品一区二区三区久久久久久| 97se亚洲国产综合自在线观| 国产一区二区日韩精品| 久久成人精品无人区| 香蕉成人啪国产精品视频综合网| 亚洲视频香蕉人妖| 欧美激情中文字幕一区二区| 日韩视频不卡中文| 911精品国产一区二区在线| 91极品视觉盛宴| 91视频观看视频| 91在线无精精品入口| 成人看片黄a免费看在线| 国产麻豆精品一区二区| 韩国午夜理伦三级不卡影院| 日韩av电影免费观看高清完整版| 亚洲成人手机在线| 亚洲高清中文字幕| 亚洲国产精品一区二区www | 日韩免费高清视频| 欧美精品在线视频| 51精品国自产在线| 欧美猛男超大videosgay| 欧美日韩高清一区二区| 欧美日韩小视频| 69久久99精品久久久久婷婷| 欧美丰满美乳xxx高潮www| 欧美男女性生活在线直播观看| 欧美人狂配大交3d怪物一区| 91.成人天堂一区| 日韩视频123| 久久综合色播五月| 国产亚洲综合色| 欧美极品aⅴ影院| 国产精品视频一二| 中文字幕佐山爱一区二区免费| 亚洲婷婷综合久久一本伊一区| 亚洲欧美激情视频在线观看一区二区三区 | 国产在线一区二区| 国产成人午夜99999| 成人国产精品视频| 日本精品一级二级| 亚洲理论在线观看| 婷婷六月综合亚洲| 精品一区二区三区免费毛片爱 | 中文字幕第一区二区|