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

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

?? msado15.tli

?? 一個超完整的醫藥管理方面的系統。進入系統:david 密碼:62120854 運行前先運行autoconfig.exe或手動配置數據庫.rar
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// 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 ( ) {

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
调教+趴+乳夹+国产+精品| 成人精品鲁一区一区二区| 日韩成人精品视频| 国产精品99久久久久久有的能看| 亚洲欧美区自拍先锋| 国产精品午夜电影| 亚洲妇女屁股眼交7| 成人免费视频app| 欧美日韩极品在线观看一区| 在线欧美小视频| 久久久天堂av| 中文字幕免费不卡在线| 国产一区二区伦理片| 一本一道久久a久久精品 | 欧美精品 日韩| 欧美极品少妇xxxxⅹ高跟鞋| 男人的j进女人的j一区| 色婷婷综合久久久中文一区二区| 91亚洲男人天堂| 久久久噜噜噜久久中文字幕色伊伊| 国产欧美日本一区二区三区| 国产精品电影一区二区三区| 狠狠狠色丁香婷婷综合激情 | 日韩欧美国产一二三区| 亚洲女与黑人做爰| 不卡av免费在线观看| 精品99一区二区三区| 日本在线不卡视频| 欧美日韩另类一区| 亚洲一区二区三区不卡国产欧美| 亚洲成人一二三| av电影在线不卡| 日本一区二区免费在线| 亚洲综合一区二区| 久久激情综合网| 日韩午夜电影av| 日韩精品电影在线观看| 国产91富婆露脸刺激对白| 精品成人一区二区三区四区| 久久99蜜桃精品| 日韩精品自拍偷拍| 久久国产精品无码网站| 久久久不卡影院| 国产精品白丝av| 亚洲欧美在线视频| 91无套直看片红桃| 亚洲永久免费视频| 欧美一区二区三区小说| 国产原创一区二区| 国产精品午夜春色av| 99精品视频在线观看| 亚洲精品成人悠悠色影视| 国产在线精品一区二区夜色 | 国产成人精品影视| 欧美精品乱人伦久久久久久| 午夜精品福利久久久| 日韩三级免费观看| 成人网男人的天堂| 一区二区三区日韩欧美| 欧美精品九九99久久| 久久超碰97中文字幕| 亚洲国产精品t66y| 欧洲亚洲国产日韩| 久久精品国产在热久久| 欧美美女一区二区| 国产一区二区三区免费看| 亚洲欧洲性图库| 粉嫩一区二区三区在线看| 日韩视频不卡中文| 成人动漫一区二区| 午夜欧美大尺度福利影院在线看| 色婷婷av久久久久久久| 奇米影视7777精品一区二区| 欧美精品一区二区三区蜜臀| 91视频免费观看| 日本视频在线一区| 欧美精品日韩一区| 国产白丝网站精品污在线入口| 精品第一国产综合精品aⅴ| 91色视频在线| 国产一区二区在线观看视频| 精品噜噜噜噜久久久久久久久试看| 日韩主播视频在线| 国产精品成人在线观看| 日韩一区二区精品| 色国产精品一区在线观看| 一区二区高清在线| 久久久亚洲午夜电影| 欧美老女人在线| 色哟哟欧美精品| 国产成人精品www牛牛影视| 国产日韩一级二级三级| 91麻豆精品国产91| 日本道在线观看一区二区| 国产高清久久久久| 另类综合日韩欧美亚洲| 一区二区激情小说| 自拍偷拍亚洲激情| 国产精品美女一区二区三区 | 日韩极品在线观看| 亚洲三级电影网站| 国产精品色在线| 久久综合999| 欧美一级日韩免费不卡| 国产乱子伦视频一区二区三区| 久久久精品日韩欧美| 欧美一区二区视频免费观看| 欧美日韩在线播放一区| 91视频观看免费| 99精品视频一区二区三区| 国产精品一区二区免费不卡| 经典三级视频一区| 美女视频第一区二区三区免费观看网站 | 日韩精品五月天| 久久综合资源网| 91影院在线免费观看| 成人一区二区三区中文字幕| 国产成人综合亚洲91猫咪| 久久国产人妖系列| 久久精品噜噜噜成人av农村| 精品制服美女丁香| 亚洲欧美激情视频在线观看一区二区三区| 色94色欧美sute亚洲线路一ni| 免费看黄色91| 久久www免费人成看片高清| 蜜臀久久久久久久| 蜜桃精品视频在线观看| 免费高清不卡av| 蜜桃视频免费观看一区| 亚洲自拍偷拍欧美| 亚洲v日本v欧美v久久精品| 午夜视黄欧洲亚洲| 久久成人综合网| 国产成人一区在线| 日韩精品亚洲一区二区三区免费| 国产精品网曝门| 中文字幕一区在线观看| 亚洲一区二区三区四区在线免费观看 | 婷婷丁香久久五月婷婷| 久久精品国产澳门| 成人午夜视频在线| 欧洲激情一区二区| 日韩欧美国产电影| 欧美日韩视频一区二区| 欧美日韩成人一区二区| 亚洲精品一区二区三区四区高清| 欧美精品 国产精品| 精品乱人伦一区二区三区| 欧美国产日韩精品免费观看| 亚洲精品视频免费看| 首页欧美精品中文字幕| 国产成人免费在线| 欧美制服丝袜第一页| 欧美草草影院在线视频| 91精品国产综合久久精品性色| 色一情一乱一乱一91av| 99r国产精品| 欧美一区二区在线看| 7777精品伊人久久久大香线蕉的| 91久久精品日日躁夜夜躁欧美| av一区二区不卡| 91精品在线观看入口| 中文字幕不卡在线| 美女精品自拍一二三四| 91原创在线视频| 久久女同互慰一区二区三区| 夜夜操天天操亚洲| 国产一区二区三区免费播放| 精品一区二区国语对白| 精品综合免费视频观看| 日本不卡一二三| 色视频成人在线观看免| 欧美在线免费观看亚洲| 久久精品水蜜桃av综合天堂| 久久久亚洲国产美女国产盗摄| 久久精品人人做人人爽人人| 亚洲一区二区三区精品在线| 成人午夜电影久久影院| 欧美精品一区二区三区在线| 亚洲第一成年网| 日本精品视频一区二区三区| 久久久国产午夜精品| 国产精品久久久99| 久久99国产精品免费网站| 欧美日韩成人在线一区| 一区二区三区精密机械公司| 丁香婷婷深情五月亚洲| 91亚洲午夜精品久久久久久| 国产亚洲一二三区| 久久97超碰国产精品超碰| 制服丝袜亚洲色图| 婷婷综合在线观看| 欧美三级中文字| 亚洲精品网站在线观看| 91麻豆国产福利在线观看| 一区在线观看免费| 91一区二区在线| 亚洲综合一区二区三区| 色欧美片视频在线观看在线视频| 欧美一区二区视频在线观看2020|