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

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

?? msado15.tli

?? java 大作業(yè) 《處方跟蹤系統(tǒng)》源代碼 gui界面
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (4dbbb4a4).
//
// f:\學習資料\電腦\sql\課程設計\libraryms\debug\msado15.tli
//
// Wrapper implementations for Win32 type library C:\Program Files\Common Files\System\ado\msado15.dll
// compiler-generated file created 06/22/08 at 21:40:32 - 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;
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久久精品国产免大香伊 | 久久―日本道色综合久久| 亚洲精品国产无套在线观| 国产成人无遮挡在线视频| 日韩欧美一二三四区| 偷拍一区二区三区四区| 欧美精品v日韩精品v韩国精品v| 亚洲欧美日韩国产一区二区三区| 不卡视频在线看| 国产精品高潮呻吟| 成人av网站在线| 一区精品在线播放| 一本色道a无线码一区v| 一区二区三区产品免费精品久久75 | 日日夜夜精品视频天天综合网| 色偷偷成人一区二区三区91| 亚洲另类在线制服丝袜| 91麻豆精品一区二区三区| 亚洲欧美国产77777| 91福利国产精品| 亚洲aⅴ怡春院| 欧美日韩三级视频| 免费亚洲电影在线| 久久久久国产免费免费| 粉嫩嫩av羞羞动漫久久久| 国产精品动漫网站| 欧美午夜一区二区三区免费大片| 亚洲一区二区av在线| 91精品国产综合久久香蕉麻豆| 理论电影国产精品| 欧美国产精品中文字幕| 欧美综合一区二区| 亚洲mv在线观看| 久久综合九色综合97婷婷女人| 福利电影一区二区| 亚洲伊人伊色伊影伊综合网| 91精品国产综合久久福利 | 中文字幕日本不卡| 91 com成人网| 国产麻豆91精品| 一级中文字幕一区二区| 欧美另类z0zxhd电影| 韩国av一区二区| 最近中文字幕一区二区三区| 欧美一级久久久久久久大片| 韩国精品免费视频| 亚洲精品视频一区| 欧美xxxxx牲另类人与| 成人天堂资源www在线| 亚洲成人高清在线| 久久精品人人做| 欧美人妖巨大在线| 99久久久久久99| 人人狠狠综合久久亚洲| 国产精品电影院| 日韩女优视频免费观看| 91免费精品国自产拍在线不卡| 秋霞电影一区二区| 亚洲欧美日韩成人高清在线一区| 日韩欧美国产一二三区| 成人黄色综合网站| 国模套图日韩精品一区二区| 亚洲精品视频一区| 中文字幕巨乱亚洲| 日韩一区国产二区欧美三区| 91久久精品日日躁夜夜躁欧美| 一级女性全黄久久生活片免费| 欧美国产亚洲另类动漫| 欧美成人乱码一区二区三区| 欧美制服丝袜第一页| 美女一区二区久久| 天天做天天摸天天爽国产一区 | 国产乱淫av一区二区三区| 午夜精品久久久久久久久久久| 国产精品不卡视频| 国产三级欧美三级日产三级99 | 欧美日韩国产乱码电影| 不卡免费追剧大全电视剧网站| 亚洲观看高清完整版在线观看 | 欧美日韩国产首页在线观看| 91蜜桃婷婷狠狠久久综合9色| 国产精品一区二区你懂的| 亚洲成人动漫一区| 一区二区三区四区在线播放| 日韩理论片在线| 国产精品福利影院| 精品成人免费观看| 日韩欧美一级二级| 日韩色在线观看| 日韩午夜精品电影| 欧美日韩在线免费视频| 欧美天天综合网| 欧美日韩一区二区三区四区| 在线观看日韩一区| 99re在线精品| 色婷婷综合在线| 在线亚洲一区二区| 欧美丰满少妇xxxbbb| 精品国一区二区三区| 久久久久久久久一| ㊣最新国产の精品bt伙计久久| 亚洲精品国产精华液| 日韩va欧美va亚洲va久久| 紧缚奴在线一区二区三区| 国产福利91精品一区二区三区| 成人黄色大片在线观看| 欧美日韩一区二区三区视频| 欧美刺激午夜性久久久久久久 | 国产精品久久久久久久久快鸭| 一区二区三区精品| 精品一区二区三区不卡| 成人精品一区二区三区四区| 欧美色综合网站| 久久久一区二区三区捆绑**| 亚洲欧美日韩在线| 激情深爱一区二区| 色先锋资源久久综合| 欧美不卡123| 一区二区久久久久| 国产一区在线不卡| 在线视频一区二区三区| 久久人人97超碰com| 一区二区成人在线观看| 国产永久精品大片wwwapp| 在线观看91精品国产入口| 久久久久九九视频| 日韩高清一级片| 色av成人天堂桃色av| 精品成人一区二区| 午夜精品久久久久久久久久久| 成人av在线影院| 精品少妇一区二区三区在线播放| 一区二区三区国产精华| 国产ts人妖一区二区| 欧美一级日韩免费不卡| 亚洲精品免费电影| 成人精品视频一区二区三区尤物| 日韩一区二区三区电影| 亚洲欧美二区三区| 成人免费毛片嘿嘿连载视频| 欧美成人精品福利| 亚洲国产sm捆绑调教视频| www.性欧美| 国产亚洲欧美色| 久久福利视频一区二区| 欧美日韩国产一级片| 亚洲综合免费观看高清完整版在线 | 欧美日韩一级视频| 亚洲欧美日韩中文字幕一区二区三区 | 欧美在线一二三| 亚洲精品久久久蜜桃| av不卡在线播放| 中文字幕免费观看一区| 国产精品一区二区三区网站| 日韩精品中文字幕一区| 天天影视网天天综合色在线播放| 91蝌蚪porny九色| 中文字幕一区在线观看| 成人av一区二区三区| 亚洲国产经典视频| 国产精品18久久久久久久久久久久| 91精品国产91久久久久久一区二区| 一区二区三区在线免费视频| 99久久国产综合精品色伊| 国产精品美女www爽爽爽| 高清国产一区二区| 国产精品美女久久久久aⅴ| 大胆欧美人体老妇| 国产精品网站在线观看| 成人黄色片在线观看| 国产精品久久久久久久久久久免费看| 国产iv一区二区三区| 国产精品情趣视频| 99久久伊人网影院| 亚洲欧洲性图库| 色香色香欲天天天影视综合网| 一区二区三区欧美久久| 欧美性大战久久久| 亚洲一二三四久久| 欧美顶级少妇做爰| 久久电影网站中文字幕| 久久久蜜臀国产一区二区| 精品一区二区三区的国产在线播放| www国产亚洲精品久久麻豆| 国产精品亚洲一区二区三区妖精 | 国产精品99久久久久久久vr| 国产精品人妖ts系列视频| 99麻豆久久久国产精品免费优播| 亚洲精品成a人| 91麻豆精品91久久久久久清纯| 蜜桃av一区二区| 欧美国产日韩亚洲一区| 欧美在线免费视屏| 久久99久久99| 自拍偷拍亚洲激情| 91精品视频网| 国产成a人亚洲精品| 一区二区三区四区蜜桃| 这里只有精品电影| 岛国av在线一区|