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

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

?? msado15.tli

?? 影碟租賃系統(tǒng)
?? TLI
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (a1b97484).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library D:\Program Files\Common Files\System\ado\msado15.dll
// compiler-generated file created 01/08/08 at 18:38: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;
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
麻豆免费精品视频| 91亚洲精品久久久蜜桃| 国产精品免费视频观看| 欧美日韩国产一级二级| 成人av在线资源| 久久99久久99小草精品免视看| 亚洲视频1区2区| 欧美精品一区二区在线观看| 欧美日韩精品专区| 91色在线porny| 丁香啪啪综合成人亚洲小说| 日本不卡视频一二三区| 一区二区在线观看视频在线观看| 国产日韩欧美综合在线| 日韩一区二区三区视频| 欧美在线不卡一区| 91香蕉视频在线| 国产69精品久久久久777| 久久国产精品区| 日韩一区欧美二区| 亚洲裸体xxx| 亚洲欧美综合色| 国产三级一区二区| 久久亚洲影视婷婷| 日韩一区二区三区视频| 在线播放日韩导航| 欧美日韩久久一区| 欧美日韩一区二区不卡| 欧美视频在线一区二区三区| 91色.com| 色老汉av一区二区三区| 99久免费精品视频在线观看| 成人黄色av电影| 成人免费视频免费观看| 国产999精品久久| 成人性生交大片免费看在线播放| 国产综合久久久久久鬼色| 久久99热国产| 国产露脸91国语对白| 精品一区二区三区香蕉蜜桃| 久久爱另类一区二区小说| 久久电影网站中文字幕| 国产呦精品一区二区三区网站| 韩国视频一区二区| 国产.精品.日韩.另类.中文.在线.播放| 极品少妇xxxx精品少妇偷拍| 午夜电影一区二区| 视频一区在线视频| 亚洲成a人片在线观看中文| 亚洲成av人影院在线观看网| 亚洲va欧美va人人爽午夜| 亚洲成年人影院| 麻豆一区二区99久久久久| 国产在线不卡视频| 99久久精品99国产精品| 在线亚洲免费视频| 欧美一区二区三区男人的天堂| 欧美不卡123| 国产日本欧美一区二区| 亚洲视频一区在线观看| 亚洲成人7777| 国产综合色在线视频区| 不卡的电影网站| 欧美日韩在线不卡| 日韩精品影音先锋| 国产精品不卡一区二区三区| 夜色激情一区二区| 美女诱惑一区二区| 不卡欧美aaaaa| 欧美高清视频不卡网| 欧美大胆人体bbbb| 国产精品高清亚洲| 亚洲成av人片在www色猫咪| 精品一区二区久久久| 成人午夜免费电影| 欧美日韩精品电影| 亚洲国产精品高清| 婷婷国产v国产偷v亚洲高清| 国产精品亚洲一区二区三区妖精 | 一区二区在线电影| 蜜臀久久99精品久久久久久9| 国产精品2024| 在线亚洲一区二区| 久久综合国产精品| 亚洲大片在线观看| 成人妖精视频yjsp地址| 91麻豆精品国产91久久久久久久久 | 久久精品国产亚洲a| 丝袜亚洲另类丝袜在线| 国产精品88888| 色婷婷综合久色| 精品国产免费久久| 一级中文字幕一区二区| 韩国精品免费视频| 欧美日韩久久久| 亚洲国产成人在线| 免费不卡在线视频| 97久久精品人人做人人爽| 91精品国产综合久久精品| 日韩理论片在线| 国产麻豆视频精品| 在线播放欧美女士性生活| 日韩久久一区二区| 国产在线视视频有精品| 88在线观看91蜜桃国自产| 中文字幕一区二区三区在线播放 | 福利91精品一区二区三区| 69堂成人精品免费视频| 最新国产の精品合集bt伙计| 国产在线播精品第三| 91超碰这里只有精品国产| 亚洲人成在线播放网站岛国| 国产一区二区看久久| 欧美日韩国产三级| 一区二区在线免费观看| aaa欧美色吧激情视频| 久久久久国产一区二区三区四区| 午夜精品福利一区二区蜜股av| 91在线国内视频| 亚洲国产电影在线观看| 国产精品一区二区男女羞羞无遮挡| 欧美高清精品3d| 日韩精品一二三| 欧美三级视频在线播放| 亚洲美女电影在线| 91啦中文在线观看| 亚洲欧美色一区| 一本色道**综合亚洲精品蜜桃冫 | 美国毛片一区二区| 制服丝袜亚洲网站| 三级久久三级久久久| 欧美久久久久久久久中文字幕| 亚洲一区二区在线观看视频| 色综合色综合色综合色综合色综合 | 成人h动漫精品| 中文字幕制服丝袜成人av| 风间由美一区二区av101| 国产丝袜欧美中文另类| 粗大黑人巨茎大战欧美成人| 国产精品污污网站在线观看| 成人免费视频网站在线观看| 国产精品嫩草99a| 91在线视频官网| 亚洲夂夂婷婷色拍ww47| 欧美日韩国产另类不卡| 另类中文字幕网| 久久久精品国产免大香伊| 国产精品18久久久久久久久久久久| 久久久99久久| a级高清视频欧美日韩| 亚洲美女精品一区| 欧美喷水一区二区| 美国毛片一区二区| 国产亚洲欧洲997久久综合| 99久久精品免费看国产免费软件| 亚洲女同女同女同女同女同69| 欧美在线免费观看亚洲| 美国欧美日韩国产在线播放| 久久影院午夜论| 99国产精品视频免费观看| 亚洲成人一二三| 久久品道一品道久久精品| 成人aa视频在线观看| 亚洲大型综合色站| 26uuu久久天堂性欧美| 不卡欧美aaaaa| 天天色图综合网| 亚洲国产成人在线| 欧美性视频一区二区三区| 麻豆国产精品视频| 国产精品久久久久影视| 欧美日韩免费观看一区二区三区| 狠狠狠色丁香婷婷综合久久五月| 亚洲国产精品99久久久久久久久| 欧美色成人综合| 国产激情偷乱视频一区二区三区| 一区二区三区四区在线| 日韩午夜电影在线观看| va亚洲va日韩不卡在线观看| 日韩黄色免费网站| 国产精品日日摸夜夜摸av| 欧美一区永久视频免费观看| 国产91丝袜在线播放0| 五月天一区二区| 日本一区二区电影| 日韩一区二区免费高清| av资源站一区| 精品系列免费在线观看| 一区二区成人在线视频| 久久亚洲春色中文字幕久久久| 色噜噜偷拍精品综合在线| 精品一区二区三区免费毛片爱| 亚洲另类春色校园小说| 国产日韩一级二级三级| 欧美一级二级在线观看| 欧美中文字幕久久| av中文字幕不卡| 国产高清不卡一区二区| 蜜臀av一区二区在线观看| 夜夜精品视频一区二区|