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

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

?? msado20.tli

?? visual c++ 實例編程
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (ac7e5ab9).
//
// msado20.tli
//
// Wrapper implementations for Win32 type library c:\program files\common files\system\ado\msado20.tlb
// compiler-generated file created 08/11/05 at 11:17:47 - DO NOT EDIT!

#pragma once

//
// interface _Collection wrapper method implementations
//

inline long _Collection::GetCount ( ) {
    long _result;
    HRESULT _hr = get_Count(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline IUnknownPtr _Collection::_NewEnum ( ) {
    IUnknown * _result;
    HRESULT _hr = raw__NewEnum(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return IUnknownPtr(_result, false);
}

inline HRESULT _Collection::Refresh ( ) {
    HRESULT _hr = raw_Refresh();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface _DynaCollection wrapper method implementations
//

inline HRESULT _DynaCollection::Append ( IDispatch * Object ) {
    HRESULT _hr = raw_Append(Object);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

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

//
// interface _ADO wrapper method implementations
//

inline PropertiesPtr _ADO::GetProperties ( ) {
    struct Properties * _result;
    HRESULT _hr = get_Properties(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return PropertiesPtr(_result, false);
}

//
// interface Properties wrapper method implementations
//

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

//
// interface Property wrapper method implementations
//

inline _variant_t Property::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);
}

inline void Property::PutValue ( const _variant_t & pval ) {
    HRESULT _hr = put_Value(pval);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

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

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

inline void Property::PutAttributes ( long plAttributes ) {
    HRESULT _hr = put_Attributes(plAttributes);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

//
// interface Error wrapper method implementations
//

inline long Error::GetNumber ( ) {
    long _result;
    HRESULT _hr = get_Number(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline _bstr_t Error::GetSource ( ) {
    BSTR _result;
    HRESULT _hr = get_Source(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline _bstr_t Error::GetDescription ( ) {
    BSTR _result;
    HRESULT _hr = get_Description(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline _bstr_t Error::GetHelpFile ( ) {
    BSTR _result;
    HRESULT _hr = get_HelpFile(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline long Error::GetHelpContext ( ) {
    long _result;
    HRESULT _hr = get_HelpContext(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline _bstr_t Error::GetSQLState ( ) {
    BSTR _result;
    HRESULT _hr = get_SQLState(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline long Error::GetNativeError ( ) {
    long _result;
    HRESULT _hr = get_NativeError(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

//
// interface Errors wrapper method implementations
//

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

inline HRESULT Errors::Clear ( ) {
    HRESULT _hr = raw_Clear();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface _Command15 wrapper method implementations
//

inline _ConnectionPtr _Command15::GetActiveConnection ( ) {
    struct _Connection * _result;
    HRESULT _hr = get_ActiveConnection(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _ConnectionPtr(_result, false);
}

inline void _Command15::PutRefActiveConnection ( struct _Connection * ppvObject ) {
    HRESULT _hr = putref_ActiveConnection(ppvObject);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline void _Command15::PutActiveConnection ( const _variant_t & ppvObject ) {
    HRESULT _hr = put_ActiveConnection(ppvObject);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _bstr_t _Command15::GetCommandText ( ) {
    BSTR _result;
    HRESULT _hr = get_CommandText(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline void _Command15::PutCommandText ( _bstr_t pbstr ) {
    HRESULT _hr = put_CommandText(pbstr);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline long _Command15::GetCommandTimeout ( ) {
    long _result;
    HRESULT _hr = get_CommandTimeout(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _Command15::PutCommandTimeout ( long pl ) {
    HRESULT _hr = put_CommandTimeout(pl);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline VARIANT_BOOL _Command15::GetPrepared ( ) {
    VARIANT_BOOL _result;
    HRESULT _hr = get_Prepared(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _Command15::PutPrepared ( VARIANT_BOOL pfPrepared ) {
    HRESULT _hr = put_Prepared(pfPrepared);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _RecordsetPtr _Command15::Execute ( VARIANT * RecordsAffected, VARIANT * Parameters, long Options ) {
    struct _Recordset * _result;
    HRESULT _hr = raw_Execute(RecordsAffected, Parameters, Options, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _RecordsetPtr(_result, false);
}

inline _ParameterPtr _Command15::CreateParameter ( _bstr_t Name, enum DataTypeEnum Type, enum ParameterDirectionEnum Direction, long Size, const _variant_t & Value ) {
    struct _Parameter * _result;
    HRESULT _hr = raw_CreateParameter(Name, Type, Direction, Size, Value, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _ParameterPtr(_result, false);
}

inline ParametersPtr _Command15::GetParameters ( ) {
    struct Parameters * _result;
    HRESULT _hr = get_Parameters(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return ParametersPtr(_result, false);
}

inline void _Command15::PutCommandType ( enum CommandTypeEnum plCmdType ) {
    HRESULT _hr = put_CommandType(plCmdType);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline enum CommandTypeEnum _Command15::GetCommandType ( ) {
    enum CommandTypeEnum _result;
    HRESULT _hr = get_CommandType(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

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

inline void _Command15::PutName ( _bstr_t pbstrName ) {
    HRESULT _hr = put_Name(pbstrName);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

//
// interface _Connection15 wrapper method implementations
//

inline _bstr_t _Connection15::GetConnectionString ( ) {
    BSTR _result;
    HRESULT _hr = get_ConnectionString(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline void _Connection15::PutConnectionString ( _bstr_t pbstr ) {
    HRESULT _hr = put_ConnectionString(pbstr);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline long _Connection15::GetCommandTimeout ( ) {
    long _result;
    HRESULT _hr = get_CommandTimeout(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _Connection15::PutCommandTimeout ( long plTimeout ) {
    HRESULT _hr = put_CommandTimeout(plTimeout);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline long _Connection15::GetConnectionTimeout ( ) {
    long _result;
    HRESULT _hr = get_ConnectionTimeout(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _Connection15::PutConnectionTimeout ( long plTimeout ) {
    HRESULT _hr = put_ConnectionTimeout(plTimeout);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _bstr_t _Connection15::GetVersion ( ) {
    BSTR _result;
    HRESULT _hr = get_Version(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline HRESULT _Connection15::Close ( ) {
    HRESULT _hr = raw_Close();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
免费成人小视频| 欧美色图第一页| 91久久精品一区二区三区| 5858s免费视频成人| 国产精品人人做人人爽人人添| 亚洲一区国产视频| 国产成人综合精品三级| 在线不卡欧美精品一区二区三区| 国产精品欧美一级免费| 奇米色777欧美一区二区| 色综合天天天天做夜夜夜夜做| 日韩西西人体444www| 欧美高清在线视频| 看电视剧不卡顿的网站| 色综合欧美在线视频区| 久久久91精品国产一区二区精品 | 亚洲综合在线观看视频| 黄色精品一二区| 欧美精品日日鲁夜夜添| 夜夜嗨av一区二区三区网页 | 人人狠狠综合久久亚洲| 91影视在线播放| 国产免费观看久久| 韩国成人精品a∨在线观看| 欧美高清视频在线高清观看mv色露露十八 | 精品国产乱码久久久久久牛牛 | 国产精品久久一级| 美女网站色91| 精品欧美一区二区三区精品久久| 亚洲香蕉伊在人在线观| 色婷婷国产精品综合在线观看| 欧美高清在线精品一区| 成人免费高清在线| 中文字幕va一区二区三区| 国产东北露脸精品视频| 久久影院视频免费| 国产精品一区二区视频| 久久久久亚洲综合| 国产成人高清在线| 国产精品成人午夜| 91美女蜜桃在线| 亚洲精品国产品国语在线app| 国产99一区视频免费 | 国产一区二区三区不卡在线观看| 日韩亚洲欧美中文三级| 久久国产精品99久久久久久老狼| 精品国产乱码久久久久久夜甘婷婷| 极品尤物av久久免费看| 久久综合九色综合久久久精品综合| 激情久久五月天| 国产婷婷精品av在线| 成人高清免费观看| 亚洲愉拍自拍另类高清精品| 欧美少妇一区二区| 美女网站色91| 国产视频一区二区在线| 91视频观看免费| 天堂蜜桃91精品| www日韩大片| 99久久伊人精品| 日韩一区精品视频| 欧美精品一区二区三区在线播放| 高清视频一区二区| 性做久久久久久久久| 精品国产亚洲在线| 97aⅴ精品视频一二三区| 日韩国产欧美在线视频| 久久久无码精品亚洲日韩按摩| 99久久久国产精品免费蜜臀| 视频一区免费在线观看| 国产欧美一区二区三区鸳鸯浴 | 久久99日本精品| 成人欧美一区二区三区1314| 欧美精品在线观看一区二区| 国模套图日韩精品一区二区 | 国产成人精品三级| 一级中文字幕一区二区| 精品久久一区二区| 色欧美片视频在线观看| 狠狠色丁香久久婷婷综合_中| 亚洲精品日韩综合观看成人91| 欧美不卡一二三| 欧美亚洲动漫精品| av男人天堂一区| 国内精品久久久久影院一蜜桃| 亚洲永久精品国产| 中文字幕欧美日本乱码一线二线| 欧美视频一区二区三区四区 | 在线免费观看成人短视频| 精品一区二区三区日韩| 洋洋av久久久久久久一区| 亚洲国产高清在线| 欧美变态凌虐bdsm| 欧美精品在线视频| 欧美性猛片aaaaaaa做受| 成人a区在线观看| 国产一区美女在线| 日本不卡一二三区黄网| 亚洲国产精品久久一线不卡| 综合欧美亚洲日本| 国产女人18毛片水真多成人如厕 | 五月开心婷婷久久| 亚洲日本va午夜在线电影| 亚洲国产精品国自产拍av| 久久久噜噜噜久久中文字幕色伊伊 | av在线播放一区二区三区| 国产一区二区三区四| 亚洲成av人片一区二区三区| 亚洲图片你懂的| 中文字幕在线不卡视频| 中国色在线观看另类| 久久久久久亚洲综合影院红桃 | 91精品国产综合久久婷婷香蕉| 99久久精品免费看国产免费软件| 国产99久久精品| 国产成人精品综合在线观看| 国产精品中文字幕欧美| 韩国av一区二区三区四区| 麻豆精品视频在线| 久久97超碰国产精品超碰| 韩日精品视频一区| 国产高清视频一区| 成人午夜在线免费| 97久久超碰精品国产| 色综合久久综合网97色综合| 色综合咪咪久久| 欧美性高清videossexo| 欧美精品丝袜久久久中文字幕| 在线成人av影院| 精品成人免费观看| 亚洲国产精品t66y| 亚洲精品乱码久久久久| 夜夜嗨av一区二区三区网页| 亚洲高清免费观看高清完整版在线观看| 亚洲福利一二三区| 蜜臀av一区二区| 国产91在线观看| 欧洲激情一区二区| 日韩一区二区视频在线观看| 精品国产一区二区精华| 国产精品久久久久久妇女6080| 亚洲精品美国一| 日本美女一区二区| 国产精品66部| 欧美午夜电影在线播放| 91精品久久久久久久91蜜桃| 国产午夜亚洲精品午夜鲁丝片| 17c精品麻豆一区二区免费| 亚洲图片欧美综合| 国产剧情一区二区三区| 色噜噜狠狠色综合欧洲selulu| 欧美精品久久久久久久多人混战 | 欧美精品免费视频| 久久久久久久久久看片| 亚洲人成人一区二区在线观看| 午夜av一区二区| 国产精品123| 欧美日本在线一区| 国产精品水嫩水嫩| 日韩va亚洲va欧美va久久| 国产xxx精品视频大全| 欧美剧情电影在线观看完整版免费励志电影 | 欧美高清一级片在线| 日韩欧美一区在线观看| 亚洲视频网在线直播| 精品在线观看视频| 欧美日韩一二三| 国产精品你懂的| 久久av资源网| 欧美午夜精品久久久| 国产精品视频一区二区三区不卡| 午夜欧美一区二区三区在线播放| 成人免费福利片| 欧美精品一区二| 视频一区国产视频| 色噜噜狠狠成人网p站| 国产午夜精品一区二区三区嫩草| 日韩av不卡一区二区| 在线观看日韩电影| 中文字幕亚洲精品在线观看| 久久99精品国产.久久久久| 欧美艳星brazzers| 亚洲女人****多毛耸耸8| 国产成人免费视频网站高清观看视频 | 国产大陆精品国产| 欧美一区午夜精品| 午夜精品久久久久久久蜜桃app| 国产成人福利片| 欧美tk—视频vk| 麻豆精品视频在线观看免费| 欧美另类变人与禽xxxxx| 亚洲二区在线视频| 欧美亚洲综合一区| 亚洲国产成人高清精品| 欧美在线影院一区二区| 亚洲免费色视频| 91国产视频在线观看| 亚洲女与黑人做爰| 欧美性三三影院| 亚洲aaa精品|