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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? msado15.tli

?? 孫鑫的《VC++深入詳解》配套源碼 主要是基于MFC編程
?? TLI
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (2defb991).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library C:\Program Files\Common Files\System\ado\msado15.dll
// compiler-generated file created 03/03/09 at 11:09:17 - 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;
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美嫩在线观看| 亚洲最新视频在线观看| 狠狠网亚洲精品| 日韩一区二区免费在线观看| 奇米四色…亚洲| 久久嫩草精品久久久久| 中文字幕在线不卡视频| 国产91清纯白嫩初高中在线观看| 精品av综合导航| 青青青伊人色综合久久| 欧美无砖砖区免费| 玉米视频成人免费看| 91视频在线观看| 天堂久久久久va久久久久| 国产欧美日韩综合精品一区二区| 蜜臀va亚洲va欧美va天堂| 国产精品乡下勾搭老头1| 日韩精品一区二区三区在线 | 国产精品久久久久久亚洲毛片| 欧美日韩国产大片| 色女孩综合影院| 成人激情免费网站| 国产高清一区日本| 久久97超碰国产精品超碰| 亚洲成a人v欧美综合天堂下载 | 日韩av一区二| 亚洲精品一二三| 成人欧美一区二区三区白人| 国产欧美日韩另类一区| 精品国产伦一区二区三区免费| 欧美日韩另类一区| 欧美亚洲国产bt| 在线亚洲免费视频| 91在线免费看| yourporn久久国产精品| 亚洲精品一区在线观看| 精品国产一区久久| 99re这里只有精品视频首页| 天堂一区二区在线| 亚洲一区视频在线| 亚洲资源中文字幕| 亚洲最新视频在线观看| 亚洲一区二区在线免费观看视频| 日韩一区中文字幕| 亚洲欧美国产三级| 一区二区视频免费在线观看| 亚洲免费在线观看视频| 有码一区二区三区| 午夜欧美2019年伦理| www.av亚洲| 91亚洲男人天堂| 色综合久久中文字幕综合网| 色美美综合视频| 欧美日韩国产首页| 欧美一级国产精品| 久久嫩草精品久久久精品| 国产亚洲1区2区3区| 国产精品免费av| 日韩毛片一二三区| 亚洲第一福利视频在线| 日韩在线a电影| 九一久久久久久| 国产精品18久久久久久vr| 成人一级片在线观看| 一本色道久久加勒比精品| 欧美人伦禁忌dvd放荡欲情| 精品欧美黑人一区二区三区| 久久夜色精品一区| 日韩美女啊v在线免费观看| 亚洲高清在线精品| 麻豆精品在线播放| 成人av在线播放网站| 欧美天天综合网| 欧美成人在线直播| 国产精品成人免费| 午夜精品在线看| 国产成都精品91一区二区三| 在线视频亚洲一区| 欧美大片一区二区三区| 国产精品久久久久久久久免费桃花 | 亚洲精品免费在线| 男女男精品网站| 99re这里只有精品首页| 日韩欧美一二三区| 亚洲欧美日韩综合aⅴ视频| 美女网站视频久久| 99久久伊人久久99| 日韩一区二区在线免费观看| 国产精品美女www爽爽爽| 午夜精品一区二区三区三上悠亚| 国产91在线看| 在线综合视频播放| ...av二区三区久久精品| 免费成人性网站| 欧美亚洲日本国产| 国产精品国产自产拍高清av王其| 日韩1区2区3区| 91网站最新网址| 久久久国产一区二区三区四区小说| 亚洲制服丝袜av| 成人一区在线观看| 精品欧美一区二区三区精品久久 | 精品少妇一区二区三区视频免付费 | 欧美美女直播网站| 欧美激情一二三区| 激情综合亚洲精品| 欧美日韩一级片网站| 国产精品不卡视频| 国产精品夜夜爽| 欧美一区二区三区精品| 亚洲在线免费播放| 91在线小视频| 国产欧美一区二区三区鸳鸯浴 | 中文字幕 久热精品 视频在线| 美女视频网站黄色亚洲| 欧美日本一区二区| 一区二区不卡在线播放| voyeur盗摄精品| 国产精品―色哟哟| 高清视频一区二区| 国产无一区二区| 国产一区二区三区在线观看免费 | 成人av免费在线播放| 精品成人佐山爱一区二区| 日日噜噜夜夜狠狠视频欧美人| 色综合中文字幕国产 | 中文字幕在线不卡一区二区三区| 国产一区二区三区日韩| 欧美mv日韩mv亚洲| 久久国内精品视频| 欧美一区二区国产| 日韩中文字幕一区二区三区| 欧美图区在线视频| 亚洲综合丁香婷婷六月香| 色综合久久中文字幕| 亚洲少妇中出一区| 91麻豆国产精品久久| 亚洲免费av观看| 色哦色哦哦色天天综合| 一卡二卡三卡日韩欧美| 色www精品视频在线观看| 亚洲三级电影网站| 色老汉一区二区三区| 亚洲线精品一区二区三区八戒| 欧美在线观看一区| 性做久久久久久免费观看欧美| 欧美视频一区在线| 日日夜夜精品免费视频| 欧美一级欧美一级在线播放| 美女网站在线免费欧美精品| 精品国产91久久久久久久妲己| 国产一区二区伦理片| 欧美激情艳妇裸体舞| 99久久精品久久久久久清纯| 亚洲伦理在线精品| 欧美日韩久久久一区| 日本最新不卡在线| 久久色在线视频| 成人av在线播放网址| 亚洲一二三区在线观看| 日韩欧美精品在线视频| 成人午夜免费电影| 国产精品小仙女| 国产精品丝袜91| 欧美视频一二三区| 九九在线精品视频| 国产精品网曝门| 欧美日韩一区二区三区在线看| 日本三级韩国三级欧美三级| 久久精品一区二区| 91视频一区二区三区| 日本欧美在线观看| 国产精品丝袜91| 欧美日本精品一区二区三区| 国产在线视频不卡二| 亚洲视频一区在线| 这里只有精品电影| 不卡视频在线观看| 日韩av一区二区三区四区| 国产精品毛片a∨一区二区三区| 在线免费亚洲电影| 国产原创一区二区三区| 亚洲精品菠萝久久久久久久| 欧美一卡2卡3卡4卡| 成人午夜在线播放| 国产精品久久久久久妇女6080 | 亚洲视频图片小说| 国产精品一级二级三级| 91精品国模一区二区三区| 亚洲夂夂婷婷色拍ww47| av在线不卡免费看| 国产精品麻豆一区二区| 不卡一区二区中文字幕| 国产精品天美传媒沈樵| 91网上在线视频| 亚洲靠逼com| 欧美亚洲丝袜传媒另类| 午夜伦欧美伦电影理论片| 日韩综合小视频| 国产精品热久久久久夜色精品三区|