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

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

?? msado15.tli

?? 醫(yī)院門診收費管理系統(tǒng)源碼
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (af8b67a0).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library c:\program files\common files\system\ado\msado15.dll
// compiler-generated file created 04/28/04 at 11:18:11 - 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, long 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
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产亚洲精品7777| 91国产视频在线观看| 亚洲精品国产一区二区三区四区在线| 欧美午夜精品免费| 国产精品一级在线| 亚洲6080在线| 国产精品久久久久久久第一福利 | 久久婷婷久久一区二区三区| 色哟哟精品一区| 国产精品自拍网站| 亚洲不卡av一区二区三区| 国产精品久久久久久久久免费相片 | 欧美视频在线观看一区| 国产suv精品一区二区三区| 日本成人在线电影网| 1区2区3区欧美| 精品91自产拍在线观看一区| 欧美日韩一区二区三区四区五区| 国产盗摄精品一区二区三区在线| 视频一区在线视频| 亚洲欧美另类小说| 国产欧美日韩久久| 26uuu亚洲综合色欧美| 7777精品伊人久久久大香线蕉经典版下载 | 91久久久免费一区二区| 老司机精品视频在线| 亚洲国产精品一区二区久久 | wwwwww.欧美系列| 日韩三级伦理片妻子的秘密按摩| 在线看国产一区二区| 播五月开心婷婷综合| 国产精品99久久不卡二区| 久久99国产精品久久| 欧美96一区二区免费视频| 亚洲国产精品自拍| 亚洲综合一区二区| 一区二区三区在线高清| 亚洲天堂成人网| 亚洲欧美偷拍卡通变态| 亚洲欧美另类久久久精品2019| 国产精品女主播在线观看| 中文一区一区三区高中清不卡| 久久精品亚洲精品国产欧美kt∨| 久久这里只精品最新地址| 精品少妇一区二区三区免费观看 | 欧美精品vⅰdeose4hd| 欧美高清视频在线高清观看mv色露露十八 | 亚洲男同性视频| 亚洲精品中文在线影院| 一区二区三区四区不卡在线 | 懂色中文一区二区在线播放| 国产精品123| 99视频一区二区三区| jiyouzz国产精品久久| 91在线无精精品入口| 91精品办公室少妇高潮对白| 欧美日韩视频在线第一区| 制服丝袜中文字幕一区| 欧美成人免费网站| 久久久久久夜精品精品免费| 中文字幕av不卡| 一区二区三区在线免费观看| 天堂久久久久va久久久久| 青青青伊人色综合久久| 国产一区二区h| 99久久精品国产精品久久| 欧美日韩在线播放| 欧美成人精精品一区二区频| 精品国产网站在线观看| 国产精品免费视频网站| 亚洲午夜av在线| 国产在线麻豆精品观看| 成人高清在线视频| 欧美久久高跟鞋激| 久久精品日韩一区二区三区| 亚洲欧美日韩在线| 麻豆国产精品777777在线| 成人精品gif动图一区| 欧美日韩五月天| 久久精品无码一区二区三区| 亚洲影院在线观看| 国产在线精品一区二区三区不卡| 91免费精品国自产拍在线不卡 | 日本一区二区三区免费乱视频| 国产精品人成在线观看免费| 亚洲免费在线电影| 亚洲成人久久影院| 国产精品一区专区| 欧美日韩一级视频| 久久午夜国产精品| 亚洲精选视频免费看| 日韩中文字幕区一区有砖一区| 久久精品免费观看| www.欧美色图| 在线一区二区三区四区五区| 日韩精品综合一本久道在线视频| 国产日韩欧美精品一区| 亚洲综合在线第一页| 韩国v欧美v亚洲v日本v| 色哦色哦哦色天天综合| 精品国产乱码91久久久久久网站| 一二三四社区欧美黄| 国产一区高清在线| 欧美最猛性xxxxx直播| 久久免费的精品国产v∧| 亚洲精品国产视频| 精品制服美女丁香| 国产福利精品导航| 欧美成人精品高清在线播放| 亚洲免费在线观看| 国产乱码精品1区2区3区| 欧美中文字幕一区| 国产精品人妖ts系列视频| 日本不卡视频一二三区| 成人黄色大片在线观看| 久久久91精品国产一区二区精品| 亚洲高清免费一级二级三级| 成人性色生活片免费看爆迷你毛片| 国产高清在线精品| 9191国产精品| 亚洲欧美日韩国产成人精品影院| 精品一区二区三区在线播放视频| 色94色欧美sute亚洲线路二| 国产亚洲精品超碰| 麻豆精品一区二区av白丝在线| 96av麻豆蜜桃一区二区| 欧美激情一区三区| 久久疯狂做爰流白浆xx| 欧美三级三级三级| 日韩美女视频一区二区| 国产成人综合在线观看| 欧美日韩一区二区三区四区五区| 夜色激情一区二区| 99re8在线精品视频免费播放| 久久综合狠狠综合久久激情| 免费成人性网站| 欧美精品vⅰdeose4hd| 亚洲一区二区四区蜜桃| 欧美日韩性生活| 亚洲一区av在线| 色综合婷婷久久| 国产精品国产三级国产aⅴ中文| 国产成人午夜精品影院观看视频 | 国产一区二区三区精品欧美日韩一区二区三区 | 亚洲一区成人在线| 一本色道久久综合精品竹菊| 国产精品成人一区二区艾草| 国产精品99久久久久久有的能看| 精品剧情在线观看| 精品在线播放免费| 国产亚洲精品aa| 粉嫩一区二区三区性色av| 亚洲国产精品ⅴa在线观看| 国产激情视频一区二区三区欧美 | 久久er精品视频| 欧美一区二区精品在线| 激情亚洲综合在线| 久久久久久亚洲综合影院红桃| 国产综合色在线| 欧美精品一区二区不卡 | 97久久久精品综合88久久| 欧美韩国日本综合| 日本久久一区二区| 亚洲大片在线观看| 91精品国产乱| 精品亚洲aⅴ乱码一区二区三区| 精品日韩av一区二区| 国产乱一区二区| 久久亚洲一区二区三区明星换脸| 韩国在线一区二区| 国产精品第四页| 色婷婷av一区二区三区软件 | 精品国产人成亚洲区| 蜜臀久久99精品久久久画质超高清| 欧美一级一区二区| 国产一区二区日韩精品| 国产精品白丝在线| 欧美性大战xxxxx久久久| 天堂成人免费av电影一区| 久久日韩粉嫩一区二区三区 | 国内国产精品久久| 中文字幕第一区第二区| 色综合咪咪久久| 日本不卡高清视频| 综合欧美一区二区三区| 欧美三日本三级三级在线播放| 精品制服美女丁香| 亚洲乱码中文字幕综合| 91精品免费观看| 韩国成人精品a∨在线观看| 亚洲精品ww久久久久久p站| 日韩欧美一二三| 成人av网站在线观看免费| 午夜伊人狠狠久久| 国产日韩欧美精品在线| 欧美日韩国产精品自在自线| 国产一区二区不卡| 亚洲一区二区五区| 久久精品人人做人人综合| 欧美视频一区二区三区四区|