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

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

?? msado15.tli

?? 在運行系統前
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (2764df43).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library c:\Program Files\Common Files\System\ado\msado15.dll
// compiler-generated file created 04/10/04 at 19:49:31 - 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;
}

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

inline long Connection15::BeginTrans ( ) {
    long _result;
    HRESULT _hr = raw_BeginTrans(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline HRESULT Connection15::CommitTrans ( ) {
    HRESULT _hr = raw_CommitTrans();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美精品一区二区三区视频| 欧美电影免费观看高清完整版 | 国产欧美一区二区精品久导航 | 91精品在线一区二区| 久久久综合视频| 亚洲成人午夜电影| 成人爱爱电影网址| 欧美成人video| 亚洲一区日韩精品中文字幕| 国产成人啪午夜精品网站男同| 欧美久久久影院| 国产精品久久久久影院亚瑟| 免费成人美女在线观看| 欧美又粗又大又爽| 亚洲国产成人自拍| 国产另类ts人妖一区二区| 欧美日韩二区三区| 亚洲乱码国产乱码精品精98午夜 | 日本韩国视频一区二区| 久久伊人蜜桃av一区二区| 日韩精品欧美精品| 欧美日韩日日夜夜| 樱花草国产18久久久久| 99麻豆久久久国产精品免费| 国产亚洲欧美中文| 国产高清亚洲一区| 欧美成人精品福利| 日本强好片久久久久久aaa| 欧美亚一区二区| 一区二区三区自拍| 色婷婷av一区二区三区之一色屋| 欧美国产成人在线| 顶级嫩模精品视频在线看| 久久久久88色偷偷免费| 国产麻豆视频一区二区| 久久综合色婷婷| 黄页网站大全一区二区| 日韩免费视频一区| 国产在线视频一区二区三区| 2017欧美狠狠色| 国产一二三精品| 欧美极品aⅴ影院| 国产成人av影院| 国产精品久久久爽爽爽麻豆色哟哟| 成人免费va视频| 国产精品乱码人人做人人爱| 成人av在线观| 亚洲欧美视频在线观看视频| 在线免费亚洲电影| 亚洲h精品动漫在线观看| 91精品国产全国免费观看 | 一区二区久久久久久| 日本道免费精品一区二区三区| 亚洲影视在线播放| 制服丝袜成人动漫| 久久国产尿小便嘘嘘尿| 久久精品视频免费观看| 99久久精品一区二区| 亚洲国产精品影院| 欧美一区二区不卡视频| 国产乱码精品一品二品| 亚洲欧美在线aaa| 精品视频色一区| 国产综合成人久久大片91| 中文字幕中文字幕在线一区| 在线视频国内一区二区| 久久99精品久久久久久动态图 | 最新热久久免费视频| 欧美视频一区二| 精品亚洲免费视频| 中文字幕制服丝袜一区二区三区 | 欧美精品高清视频| 国产黄色精品视频| 亚洲福利电影网| 久久久久成人黄色影片| 欧美在线免费观看亚洲| 国产一区二区三区日韩| 亚洲精品videosex极品| 精品剧情v国产在线观看在线| 色综合咪咪久久| 极品少妇xxxx精品少妇偷拍 | 91麻豆高清视频| 日韩国产欧美三级| 中文字幕在线不卡一区| 日韩一区二区三区免费看| 成人免费视频网站在线观看| 视频一区欧美精品| 亚洲欧洲精品一区二区精品久久久| 欧美性感一区二区三区| 高清视频一区二区| 日本亚洲欧美天堂免费| 亚洲精品国产精华液| 久久亚洲精品小早川怜子| 欧美日韩另类一区| gogogo免费视频观看亚洲一| 黄网站免费久久| 午夜伊人狠狠久久| 亚洲少妇最新在线视频| 久久综合丝袜日本网| 91精品国产综合久久福利软件 | 天堂精品中文字幕在线| 亚洲欧美日韩综合aⅴ视频| 久久久久国产精品麻豆| 日韩欧美美女一区二区三区| 欧美视频一区二区三区| 一本一道久久a久久精品综合蜜臀| 国产一区二区免费视频| 久久国产精品区| 亚洲成av人片www| 亚洲欧美日韩久久| 亚洲欧洲成人精品av97| 国产午夜亚洲精品午夜鲁丝片| 欧美一级国产精品| 欧美一区二区在线观看| 欧美人与禽zozo性伦| 欧美日韩在线不卡| 欧美三级在线视频| 欧美日本在线观看| 911精品国产一区二区在线| 欧美日韩国产一二三| 欧美日韩一区中文字幕| 欧美系列一区二区| 欧美三级视频在线| 91精品欧美福利在线观看| 欧美一区二区视频在线观看2022 | 不卡一卡二卡三乱码免费网站| 国产一区二区三区综合| 国产白丝精品91爽爽久久| 国产98色在线|日韩| 不卡一区二区中文字幕| 色香色香欲天天天影视综合网| av一区二区三区黑人| 91蝌蚪porny九色| 日本道精品一区二区三区| 欧美日韩国产一级片| 欧美成人vr18sexvr| 日本一区二区三区国色天香| 欧美国产激情二区三区| 亚洲激情六月丁香| 日日夜夜精品免费视频| 国产美女视频91| 9i在线看片成人免费| 欧美三级三级三级爽爽爽| 日韩午夜av电影| 欧美激情中文字幕一区二区| 亚洲免费成人av| 免费高清不卡av| 成人av综合在线| 欧美群妇大交群中文字幕| 欧美精品一区二| 亚洲欧美日韩国产成人精品影院 | 国产制服丝袜一区| 波多野结衣视频一区| 欧美视频在线观看一区二区| 91精品国产高清一区二区三区蜜臀| 久久影音资源网| 亚洲综合色婷婷| 国产美女娇喘av呻吟久久| 色就色 综合激情| 久久综合国产精品| 亚洲一区二区美女| 国内偷窥港台综合视频在线播放| 99精品国产91久久久久久| 3d动漫精品啪啪| 国产精品理论片在线观看| 青青草成人在线观看| av一本久道久久综合久久鬼色| 欧美精品日韩一区| 综合久久国产九一剧情麻豆| 欧美a级一区二区| 91久久奴性调教| 中文字幕不卡在线| 久草中文综合在线| 欧美视频一区二区三区在线观看 | 欧美日本国产一区| 国产精品国产自产拍在线| 麻豆免费精品视频| 欧洲一区在线观看| 中文字幕在线一区二区三区| 精品一区二区免费看| 欧美日韩另类一区| 亚洲乱码中文字幕综合| 国产福利91精品一区| 欧美一区二区三区播放老司机| 亚洲黄网站在线观看| www.视频一区| 国产色产综合产在线视频| 久久精品国产77777蜜臀| 精品视频色一区| 亚洲精品欧美二区三区中文字幕| 国产成人免费视频网站 | 欧美在线观看一区二区| 国产精品国产三级国产a| 国产精品亚洲成人| www久久精品| 国产在线乱码一区二区三区| 日韩精品专区在线| 久久99久久99| 精品国内二区三区| 国产在线视频不卡二|