亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
国产乱码精品一区二区三区五月婷 | 亚洲人成网站影音先锋播放| 国产成人在线色| 国产欧美日韩精品a在线观看| 欧美日韩精品是欧美日韩精品| 午夜欧美电影在线观看| 日韩精品最新网址| 风流少妇一区二区| 亚洲色大成网站www久久九九| 日本高清不卡在线观看| 日韩精品亚洲专区| 久久久亚洲高清| 色哟哟国产精品| 日本人妖一区二区| 中文字幕成人在线观看| 欧美色倩网站大全免费| 日韩成人伦理电影在线观看| 久久久99久久| 色琪琪一区二区三区亚洲区| 蜜桃视频在线观看一区| 亚洲国产高清aⅴ视频| 日本高清不卡aⅴ免费网站| 青娱乐精品在线视频| 国产天堂亚洲国产碰碰| 在线观看日韩精品| 久久精品99久久久| 亚洲日本乱码在线观看| 欧美一级久久久久久久大片| 成人黄色综合网站| 午夜电影一区二区三区| 欧美激情在线看| 欧美男生操女生| av欧美精品.com| 韩国精品主播一区二区在线观看 | 日韩免费视频线观看| 成人激情av网| 久久精品国产第一区二区三区| 国产精品国产三级国产aⅴ中文| 在线播放中文字幕一区| 成人av电影在线| 久久精品国产免费看久久精品| 亚洲精品v日韩精品| 久久综合色天天久久综合图片| 91九色最新地址| 成人黄色网址在线观看| 精品亚洲成a人| 视频在线观看一区| 一区二区三区资源| 国产精品女同一区二区三区| 欧美一区二区三区婷婷月色| 色综合视频一区二区三区高清| 国产成人亚洲综合a∨猫咪| 免费看日韩a级影片| 艳妇臀荡乳欲伦亚洲一区| 欧美高清在线一区| 精品国产不卡一区二区三区| 91精品中文字幕一区二区三区| 成人91在线观看| 国产精品1024| 国产成人8x视频一区二区| 久草精品在线观看| 奇米888四色在线精品| 性感美女极品91精品| 国产成人精品一区二区三区四区| 久久99精品久久久久久国产越南| 日韩精品电影一区亚洲| 视频一区在线播放| 亚洲成av人片在线| 亚洲一区二区三区视频在线| 一区二区三区欧美亚洲| 亚洲色图视频免费播放| 亚洲视频免费观看| 亚洲另类中文字| 一区二区三区在线看| 一区二区在线观看视频在线观看| 亚洲欧美在线高清| 亚洲图片激情小说| 亚洲精品综合在线| 一区二区三区精品视频| 亚洲视频一区二区免费在线观看| 亚洲视频一区在线观看| 亚洲欧洲综合另类在线| 亚洲国产一区视频| 丝瓜av网站精品一区二区| 亚洲高清不卡在线观看| 日韩精品1区2区3区| 免费欧美在线视频| 国产精品一二三区| 成人avav在线| 欧美日韩中文字幕精品| 91精品欧美福利在线观看| 日韩你懂的在线播放| 久久青草国产手机看片福利盒子| 国产网站一区二区三区| 国产精品日产欧美久久久久| 中文字幕一区二区三区视频| 亚洲精品乱码久久久久| 视频一区中文字幕国产| 国产一区三区三区| av一本久道久久综合久久鬼色| 在线一区二区三区| 日韩欧美一级二级三级| 精品国产91洋老外米糕| 国产精品国产三级国产专播品爱网 | 麻豆视频观看网址久久| 国产麻豆成人传媒免费观看| 91视视频在线观看入口直接观看www | 久久久99精品久久| 亚洲欧洲精品天堂一级| 亚洲精品成a人| 精品一区二区三区在线观看| 99久久免费国产| 欧美日韩不卡一区二区| 国产农村妇女毛片精品久久麻豆| 亚洲在线观看免费视频| 国产一区 二区| 欧美日韩美女一区二区| 国产无人区一区二区三区| 亚洲午夜私人影院| 韩国女主播一区| 欧美色视频在线| 国产亚洲一区二区三区在线观看| 一区二区三区高清| 国内精品第一页| 欧美亚州韩日在线看免费版国语版| 精品成人a区在线观看| 亚洲美女视频一区| 激情六月婷婷综合| 欧美日韩国产三级| 亚洲手机成人高清视频| 国产在线不卡一区| 欧美日韩在线免费视频| 中文字幕亚洲一区二区av在线 | 欧美精品高清视频| 国产精品初高中害羞小美女文| 免费在线观看日韩欧美| 色8久久人人97超碰香蕉987| 国产视频一区二区在线| 久久精品72免费观看| 欧美日精品一区视频| 亚洲欧洲精品天堂一级| 国产不卡免费视频| 精品国产一区二区三区忘忧草 | a美女胸又www黄视频久久| 日韩欧美在线网站| 午夜精品一区二区三区电影天堂| 国产视频一区在线观看| 久久精品国产亚洲5555| 91精品蜜臀在线一区尤物| 亚洲一区二区三区四区的| 色菇凉天天综合网| 亚洲欧洲另类国产综合| 成人性生交大片免费| 国产无一区二区| 国产精华液一区二区三区| 久久尤物电影视频在线观看| 男女男精品网站| 日韩欧美专区在线| 青青草国产精品97视觉盛宴| 在线观看91精品国产麻豆| 视频一区二区欧美| 欧美精品一级二级| 天堂在线一区二区| 91精品国产乱码| 奇米综合一区二区三区精品视频| 欧美一区二区视频在线观看2022| 日本欧美韩国一区三区| 欧美一区二区播放| 免费成人在线播放| 日韩免费观看高清完整版| 美女www一区二区| 精品国产麻豆免费人成网站| 精油按摩中文字幕久久| 久久婷婷国产综合国色天香| 国产剧情一区二区三区| 中文字幕二三区不卡| av高清不卡在线| 亚洲一二三区不卡| 91麻豆精品国产91久久久久久久久 | 精品日产卡一卡二卡麻豆| 精品在线亚洲视频| 欧美国产日韩一二三区| 91香蕉视频污在线| 亚洲高清视频中文字幕| 欧美一区二区三区视频| 国内精品自线一区二区三区视频| 国产性天天综合网| 一本到高清视频免费精品| 一区二区三区毛片| 91麻豆精品国产91久久久更新时间| 久久狠狠亚洲综合| 国产精品久久久久三级| 亚洲国产成人一区二区三区| 色欧美88888久久久久久影院| 亚洲r级在线视频| 久久久久9999亚洲精品| 色婷婷综合五月| 久热成人在线视频| 亚洲欧美二区三区| 日韩欧美中文一区|