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

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

?? msado15.tli

?? 酒店電子鎖管理
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (3204f19a).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library C:\program files\common files\system\ado\msado15.dll
// compiler-generated file created 09/04/08 at 14:19:37 - 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一区二区三区免费野_久草精品视频
国产欧美一区二区三区在线看蜜臀| 国内精品久久久久影院一蜜桃| 天天综合色天天综合色h| 日精品一区二区三区| 激情文学综合丁香| av一二三不卡影片| 欧美日韩一区二区在线观看| 日韩免费高清av| 国产精品久久久久久久久久久免费看 | 亚洲精品在线电影| 一区在线观看免费| 日韩电影在线观看一区| 成人性生交大片免费看在线播放| 色成人在线视频| 欧美精品一区男女天堂| 亚洲码国产岛国毛片在线| 麻豆国产91在线播放| 99久久精品国产一区二区三区| 欧美人体做爰大胆视频| 欧美国产激情二区三区| 日韩精品一级二级| www.在线欧美| 精品日韩一区二区| 一区二区三区在线免费| 国产一区二区女| 欧美日韩亚洲另类| 国产精品麻豆一区二区| 麻豆精品国产91久久久久久| 91麻豆高清视频| 久久先锋影音av鲁色资源网| 亚洲成人免费视频| 成人久久视频在线观看| 日韩一区二区视频在线观看| 亚洲视频资源在线| 国产精品自拍一区| 91麻豆精品国产91久久久| 亚洲日本韩国一区| 国产乱码一区二区三区| 91精品一区二区三区在线观看| 亚洲天堂中文字幕| 国产一区二区三区免费看| 欧美日韩高清一区| 亚洲精品亚洲人成人网| 国产99精品国产| 久久久久久麻豆| 男人的天堂亚洲一区| 欧美久久婷婷综合色| 亚洲精品中文字幕乱码三区| 成人综合婷婷国产精品久久| 精品成人私密视频| 毛片不卡一区二区| 在线成人午夜影院| 亚洲成人福利片| 欧美中文字幕亚洲一区二区va在线 | 日本v片在线高清不卡在线观看| 色综合久久久久久久| 国产精品福利影院| 成人中文字幕在线| 久久你懂得1024| 国内精品自线一区二区三区视频| 3751色影院一区二区三区| 亚洲一线二线三线久久久| 97久久超碰国产精品| 中文字幕制服丝袜一区二区三区 | 国产无人区一区二区三区| 精品亚洲成a人在线观看| 正在播放亚洲一区| 丝袜脚交一区二区| 91精品国产综合久久精品| 五月天中文字幕一区二区| 欧美午夜电影网| 香蕉影视欧美成人| 欧美精选一区二区| 日日噜噜夜夜狠狠视频欧美人| 欧美日韩精品二区第二页| 午夜伦欧美伦电影理论片| 在线免费观看日韩欧美| 亚洲尤物在线视频观看| 欧美日韩视频在线观看一区二区三区| 一区二区三区不卡视频| 欧美色老头old∨ideo| 亚洲成年人影院| 欧美一区二区性放荡片| 国产综合成人久久大片91| 久久久久综合网| 懂色av一区二区夜夜嗨| 国产精品久久久久一区 | 亚洲柠檬福利资源导航| 91美女福利视频| 亚洲精品国产成人久久av盗摄| 欧美在线视频全部完| 亚洲成av人片| 欧美一区二区视频免费观看| 精品午夜一区二区三区在线观看| 久久人人爽爽爽人久久久| 成人动漫中文字幕| 亚洲一区二区三区四区中文字幕 | 奇米影视一区二区三区小说| 欧美一区2区视频在线观看| 激情国产一区二区 | 成人精品在线视频观看| 亚洲欧美综合另类在线卡通| 在线观看视频欧美| 日产国产高清一区二区三区| 精品福利在线导航| 成人av免费网站| 亚洲国产精品精华液网站| 欧美一区二区三区四区久久| 国产精品资源站在线| 日韩理论片网站| 欧美精品xxxxbbbb| 国产大陆a不卡| 亚洲另类一区二区| 欧美大胆人体bbbb| 91在线观看免费视频| 日本vs亚洲vs韩国一区三区二区 | 99精品视频在线免费观看| 亚洲h在线观看| 久久久www成人免费毛片麻豆| av成人动漫在线观看| 日韩国产精品久久| 国产精品久久久久久一区二区三区 | 欧美国产精品中文字幕| 欧美日韩精品一区二区三区蜜桃 | 国产精品狼人久久影院观看方式| 欧美中文字幕一区二区三区亚洲| 国模冰冰炮一区二区| 亚洲综合一区二区三区| 久久网这里都是精品| 欧美性猛片aaaaaaa做受| 激情久久久久久久久久久久久久久久| 亚洲精品日韩一| 久久久三级国产网站| 制服丝袜亚洲精品中文字幕| av不卡一区二区三区| 国产尤物一区二区在线| 亚洲国产一区二区视频| 中文av一区二区| 日韩欧美国产高清| 欧美体内she精视频| 日韩午夜中文字幕| 99re热视频精品| 国产一区二区精品久久99| 视频在线观看一区| 亚洲嫩草精品久久| 国产精品区一区二区三区| 日韩欧美中文一区| 欧美日韩小视频| 色哦色哦哦色天天综合| 国产酒店精品激情| 精品一区二区三区在线观看 | 欧美日韩国产不卡| 91视视频在线直接观看在线看网页在线看 | 欧美系列亚洲系列| 99re成人在线| 99麻豆久久久国产精品免费优播| 九九精品视频在线看| 五月天一区二区| 亚洲一区二区三区免费视频| 亚洲欧美在线观看| 中文在线资源观看网站视频免费不卡| 欧美一级欧美三级| 7777精品伊人久久久大香线蕉经典版下载 | 久久久久99精品一区| 26uuu精品一区二区三区四区在线 26uuu精品一区二区在线观看 | 久久人人97超碰com| 欧美成人福利视频| 日韩一区二区影院| 欧美精品乱码久久久久久按摩| 在线观看国产精品网站| 91啪在线观看| 91影院在线免费观看| 91在线国产福利| 91美女蜜桃在线| 色94色欧美sute亚洲线路一ni | 亚洲精品你懂的| 亚洲欧美另类图片小说| 国产精品不卡一区二区三区| 国产性色一区二区| 国产婷婷色一区二区三区四区| 久久久久久日产精品| 国产亚洲一区二区三区| 国产三级一区二区三区| 国产清纯在线一区二区www| 国产日产欧产精品推荐色| 欧美国产激情二区三区| 亚洲欧洲色图综合| 亚洲精品视频自拍| 亚洲香蕉伊在人在线观| 亚洲成人激情自拍| 免费看欧美女人艹b| 久久99国产精品免费| 韩国女主播成人在线| 国产福利一区二区三区视频| 成人性生交大片免费看中文网站| 99久久久精品| 欧美性色黄大片手机版| 欧美群妇大交群的观看方式| 欧美一区二区三区视频免费| 精品国产一区二区三区av性色|