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

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

?? msado15.tli

?? java 大作業(yè) 《處方跟蹤系統(tǒng)》源代碼 gui界面
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (14680243).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library C:\Program Files\Common Files\System\ado\msado15.dll
// compiler-generated file created 06/09/08 at 08:00:54 - 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;
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久综合九色综合97_久久久| 精品久久久久久久久久久久久久久久久 | 全国精品久久少妇| 久久先锋资源网| 欧美性videosxxxxx| 韩国欧美一区二区| 夜夜嗨av一区二区三区四季av| 日韩午夜在线影院| 在线视频国内自拍亚洲视频| 国产九九视频一区二区三区| 亚洲丶国产丶欧美一区二区三区| 久久久久久久综合日本| 欧美色图天堂网| 成人午夜视频免费看| 免费观看一级特黄欧美大片| 亚洲一二三区不卡| 国产精品你懂的| 欧美xxx久久| 欧美日韩日本视频| 99国产一区二区三精品乱码| 极品少妇xxxx精品少妇偷拍| 日韩福利视频网| 一区二区日韩av| 国产精品伦一区| 久久久久久**毛片大全| 日韩视频一区在线观看| 精品视频123区在线观看| 色综合天天综合色综合av | 一区二区三区欧美日韩| 国产精品免费视频网站| 26uuu国产在线精品一区二区| 欧美日韩在线精品一区二区三区激情| 99精品黄色片免费大全| 99久久er热在这里只有精品66| 精品一区二区久久久| 日本欧美在线观看| 日韩精品视频网| 五月开心婷婷久久| 亚洲国产裸拍裸体视频在线观看乱了| 亚洲日本在线观看| 亚洲欧洲日产国码二区| 国产嫩草影院久久久久| 欧美经典三级视频一区二区三区| 欧美一区二区三区婷婷月色| 日韩一区二区在线免费观看| 欧美酷刑日本凌虐凌虐| 欧美日韩免费一区二区三区| 精品视频1区2区3区| 7777精品伊人久久久大香线蕉超级流畅 | 三级在线观看一区二区| 亚洲成人黄色小说| 日本一区中文字幕| 韩国三级在线一区| 成人伦理片在线| 91免费视频观看| 欧美亚洲禁片免费| 精品视频免费看| 欧美一区二区三区喷汁尤物| 666欧美在线视频| 精品美女一区二区| 久久只精品国产| 欧美激情资源网| 亚洲色图自拍偷拍美腿丝袜制服诱惑麻豆| 国产精品福利电影一区二区三区四区| 综合久久综合久久| 亚洲成av人片www| 美女一区二区久久| 国产成人在线视频免费播放| 99视频精品全部免费在线| 欧美午夜影院一区| 欧美成人官网二区| 国产精品免费av| 亚洲成a人v欧美综合天堂下载| 另类成人小视频在线| 国产成人在线电影| 91成人在线精品| 日韩一区二区三区av| 国产精品入口麻豆九色| 亚洲福利一二三区| 韩国v欧美v日本v亚洲v| 色综合天天综合给合国产| 欧美日韩在线一区二区| 精品国产第一区二区三区观看体验| 中文幕一区二区三区久久蜜桃| 亚洲精品国久久99热| 蜜桃视频在线一区| 99久久久国产精品| 日韩西西人体444www| 中文字幕中文在线不卡住| 天天色综合成人网| 成人免费电影视频| 欧美一二三四区在线| 中文字幕一区三区| 老色鬼精品视频在线观看播放| 色综合天天视频在线观看| 欧美不卡一区二区| 亚洲精品成a人| 国产麻豆9l精品三级站| 91激情五月电影| 精品播放一区二区| 亚洲国产视频一区二区| 国产精品一区二区三区乱码| 欧洲亚洲国产日韩| 中文字幕免费不卡在线| 五月激情综合婷婷| 97精品久久久午夜一区二区三区| 日韩欧美高清一区| 亚洲国产色一区| 99国产精品久久久久久久久久 | 精品国产1区二区| 亚洲女性喷水在线观看一区| 国产原创一区二区三区| 91麻豆精品国产自产在线观看一区 | 日韩免费高清视频| 亚洲va中文字幕| 99精品视频在线免费观看| 久久这里只有精品6| 美女诱惑一区二区| 337p亚洲精品色噜噜| 欧美激情综合五月色丁香小说| 激情综合五月天| 日韩一区二区中文字幕| 五月天丁香久久| 欧美在线观看视频在线| 日韩美女啊v在线免费观看| 国产精品亚洲人在线观看| 欧美一级日韩不卡播放免费| 婷婷综合在线观看| 欧美色图片你懂的| 亚洲国产成人91porn| 欧美亚洲国产一区二区三区| 亚洲黄色av一区| 日本乱人伦aⅴ精品| 亚洲欧美乱综合| 91色婷婷久久久久合中文| 亚洲欧美一区二区视频| 99热这里都是精品| 亚洲日本va午夜在线影院| 色综合久久天天| 亚洲在线一区二区三区| 91精品办公室少妇高潮对白| 亚洲一区成人在线| 欧美日本一区二区| 蜜臀久久99精品久久久画质超高清 | 天涯成人国产亚洲精品一区av| 欧美日韩在线免费视频| 日韩精品高清不卡| 日韩欧美一区二区免费| 国产一区福利在线| 国产精品午夜久久| 色综合天天在线| 性欧美疯狂xxxxbbbb| 欧美一卡二卡在线观看| 久久99精品久久久久婷婷| 久久网这里都是精品| 高清国产一区二区三区| 综合婷婷亚洲小说| 精品视频全国免费看| 麻豆成人久久精品二区三区红| 久久综合色综合88| 成人福利电影精品一区二区在线观看 | 99久久精品免费| 一区二区三区日韩欧美精品| 欧美高清视频一二三区| 久久成人18免费观看| 国产精品少妇自拍| 在线免费观看不卡av| 日本女人一区二区三区| 久久久高清一区二区三区| 99久久综合色| 日本亚洲一区二区| 国产亚洲欧美日韩俺去了| 91日韩精品一区| 奇米色777欧美一区二区| 国产人妖乱国产精品人妖| 在线亚洲一区观看| 久久国产精品99精品国产| 欧美高清在线视频| 精品视频色一区| 国产高清在线精品| 亚洲国产一区二区三区| 久久久久久亚洲综合| 欧美系列一区二区| 成人一区二区三区中文字幕| 亚洲国产欧美一区二区三区丁香婷| 2021中文字幕一区亚洲| 日本精品视频一区二区| 韩国女主播成人在线| 亚洲永久精品大片| 久久美女艺术照精彩视频福利播放| 色综合色综合色综合色综合色综合 | 国产精品狼人久久影院观看方式| 欧美日韩亚洲另类| 福利一区在线观看| 日韩激情av在线| 亚洲视频图片小说| 2023国产精品| 欧美日本视频在线| 91丨九色丨黑人外教| 国产乱码精品一区二区三区av|