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

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

?? msado15.tli

?? 串口通訊例子
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (d61aaf80).
//
// e:\work\can_project\sp_example3\loadmachinecode\debug\msado15.tli
//
// Wrapper implementations for Win32 type library c:\program files\common files\system\ado\msado15.dll
// compiler-generated file created 03/20/07 at 19:35:19 - 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一区二区三区免费野_久草精品视频
亚洲高清三级视频| 五月婷婷综合在线| 欧美日韩国产123区| 国产永久精品大片wwwapp | 日韩一级精品视频在线观看| 狠狠色丁香婷婷综合| 亚洲精品欧美综合四区| 国产日韩精品一区二区三区在线| 国产成都精品91一区二区三| 日韩中文字幕一区二区三区| 国产精品拍天天在线| 欧美一区二区三区在线电影| 日本道免费精品一区二区三区| 国产露脸91国语对白| 日本在线观看不卡视频| 亚洲精品中文在线影院| 国产精品久久久久久久久搜平片| 日韩一区二区在线免费观看| 在线观看免费成人| 99久久夜色精品国产网站| 国产精品亚洲午夜一区二区三区| 美女爽到高潮91| 日本不卡一区二区| 亚洲精品成人在线| 亚洲乱码精品一二三四区日韩在线 | 亚洲国产美国国产综合一区二区| 国产精品日日摸夜夜摸av| 久久婷婷久久一区二区三区| 日韩一区二区三区电影在线观看| 欧美无乱码久久久免费午夜一区 | 国产精品青草综合久久久久99| 欧美电影免费观看高清完整版在线 | 欧美zozozo| 精品少妇一区二区三区在线视频| 91精品国产91久久久久久最新毛片 | 91丨porny丨蝌蚪视频| 成人深夜福利app| 成人国产视频在线观看| 国产很黄免费观看久久| 国产精品中文字幕日韩精品| 国产福利91精品一区| 国产成人精品亚洲日本在线桃色| 韩国精品在线观看| 精品一二三四在线| 国产伦精品一区二区三区视频青涩| 国产真实乱偷精品视频免| 国产一区日韩二区欧美三区| 国产精品乡下勾搭老头1| a级精品国产片在线观看| 色综合视频一区二区三区高清| 一本色道久久综合亚洲aⅴ蜜桃| 色激情天天射综合网| 欧美日韩在线免费视频| 91精品国产麻豆| 精品福利在线导航| 欧美高清一级片在线观看| 亚洲男人的天堂在线观看| 婷婷成人综合网| 国产在线国偷精品产拍免费yy| 国产不卡视频一区| 在线亚洲免费视频| 欧美一卡二卡三卡| 337p粉嫩大胆色噜噜噜噜亚洲 | 亚洲桃色在线一区| 亚洲免费在线观看视频| 午夜久久久影院| 久久99蜜桃精品| 成人激情免费视频| 欧美日韩亚洲综合| 91精品国产日韩91久久久久久| 欧美一区二区在线视频| 2020国产精品| 亚洲免费观看高清完整| 日本成人在线视频网站| 国产成人精品免费| 欧美日韩一区二区三区四区五区| 欧美大片在线观看| 亚洲少妇30p| 奇米影视一区二区三区| 不卡一区二区中文字幕| 91精品免费在线| 一区在线播放视频| 日韩精品一二三区| 99视频热这里只有精品免费| 欧美肥妇毛茸茸| 国产精品无圣光一区二区| 亚洲 欧美综合在线网络| 国产精品18久久久久久vr| 欧美在线观看一区| 国产日韩欧美高清在线| 婷婷激情综合网| 91免费看片在线观看| 日韩视频不卡中文| 亚洲精品综合在线| 国产最新精品免费| 欧美日韩国产成人在线免费| 国产欧美一区二区三区在线看蜜臀 | 91视频com| 精品成人佐山爱一区二区| 一区二区三区四区不卡在线 | 国产一区亚洲一区| 欧美色网站导航| 国产精品国产三级国产普通话三级| 另类小说视频一区二区| 欧美撒尿777hd撒尿| 18欧美亚洲精品| 国产成人午夜片在线观看高清观看| 在线观看av不卡| 亚洲美女一区二区三区| 成人综合在线网站| 日韩欧美亚洲另类制服综合在线| 亚洲风情在线资源站| 91视频免费播放| 中文字幕在线播放不卡一区| 国产在线视频精品一区| 日韩欧美一区二区不卡| 亚洲成人精品一区| 91久久精品国产91性色tv| 中文字幕一区三区| 丁香六月综合激情| 国产丝袜美腿一区二区三区| 久久爱另类一区二区小说| 欧美一区二区三区免费在线看| 亚洲国产三级在线| 欧美色倩网站大全免费| 亚洲一区二区三区四区在线观看| 91美女精品福利| 亚洲欧美日本韩国| 91麻豆自制传媒国产之光| 中文字幕永久在线不卡| 99久久国产综合精品麻豆| 国产精品传媒视频| 91色porny在线视频| 国产精品国产三级国产aⅴ原创| 国产99精品视频| 国产精品每日更新| 成人深夜福利app| 亚洲欧洲美洲综合色网| 91丨九色丨黑人外教| 国产精品免费网站在线观看| 国产99久久久精品| 中日韩av电影| 99视频一区二区| 一区二区三区在线观看视频| 欧美伊人精品成人久久综合97| 亚洲成人激情综合网| 日韩午夜激情av| 精品无人区卡一卡二卡三乱码免费卡| 日韩一区二区三区在线| 蜜桃91丨九色丨蝌蚪91桃色| 久久嫩草精品久久久久| 成人性色生活片| 伊人色综合久久天天| 欧美精三区欧美精三区| 麻豆一区二区99久久久久| 国产三级精品视频| 不卡的看片网站| 亚洲一区二区美女| 91麻豆精品国产综合久久久久久 | 国产福利一区二区三区视频| 国产精品不卡在线观看| 欧美三级在线播放| 久久精品国产色蜜蜜麻豆| 欧美国产视频在线| 欧美视频一区在线观看| 久久精品999| 国产精品另类一区| 欧美性感一类影片在线播放| 免费高清成人在线| 国产精品午夜在线观看| 欧美日韩一区二区三区不卡 | 精品视频在线看| 国产美女精品在线| 亚洲男同性视频| 欧美一区二视频| www.欧美日韩| 男男gaygay亚洲| 综合在线观看色| 日韩你懂的电影在线观看| 91婷婷韩国欧美一区二区| 久久99热这里只有精品| 亚洲一区二区在线免费看| 精品国产乱码久久久久久图片| 9人人澡人人爽人人精品| 丝袜美腿亚洲一区| 亚洲欧洲一区二区三区| 日韩一区二区电影在线| 91免费在线播放| 国产精品一区专区| 亚洲欧美日本在线| 国产亚洲欧美日韩俺去了| 欧美日韩亚洲综合在线 欧美亚洲特黄一级 | 国产91精品精华液一区二区三区| 亚洲地区一二三色| 中文字幕制服丝袜一区二区三区 | 一区二区三区产品免费精品久久75| 日韩一级黄色大片| 在线一区二区观看| 成人免费毛片高清视频| 精品一区二区免费看|