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

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

?? msado20.tli

?? visual c++ 實例編程
?? TLI
?? 第 1 頁 / 共 5 頁
字號:

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;
}

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 long _Recordset15::GetPageCount ( ) {
    long _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, long 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 _Recordset wrapper method implementations
//

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

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

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

inline HRESULT _Recordset::Save ( _bstr_t FileName, enum PersistFormatEnum PersistFormat ) {
    HRESULT _hr = raw_Save(FileName, PersistFormat);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

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

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

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

inline _bstr_t _Recordset::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 _Recordset::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 _Recordset::PutDataMember ( _bstr_t pbstrDataMember ) {
    HRESULT _hr = put_DataMember(pbstrDataMember);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline enum CompareEnum _Recordset::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 _Recordset::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 _Recordset::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 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 Fields wrapper method implementations
//

inline HRESULT Fields::Append ( _bstr_t Name, enum DataTypeEnum Type, long 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 Fields::Delete ( const _variant_t & Index ) {
    HRESULT _hr = raw_Delete(Index);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface Field wrapper method implementations
//

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

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

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

inline _bstr_t Field::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 Field::GetType ( ) {
    enum DataTypeEnum _result;
    HRESULT _hr = get_Type(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline _variant_t Field::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一区二区三区免费野_久草精品视频
亚洲欧洲国产日本综合| 国产成人aaa| 国产成人午夜精品5599| 欧美午夜影院一区| 欧美国产精品专区| 免费黄网站欧美| 欧美色综合网站| 国产精品久久久久久久久晋中 | 国产三级精品三级在线专区| 一区二区三区在线观看欧美 | 午夜精品福利一区二区三区蜜桃| 国产精品一级黄| 337p亚洲精品色噜噜狠狠| 亚洲欧美另类小说| 日韩一区二区三| 国产精品久久午夜| 国产乱码精品一区二区三| 91精品免费在线观看| 亚洲一卡二卡三卡四卡五卡| 成人动漫一区二区三区| 国产日产亚洲精品系列| 美女视频免费一区| 欧美丰满少妇xxxxx高潮对白| 亚洲精品日韩一| 色综合久久久久久久久| 中文字幕永久在线不卡| eeuss影院一区二区三区| 国产亚洲综合在线| 国产suv一区二区三区88区| 精品国产不卡一区二区三区| 蜜桃av一区二区在线观看| 51精品秘密在线观看| 日韩精品乱码免费| 这里是久久伊人| 久久精品免费观看| 欧美变态tickle挠乳网站| 美国毛片一区二区三区| 91精品国产福利| 狠狠色狠狠色综合| 久久久99免费| a亚洲天堂av| 亚洲欧美乱综合| 亚洲国产精品ⅴa在线观看| 国产精品一二三在| 国产精品久久一级| 日本韩国精品在线| 亚洲国产精品久久人人爱 | 粗大黑人巨茎大战欧美成人| 久久丝袜美腿综合| 成人高清伦理免费影院在线观看| 亚洲欧洲一区二区在线播放| 91农村精品一区二区在线| 亚洲永久免费av| 91精品国产一区二区三区| 九九热在线视频观看这里只有精品| 精品成人一区二区| 成人免费高清在线观看| 亚洲一区二区欧美| 欧美va日韩va| 99热在这里有精品免费| 亚洲成人免费视频| 2023国产精品视频| 91蝌蚪porny| 久久超碰97中文字幕| 国产精品天美传媒| 欧美精品日韩综合在线| 国模少妇一区二区三区| 亚洲免费观看高清| 精品三级在线观看| 色综合天天综合| 美腿丝袜在线亚洲一区| 亚洲欧洲一区二区在线播放| 亚洲精品成人在线| 91精品欧美一区二区三区综合在 | 一区二区三区免费在线观看| 制服丝袜中文字幕亚洲| 成人黄色网址在线观看| 午夜精品福利久久久| 国产精品久久看| 欧美一区二区久久久| 99精品一区二区| 国产一区在线观看麻豆| 亚洲地区一二三色| 中文字幕亚洲不卡| 久久精子c满五个校花| 欧美日产在线观看| 一本一本久久a久久精品综合麻豆| 久久精品99久久久| 亚洲午夜影视影院在线观看| 国产日韩欧美不卡| 精品日韩一区二区三区| 在线观看av不卡| 99国产精品久久久久久久久久久| 免费成人在线播放| 午夜精彩视频在线观看不卡| 中文字幕一区二区三| 久久久久国产一区二区三区四区 | 亚洲精品国产一区二区三区四区在线 | 激情六月婷婷久久| 天天免费综合色| 亚洲二区视频在线| 一区二区三区成人| 国产精品久久久久婷婷| 久久久亚洲高清| 精品免费日韩av| 欧美一级黄色片| 91精品国产综合久久精品| 欧美亚洲图片小说| 欧美色倩网站大全免费| 色www精品视频在线观看| 91一区在线观看| 99精品视频在线播放观看| 成人免费视频app| 成人性视频免费网站| 成人综合婷婷国产精品久久免费| 狠狠网亚洲精品| 国产精品66部| 成人av电影在线播放| 成人午夜av在线| 91天堂素人约啪| 欧美亚洲国产一卡| 欧美日本不卡视频| 欧美变态tickling挠脚心| 精品va天堂亚洲国产| 久久久91精品国产一区二区精品| 久久久www成人免费无遮挡大片| 2020日本不卡一区二区视频| 久久青草欧美一区二区三区| 欧美国产日产图区| 亚洲男人都懂的| 亚洲成av人**亚洲成av**| 毛片一区二区三区| 国产精品一级在线| 一本大道久久a久久精品综合| 在线观看日韩电影| 91精品国产91久久久久久最新毛片| 欧美一区二区三区免费大片| 26uuuu精品一区二区| 中文字幕精品一区二区精品绿巨人| 久久国产精品色| 国产不卡在线视频| 色综合激情五月| 日韩一区二区三区电影| 国产女同互慰高潮91漫画| 亚洲三级小视频| 日产精品久久久久久久性色| 国产成人在线视频播放| 色久优优欧美色久优优| 日韩欧美一级精品久久| 中文av一区二区| 三级久久三级久久| 成人国产精品免费网站| 337p亚洲精品色噜噜噜| 国产欧美综合在线| 午夜精品成人在线视频| 成人一级视频在线观看| 欧美日韩在线三级| 久久精品免视看| 午夜精品视频在线观看| 丁香一区二区三区| 欧美久久久影院| 亚洲欧美在线观看| 精品一区二区av| 欧美写真视频网站| 国产精品久久二区二区| 免费欧美日韩国产三级电影| 91年精品国产| 国产欧美日韩在线观看| 欧美aaa在线| 91成人网在线| 国产精品九色蝌蚪自拍| 精品在线一区二区三区| 欧美影视一区在线| 中文字幕中文字幕中文字幕亚洲无线| 免费看精品久久片| www久久久久| 奇米一区二区三区av| 欧美做爰猛烈大尺度电影无法无天| wwwwxxxxx欧美| 琪琪一区二区三区| 欧美日韩一卡二卡| 亚洲精品视频在线看| 成人av电影在线| 久久免费精品国产久精品久久久久| 天天影视网天天综合色在线播放| 91视频xxxx| 亚洲欧洲精品天堂一级| 国产91露脸合集magnet| 精品少妇一区二区三区视频免付费 | 久久久久久电影| 日本不卡免费在线视频| 欧美日韩成人激情| 一区二区在线观看av| 色呦呦国产精品| 成人免费一区二区三区视频| 99久久免费视频.com| 国产精品久久三区| 99国产精品久| 一个色综合av| 欧美性极品少妇|