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

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

?? msado15.tli

?? 一個(gè)超完整的醫(yī)藥管理方面的系統(tǒng)。進(jìn)入系統(tǒng):david 密碼:62120854 運(yùn)行前先運(yùn)行autoconfig.exe或手動(dòng)配置數(shù)據(jù)庫(kù).rar
?? TLI
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (45a52162).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library C:\Program Files\Common Files\System\ado\msado15.dll
// compiler-generated file created 11/28/03 at 09:13: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;
}

inline HRESULT Connection15::RollbackTrans ( ) {

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
青青草视频一区| 丁香五精品蜜臀久久久久99网站| 天堂午夜影视日韩欧美一区二区| 国产在线不卡一卡二卡三卡四卡| 不卡视频免费播放| 精品国产一区二区三区不卡| 亚洲精品国产第一综合99久久 | 337p亚洲精品色噜噜| 国产精品久久久久影院| 久久99久国产精品黄毛片色诱| 91蜜桃免费观看视频| 久久日韩精品一区二区五区| 日本欧洲一区二区| 欧美日韩一区二区三区不卡| 亚洲视频1区2区| 成人性生交大片免费看中文网站| 日韩一级片网站| 亚洲综合一区二区三区| 丰满岳乱妇一区二区三区| 337p粉嫩大胆色噜噜噜噜亚洲| 日韩精品一二区| 欧美日韩高清一区| 亚洲一区二区三区四区五区中文| 色先锋资源久久综合| 国产精品福利av| 91在线无精精品入口| 亚洲色图欧洲色图| 99久久精品久久久久久清纯| 亚洲色图制服诱惑| 色综合视频在线观看| 亚洲欧美国产三级| 日本久久电影网| 亚洲综合在线电影| 欧美偷拍一区二区| 午夜国产精品影院在线观看| 欧美老年两性高潮| 日韩av电影免费观看高清完整版| 在线一区二区三区| 日韩精品色哟哟| 欧美sm极限捆绑bd| 国产成人精品亚洲777人妖 | 蜜桃91丨九色丨蝌蚪91桃色| 91超碰这里只有精品国产| 国产精品久线在线观看| 精品乱码亚洲一区二区不卡| 麻豆91在线播放免费| 国产亚洲欧美一级| 99久久久精品| 五月综合激情日本mⅴ| 欧美一区二区视频免费观看| 激情综合色丁香一区二区| 国产欧美日韩另类视频免费观看| 成人开心网精品视频| 亚洲综合丝袜美腿| 欧美r级电影在线观看| 99麻豆久久久国产精品免费| 亚洲夂夂婷婷色拍ww47| 欧美www视频| 99riav一区二区三区| 日本成人中文字幕在线视频| 久久精品在这里| 在线亚洲欧美专区二区| 久久国产三级精品| 亚洲人123区| 日韩免费高清电影| 91片黄在线观看| 国产一区福利在线| 亚洲成人动漫在线观看| 久久久久久久久99精品| 欧美天堂亚洲电影院在线播放| 狠狠色狠狠色合久久伊人| 樱桃国产成人精品视频| 欧美xxxx在线观看| 欧美性一区二区| 成人综合激情网| 麻豆精品精品国产自在97香蕉 | 欧美一区二区在线看| 国产99久久久国产精品潘金网站| 亚洲国产wwwccc36天堂| 久久久天堂av| 欧美一区二区在线免费观看| 色婷婷av一区| 国产91精品久久久久久久网曝门| 日韩国产精品大片| 亚洲精品亚洲人成人网在线播放| 国产香蕉久久精品综合网| 91精品国产91综合久久蜜臀| 99re热视频这里只精品| 国产91露脸合集magnet| 九九精品一区二区| 日韩电影在线一区二区| 亚洲午夜久久久久久久久电影院| 日本一区二区动态图| 精品国产乱码久久久久久图片 | 国产日韩欧美一区二区三区乱码| 欧美久久一二三四区| 色欧美日韩亚洲| 97se亚洲国产综合自在线观| 国产成人免费视频网站高清观看视频| 日本欧美韩国一区三区| 亚洲成年人影院| 午夜视频一区在线观看| 亚洲成人黄色小说| 亚洲国产成人av| 亚洲综合免费观看高清完整版| 国产精品久久久久久久久免费桃花 | 久久综合九色综合97婷婷| 欧美嫩在线观看| 7878成人国产在线观看| 欧美高清你懂得| 91精品国产91综合久久蜜臀| 欧美一区二区福利在线| 欧美一区在线视频| 欧美一区二区三区播放老司机| 欧美网站大全在线观看| 欧美综合天天夜夜久久| 欧美丝袜自拍制服另类| 欧美日韩五月天| 欧美一区二区三区视频免费| 日韩欧美精品在线视频| 久久天堂av综合合色蜜桃网| 久久九九国产精品| 中文字幕在线不卡| 亚洲精品一卡二卡| 视频一区二区三区在线| 蜜桃精品视频在线| 国产成人一区二区精品非洲| 99热精品一区二区| 欧美在线三级电影| 91精品国产综合久久久久久久| 日韩欧美中文字幕精品| 久久久国际精品| 亚洲三级电影网站| 同产精品九九九| 久久99国内精品| 91在线视频网址| 欧美视频在线一区二区三区| 精品日韩一区二区三区免费视频| 久久久国产精华| 亚洲乱码精品一二三四区日韩在线| 亚洲国产日产av| 激情欧美一区二区| 丁香一区二区三区| 欧美日韩国产成人在线免费| 26uuu色噜噜精品一区二区| 国产精品福利电影一区二区三区四区| 一区二区三区四区精品在线视频| 免费观看日韩av| 99精品久久只有精品| 日韩欧美亚洲另类制服综合在线| 欧美国产日韩在线观看| 日韩av成人高清| 99re视频精品| 久久综合色婷婷| 亚洲一二三区不卡| 国产成人精品亚洲日本在线桃色| 欧美日韩综合色| 国产精品每日更新| 久久99日本精品| 在线中文字幕一区二区| 久久久蜜臀国产一区二区| 亚洲一区二区三区国产| 粉嫩在线一区二区三区视频| 678五月天丁香亚洲综合网| 国产精品久久免费看| 精品中文av资源站在线观看| 色乱码一区二区三区88| 久久九九久久九九| 青青草国产成人av片免费| 91福利国产精品| 国产精品乱子久久久久| 国内精品伊人久久久久av一坑| 欧美三级一区二区| 亚洲欧洲一区二区在线播放| 国产一区二区在线影院| 欧美精品v国产精品v日韩精品| 亚洲婷婷综合久久一本伊一区| 国产成人一级电影| 久久先锋影音av| 激情综合网av| 日韩精品一区二区三区在线观看| 亚洲二区视频在线| 欧美午夜精品电影| 一区二区三区成人| 色噜噜偷拍精品综合在线| 国产精品久久久久久久久久免费看| 麻豆精品视频在线观看| 91精品国产麻豆国产自产在线 | 国产在线精品视频| 日韩欧美国产一区二区三区| 日韩不卡一区二区三区 | 精品国产乱码久久久久久浪潮| 午夜精品久久久久久久久久久| 色88888久久久久久影院按摩| 1000精品久久久久久久久| 成av人片一区二区| 亚洲少妇最新在线视频| 色美美综合视频| 亚洲成人午夜影院| 欧美日韩国产电影|