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

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

?? msado15.tli

?? java 大作業 《處方跟蹤系統》源代碼 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一区二区三区免费野_久草精品视频
欧美午夜电影在线播放| 国产一区在线不卡| 91福利视频在线| 亚洲综合视频在线| 欧美三级资源在线| 日韩高清国产一区在线| 日韩视频在线观看一区二区| 国内久久婷婷综合| 久久久国产精华| 99在线精品免费| 亚洲国产你懂的| 日韩精品一区二区三区中文精品| 国模套图日韩精品一区二区| 亚洲国产高清在线| 欧美亚洲一区二区在线| 久久99国内精品| 国产精品久久久久久久久免费桃花 | 欧美在线高清视频| 亚洲va韩国va欧美va精品 | 欧洲一区在线电影| 久热成人在线视频| 国产精品久久久久久久久快鸭| 色婷婷亚洲综合| 九色porny丨国产精品| 国产精品不卡一区二区三区| 4438亚洲最大| 成人午夜激情片| 日日摸夜夜添夜夜添国产精品| 精品国产99国产精品| 色噜噜久久综合| 激情欧美一区二区三区在线观看| 国产精品全国免费观看高清| 欧美日韩一本到| 成人免费观看视频| 日本不卡不码高清免费观看| 国产精品久久久久久久久晋中| 欧美日韩三级一区二区| 国产宾馆实践打屁股91| 亚洲风情在线资源站| 亚洲国产成人自拍| 欧美一区二区高清| 色视频成人在线观看免| 黄色成人免费在线| 婷婷国产v国产偷v亚洲高清| 欧美国产亚洲另类动漫| 欧美一区二区二区| 欧洲亚洲国产日韩| www.亚洲人| 国产在线播放一区| 欧美96一区二区免费视频| 亚洲女人****多毛耸耸8| 久久综合精品国产一区二区三区 | 国产欧美精品一区二区三区四区| 欧美久久久久久久久中文字幕| eeuss鲁片一区二区三区| 久久精品999| 日韩精品免费专区| 亚洲曰韩产成在线| 亚洲天堂av一区| 久久精品人人做人人爽97| 91精品综合久久久久久| 在线视频国内一区二区| 97久久精品人人爽人人爽蜜臀| 国内不卡的二区三区中文字幕| 免费美女久久99| 午夜久久久久久久久| 亚洲成人av资源| 亚洲网友自拍偷拍| 亚洲第一精品在线| 亚洲一区在线观看免费| 一区二区三区日本| 亚洲综合免费观看高清在线观看| 国产精品乱码一区二三区小蝌蚪| 日本一区二区三区高清不卡| 国产日本欧洲亚洲| 国产精品免费久久| 亚洲欧美视频在线观看| 成人欧美一区二区三区| 中文字幕亚洲视频| 亚洲欧洲综合另类| 一区二区三区四区中文字幕| 亚洲精品免费电影| 亚洲一区二区三区四区五区中文 | 欧美久久久久久久久久| 欧美精三区欧美精三区| 911精品产国品一二三产区| 欧美日本一区二区三区四区| 欧美日韩国产一区| 欧美区在线观看| 日韩精品一区二区三区视频 | 精品国产乱码久久久久久影片| 日韩精品影音先锋| 国产欧美日韩三区| 亚洲美女屁股眼交| 午夜a成v人精品| 久久99热这里只有精品| 国产一区二区三区观看| 成人免费视频视频在线观看免费| 91麻豆国产精品久久| 欧美日韩一卡二卡三卡| 精品捆绑美女sm三区| 欧美国产激情二区三区| 亚洲精品乱码久久久久久久久| 亚洲成a人片在线观看中文| 久久99蜜桃精品| 91网站黄www| 欧美精品久久99| 国产欧美日韩另类一区| 一区二区三区在线视频播放| 日本少妇一区二区| 成人一区在线看| 欧美性感一区二区三区| 精品国产伦一区二区三区免费| 国产精品妹子av| 日韩电影在线免费观看| 成人综合在线网站| 欧美美女激情18p| 国产精品人人做人人爽人人添| 性欧美大战久久久久久久久| 国产精品一区在线| 欧美午夜寂寞影院| 欧美极品少妇xxxxⅹ高跟鞋 | 久久国产精品99久久久久久老狼| www.综合网.com| 日韩午夜av电影| 亚洲精品久久久蜜桃| 久久99精品国产91久久来源| 91久久一区二区| 精品成人一区二区三区| 亚洲一区二区三区四区在线免费观看 | 精品国产一区a| 一级特黄大欧美久久久| 国产精品一区二区男女羞羞无遮挡| 一本一道波多野结衣一区二区| 2023国产精品| 亚洲成人av资源| 色婷婷综合视频在线观看| 26uuu色噜噜精品一区二区| 亚洲成人激情自拍| 91在线视频播放地址| 久久久亚洲欧洲日产国码αv| 亚洲成a人片在线观看中文| caoporen国产精品视频| 欧美sm美女调教| 日韩不卡一二三区| 欧美羞羞免费网站| 国产精品免费网站在线观看| 国产一区不卡在线| 日韩欧美的一区| 日韩电影免费在线看| 欧美日韩色综合| 亚洲一区二区三区四区在线 | 91麻豆精品国产91久久久更新时间| 中文字幕一区二区三区不卡| 国产精一区二区三区| 日韩精品中文字幕在线一区| 免费人成黄页网站在线一区二区 | 欧美一二三四在线| 天堂成人国产精品一区| 欧美自拍偷拍一区| 一区二区三区国产精华| 色综合色狠狠综合色| 中文字幕一区二区在线播放| 国产91精品在线观看| 国产亚洲一区二区三区四区| 黑人精品欧美一区二区蜜桃| 51精品秘密在线观看| 亚洲h精品动漫在线观看| 欧美午夜影院一区| 五月综合激情网| 91精品在线免费| 久久精品国产精品亚洲红杏| 精品少妇一区二区三区日产乱码 | 国产**成人网毛片九色| 国产日产欧美一区| 波多野结衣在线一区| 国产精品美女久久久久久久| 成人av电影在线观看| 亚洲欧美日韩一区| 91精品1区2区| 日韩精品成人一区二区三区| 日韩免费一区二区| 国产九九视频一区二区三区| 国产精品无人区| 91麻豆swag| 天天综合色天天综合色h| 在线不卡免费av| 极品少妇一区二区| 中文字幕精品—区二区四季| 99麻豆久久久国产精品免费 | 午夜精品一区二区三区电影天堂 | 国产高清在线精品| 中文字幕亚洲一区二区av在线| 在线视频一区二区三区| 日韩高清不卡一区二区| 久久久三级国产网站| 99在线视频精品| 热久久一区二区| 国产精品视频看| 精品视频色一区|