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

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

?? msado15.tli

?? 門禁軟件
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (9aa054d1).
//
// f:\門禁軟件\門禁軟件0824-1\門禁軟件\release\msado15.tli
//
// Wrapper implementations for Win32 type library C:\program files\common files\System\ado\msado15.dll
// compiler-generated file created 08/25/08 at 10:12:43 - 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一区二区三区免费野_久草精品视频
日本在线不卡一区| 美女视频一区二区| 26uuu欧美| 精品电影一区二区| 久久蜜桃av一区精品变态类天堂| 91精品国产黑色紧身裤美女| 欧美人与性动xxxx| 日韩一二三区不卡| 精品国产青草久久久久福利| 2023国产精品| 国产精品毛片a∨一区二区三区 | 欧美制服丝袜第一页| 91天堂素人约啪| 欧美性色综合网| 91精品视频网| 久久综合久久综合亚洲| 中文字幕av一区 二区| 国产精品午夜在线观看| 一区二区三区欧美视频| 日韩电影在线一区| 国产精品18久久久久| 成人av电影在线播放| 欧美日韩午夜在线| 欧美成人免费网站| 最新热久久免费视频| 偷拍日韩校园综合在线| 国产精品18久久久久久久久| gogogo免费视频观看亚洲一| 在线日韩国产精品| 日韩三级在线观看| 一区视频在线播放| 日韩国产在线观看| caoporen国产精品视频| 欧美裸体一区二区三区| 国产免费观看久久| 五月婷婷综合网| 不卡电影一区二区三区| 欧美熟乱第一页| 国产欧美日韩视频一区二区| 亚洲妇熟xx妇色黄| eeuss鲁片一区二区三区在线看| 精品视频资源站| 国产片一区二区三区| 午夜视频在线观看一区二区| 国产黄色91视频| 欧美美女直播网站| 亚洲丝袜另类动漫二区| 久久超碰97中文字幕| 欧美日韩一区国产| 亚洲婷婷综合色高清在线| 老司机一区二区| 欧美日韩国产精选| 亚洲美女免费视频| 成人a级免费电影| 久久免费看少妇高潮| 强制捆绑调教一区二区| 欧美亚洲禁片免费| 亚洲视频免费看| www.视频一区| 国产精品久久久久国产精品日日 | 日韩精品在线网站| 亚洲国产一区二区在线播放| gogo大胆日本视频一区| 国产免费久久精品| 国产精品18久久久久| 精品毛片乱码1区2区3区| 丝袜脚交一区二区| 欧美精三区欧美精三区| 一区二区三区色| 91久久国产最好的精华液| 亚洲色大成网站www久久九九| 国产91精品一区二区麻豆亚洲| 精品国产伦一区二区三区观看方式| 秋霞影院一区二区| 日韩欧美美女一区二区三区| 日本91福利区| 日韩精品一区二区三区在线| 日本伊人午夜精品| 欧美va天堂va视频va在线| 精品午夜久久福利影院| 久久亚洲影视婷婷| 国产91高潮流白浆在线麻豆| 国产精品美女久久福利网站| av中文字幕不卡| 亚洲精品国产成人久久av盗摄| 日本丶国产丶欧美色综合| 亚洲国产日韩a在线播放| 欧美中文字幕一区二区三区| 日韩激情av在线| 国产日韩v精品一区二区| av高清久久久| 日韩在线观看一区二区| www久久久久| 99国产精品久久久久久久久久久| 亚洲午夜在线视频| 7878成人国产在线观看| 国内成人自拍视频| 中文字幕中文字幕一区| 欧美最猛性xxxxx直播| 日韩激情中文字幕| 欧美韩国日本综合| 欧美亚洲一区三区| 久国产精品韩国三级视频| 亚洲欧洲精品一区二区精品久久久 | 国产一区二区免费看| 欧美极品少妇xxxxⅹ高跟鞋| 色综合久久久久久久久| 麻豆91小视频| 国产精品二区一区二区aⅴ污介绍| 欧美影片第一页| 精品无人码麻豆乱码1区2区| 亚洲欧美日韩国产综合| 日韩西西人体444www| 99国产精品久久久久久久久久 | 在线观看视频一区二区| 久久99在线观看| 亚洲伊人伊色伊影伊综合网| www日韩大片| 欧美日韩dvd在线观看| 成人激情免费视频| 免费欧美在线视频| 亚洲综合精品久久| 国产精品天美传媒沈樵| 欧美大片拔萝卜| 欧美日韩精品电影| 成人av电影在线网| 国产美女主播视频一区| 性做久久久久久久免费看| 国产精品免费看片| 欧美草草影院在线视频| 欧洲精品视频在线观看| 99久久精品国产观看| 国产高清不卡一区二区| 美脚の诱脚舐め脚责91| 天堂精品中文字幕在线| 亚洲日本va午夜在线电影| 国产亚洲福利社区一区| 欧美成人福利视频| 欧美一区二区三区四区视频| 欧美日韩国产综合视频在线观看| 91色婷婷久久久久合中文| 国产xxx精品视频大全| 国产高清久久久久| 国产米奇在线777精品观看| 不卡电影一区二区三区| 国产成人精品一区二| 狠狠色丁香婷综合久久| 久久精品国产久精国产爱| 日产国产欧美视频一区精品| 日本成人在线视频网站| 奇米影视7777精品一区二区| 亚洲成av人片在线观看| 同产精品九九九| 人人狠狠综合久久亚洲| 蜜臀久久99精品久久久久久9| 免费高清视频精品| 国产精品小仙女| a级高清视频欧美日韩| 色综合久久久久久久| 欧美日韩中文字幕一区二区| 欧美日韩综合在线免费观看| 欧美日韩国产天堂| 欧美精品一区二区在线观看| 精品国产乱码久久久久久久久| 精品女同一区二区| 国产精品免费久久久久| 亚洲精品一二三区| 午夜精品福利一区二区蜜股av | 国产麻豆一精品一av一免费| 韩国一区二区在线观看| 国产一区二区三区综合| 国产成人亚洲综合a∨婷婷图片| 国产91精品精华液一区二区三区 | 日本 国产 欧美色综合| 麻豆精品蜜桃视频网站| 国产福利一区二区三区视频在线| thepron国产精品| 欧美电影在哪看比较好| 久久伊人蜜桃av一区二区| 欧美激情一区二区三区全黄| 亚洲一区免费观看| 久久国产精品第一页| 成人av免费网站| 欧美另类变人与禽xxxxx| 国产亚洲一区二区三区在线观看| 亚洲同性gay激情无套| 蜜臀av一区二区在线观看 | 欧美性色综合网| 精品国产91久久久久久久妲己 | 午夜成人在线视频| 国产一区二区影院| 91福利国产精品| 国产色91在线| 五月激情丁香一区二区三区| 风间由美一区二区av101| 欧美性生活久久| 国产精品麻豆欧美日韩ww| 久久精品av麻豆的观看方式| 91色porny| 国产精品欧美综合在线|