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

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

?? msado15.tli

?? 醫(yī)院門診收費(fèi)管理系統(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一区二区三区免费野_久草精品视频
欧美日韩一区二区不卡| 欧美区在线观看| 偷拍日韩校园综合在线| 精品国产百合女同互慰| 91社区在线播放| 日本vs亚洲vs韩国一区三区二区| 中文字幕免费一区| 在线91免费看| 色综合久久中文字幕| 国产乱妇无码大片在线观看| 亚洲123区在线观看| 亚洲主播在线播放| 国产日韩欧美在线一区| 欧美精品在线观看一区二区| 99综合电影在线视频| 精品一区二区三区在线观看国产 | 美腿丝袜亚洲一区| 国产精品成人免费在线| www精品美女久久久tv| 在线影院国内精品| av福利精品导航| 国产一区二区三区综合| 蜜桃视频在线观看一区| 尤物在线观看一区| 国产精品黄色在线观看| 久久久久久久久久久99999| 欧美精品乱人伦久久久久久| 91久久精品午夜一区二区| 粉嫩欧美一区二区三区高清影视| 另类小说视频一区二区| 日韩电影在线免费观看| 亚洲制服丝袜av| 亚洲综合偷拍欧美一区色| 亚洲色图在线看| 中文字幕欧美区| 国产精品久久午夜| 久久精品人人做人人爽97| 欧美变态凌虐bdsm| 日韩精品一区二区三区在线| 欧美不卡一二三| 精品日产卡一卡二卡麻豆| 日韩区在线观看| 日韩精品一区二区三区在线观看| 欧美一区二区成人6969| 日韩三级视频在线看| 日韩美女在线视频| 日韩欧美你懂的| 久久看人人爽人人| 日韩不卡一区二区三区| 亚洲福利视频导航| 三级欧美在线一区| 蜜臀av性久久久久蜜臀aⅴ流畅| 久久成人免费电影| 国产精品一区二区黑丝| 成人精品电影在线观看| 色综合天天在线| 欧洲人成人精品| 欧美日韩一区中文字幕| 日韩精品专区在线影院观看| 久久久久国产精品麻豆| 国产精品剧情在线亚洲| 亚洲精品视频观看| 午夜欧美视频在线观看| 久久精工是国产品牌吗| 国产成人午夜精品影院观看视频| 成人午夜大片免费观看| 色偷偷88欧美精品久久久| 欧美区一区二区三区| 久久综合九色综合97_久久久 | 亚洲国产日韩精品| 日本欧美韩国一区三区| 国产成人综合亚洲网站| 91国产免费观看| 日韩午夜在线影院| 国产精品久久网站| 日韩一区精品视频| 成人性生交大片| 欧美日韩一区高清| 久久免费视频色| 亚洲欧美日韩国产手机在线| 美洲天堂一区二卡三卡四卡视频| 波多野结衣一区二区三区| 国产精品第四页| 亚洲国产综合91精品麻豆| 久久91精品久久久久久秒播| av亚洲产国偷v产偷v自拍| 在线播放亚洲一区| 久久久久久亚洲综合影院红桃 | 亚洲成人激情自拍| 国产美女主播视频一区| 欧美午夜精品久久久久久超碰 | 国产精品一区专区| 欧美色图第一页| 国产免费观看久久| 天天综合色天天| 成人高清免费观看| 欧美刺激午夜性久久久久久久| 亚洲天天做日日做天天谢日日欢| 麻豆成人综合网| 在线观看亚洲精品视频| 国产欧美一区视频| 日韩成人一区二区三区在线观看| 国产91精品露脸国语对白| 欧美女孩性生活视频| 亚洲欧美偷拍三级| 国精产品一区一区三区mba视频| 欧美网站大全在线观看| 国产精品理论片| 国产精品资源网| 日韩视频123| 天天影视涩香欲综合网| 91九色02白丝porn| 国产精品全国免费观看高清 | 色综合久久88色综合天天| 久久久噜噜噜久久中文字幕色伊伊 | 国产精品人人做人人爽人人添| 日本成人在线不卡视频| 色综合网色综合| 亚洲国产精品精华液2区45| 久久9热精品视频| 在线不卡免费欧美| 亚洲一区二区偷拍精品| 成人av集中营| 久久精品一二三| 国产一区二区在线免费观看| 欧美一级搡bbbb搡bbbb| 午夜影院久久久| 欧美日韩精品一区二区三区蜜桃 | 日韩av电影一区| 国产精品视频一二三| 久久99热99| 精品奇米国产一区二区三区| 麻豆高清免费国产一区| 欧美大片在线观看| 麻豆一区二区在线| 欧美日韩国产一二三| 亚洲成a人v欧美综合天堂| 波多野结衣在线aⅴ中文字幕不卡| 国产女主播视频一区二区| 国产高清无密码一区二区三区| 欧美精品一区二区三区在线播放 | 国产精品自拍毛片| 久久久久久毛片| 岛国精品一区二区| 久久久99免费| 成人综合婷婷国产精品久久蜜臀 | 亚洲一区二区欧美| 色婷婷av久久久久久久| 一区二区三区久久| 欧美三级欧美一级| 婷婷丁香久久五月婷婷| 欧美一级二级三级蜜桃| 老司机午夜精品99久久| 欧美精品一区男女天堂| 粉嫩高潮美女一区二区三区 | 麻豆国产一区二区| 久久亚洲一区二区三区明星换脸| 国产裸体歌舞团一区二区| 中文天堂在线一区| 99精品久久只有精品| 亚洲免费电影在线| 欧美日韩精品三区| 精品无码三级在线观看视频| 国产偷国产偷亚洲高清人白洁| 不卡视频一二三| 亚洲一区二区三区自拍| 日韩午夜精品视频| 国产不卡在线一区| 亚洲欧美日韩久久精品| 欧美日韩一区二区三区在线| 久久狠狠亚洲综合| 美腿丝袜亚洲色图| 国产精品久久久久久妇女6080| 欧美日韩专区在线| 久久av资源网| 亚洲精品中文在线影院| 欧美一区二区日韩一区二区| 国产传媒日韩欧美成人| 亚洲天堂免费在线观看视频| 欧美一区二区三区四区高清| 国产成人综合精品三级| 一级做a爱片久久| 精品国产1区二区| 91亚洲永久精品| 久久99精品一区二区三区三区| 国产精品久久久久影院老司| 91.成人天堂一区| 99久久99久久精品免费看蜜桃| 日本欧美一区二区在线观看| 国产精品美女久久久久久2018| 欧美欧美午夜aⅴ在线观看| 成人免费视频网站在线观看| 日本免费新一区视频| 国产精品免费丝袜| 日韩欧美激情一区| 色综合久久九月婷婷色综合| 国产精品18久久久久久久久久久久 | 在线观看一区日韩| 国产夫妻精品视频| 毛片一区二区三区|