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

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

?? msado15.tli

?? 空調數據多線程采集
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.9782.0 (0b5be841).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library C:\Program Files\common files\system\ado\msado15.dll
// compiler-generated file created 02/06/05 at 14:55:25 - 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, ADO_LONGPTR 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一区二区三区免费野_久草精品视频
欧美精品自拍偷拍| 亚洲18色成人| 日韩avvvv在线播放| 国产成人久久精品77777最新版本 国产成人鲁色资源国产91色综 | 色综合咪咪久久| 日韩视频中午一区| 一区二区成人在线视频| 懂色av中文一区二区三区| 91精品国产综合久久国产大片| 亚洲日本中文字幕区| 国产在线视视频有精品| 91精品国产色综合久久久蜜香臀| **欧美大码日韩| www.日韩精品| 久久精品一区二区三区四区| 美脚の诱脚舐め脚责91| 欧美日韩一级片网站| 亚洲人亚洲人成电影网站色| 高清免费成人av| 精品久久久久久久久久久久久久久| 亚洲国产欧美一区二区三区丁香婷| 不卡的av网站| 国产欧美va欧美不卡在线| 捆绑调教一区二区三区| 日韩视频一区二区三区在线播放| 亚洲高清三级视频| 欧美亚洲日本国产| 亚洲精品伦理在线| 99精品久久久久久| 亚洲啪啪综合av一区二区三区| 丁香六月综合激情| 国产精品区一区二区三区| 国产成人午夜精品5599| 欧美激情一区三区| av在线这里只有精品| 国产精品少妇自拍| 91在线视频18| 一区二区成人在线| 91精品国产综合久久精品app | 久久成人免费网站| 日韩精品中文字幕一区| 久久99精品国产.久久久久| 欧美变态tickle挠乳网站| 国内外成人在线| 中文字幕国产一区| 色域天天综合网| 三级久久三级久久| 日韩精品一区二区三区蜜臀| 国产乱子伦视频一区二区三区| 国产日韩欧美高清在线| av在线不卡免费看| 亚洲成av人片在www色猫咪| 欧美一区永久视频免费观看| 国产一区二区网址| 亚洲欧美一区二区三区久本道91 | 91色乱码一区二区三区| 亚洲激情图片一区| 日韩欧美中文字幕一区| 国产精品18久久久| 一区二区高清在线| 日韩美一区二区三区| gogogo免费视频观看亚洲一| 一区二区三区成人在线视频| 日韩欧美高清一区| 91在线免费播放| 另类小说视频一区二区| 国产精品久久看| 91麻豆精品国产91| 成人小视频免费在线观看| 亚洲综合区在线| 久久婷婷综合激情| 欧美三电影在线| 成人黄色在线视频| 蜜桃av一区二区在线观看| 中文字幕中文字幕一区| 日韩一区二区电影| 日本乱码高清不卡字幕| 国产一区二区按摩在线观看| 亚洲午夜久久久久久久久久久| 久久人人爽爽爽人久久久| 欧美吻胸吃奶大尺度电影| 国产精品自拍网站| 日韩在线一区二区三区| 国产精品久久久久久久岛一牛影视| 欧美一区二区在线观看| 色欧美乱欧美15图片| 国模冰冰炮一区二区| 亚洲成av人片| 一区二区三区欧美亚洲| 国产精品美女久久福利网站| 欧美成人一区二区| 在线成人高清不卡| 色天天综合色天天久久| 成人午夜在线播放| 国产一区二区三区最好精华液| 视频在线在亚洲| 亚洲.国产.中文慕字在线| 国产精品夫妻自拍| 国产精品丝袜一区| 国产亚洲1区2区3区| 欧美r级在线观看| 91精品国产色综合久久不卡电影| 在线一区二区观看| 色综合夜色一区| 99久久精品免费| 99vv1com这只有精品| 懂色av噜噜一区二区三区av| 国产在线精品免费| 韩国在线一区二区| 久久精品免费观看| 激情都市一区二区| 国产综合色精品一区二区三区| 人人狠狠综合久久亚洲| 日韩电影免费在线看| 日韩电影免费在线看| 日本一道高清亚洲日美韩| 亚洲福利国产精品| 日本午夜精品一区二区三区电影| 亚洲一二三专区| 亚洲中国最大av网站| 午夜激情一区二区| 视频一区在线视频| 久久97超碰国产精品超碰| 国产一区二区三区在线看麻豆| 国产丶欧美丶日本不卡视频| 国产成人精品免费一区二区| 丰满放荡岳乱妇91ww| 不卡影院免费观看| 色婷婷久久久亚洲一区二区三区| 欧美在线一二三| 91精品欧美福利在线观看| 欧美大胆一级视频| 2023国产精华国产精品| 国产午夜精品理论片a级大结局| 中文字幕久久午夜不卡| 亚洲激情第一区| 麻豆精品在线观看| 国产成人免费在线观看| 99国产精品久久久久久久久久 | 五月天一区二区三区| 日日夜夜精品免费视频| 韩国三级中文字幕hd久久精品| 成人一区二区三区在线观看 | 精品国产免费一区二区三区四区 | 日韩精品一区二区三区视频| 国产欧美日韩激情| 亚洲第一成人在线| 国产传媒欧美日韩成人| 色88888久久久久久影院野外| 欧美一卡在线观看| 中文字幕在线一区二区三区| 亚洲国产综合91精品麻豆| 精品一区精品二区高清| 91小视频在线观看| 欧美sm极限捆绑bd| 亚洲综合自拍偷拍| 国产精品99久久不卡二区| 欧美性视频一区二区三区| 久久久影视传媒| 午夜精品视频在线观看| 国产成都精品91一区二区三| 欧美日韩国产片| 亚洲国产精华液网站w| 秋霞成人午夜伦在线观看| 91免费看片在线观看| 日韩午夜在线观看视频| 亚洲欧美偷拍卡通变态| 国产乱国产乱300精品| 欧美精品久久久久久久久老牛影院| 国产三级欧美三级| 免费观看在线综合色| 波多野结衣一区二区三区| 欧美肥妇毛茸茸| 最新国产成人在线观看| 国产精品1区二区.| 日韩欧美国产成人一区二区| 亚洲成人一区在线| 99久久精品免费看国产免费软件| 精品国产乱码久久久久久闺蜜| 国产精品国产自产拍高清av| 日本va欧美va精品发布| 欧美色成人综合| 一区二区日韩av| av一区二区三区| 国产精品无人区| 国产91精品一区二区麻豆亚洲| 精品久久一区二区| 日韩成人精品在线观看| 欧美影片第一页| 一个色综合网站| 色婷婷久久99综合精品jk白丝| 中文字幕制服丝袜成人av| 豆国产96在线|亚洲| 国产欧美日韩精品在线| 国产不卡在线视频| 欧美国产一区视频在线观看| 国产福利视频一区二区三区| 2020国产精品自拍| 国产精品一区二区免费不卡| 国产欧美日韩精品在线|