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

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

?? msado15.tli

?? 連接oracle
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (7dbb34c1).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library c:\Program Files\Common Files\SYSTEM\ADO\msado15.dll
// compiler-generated file created 03/20/07 at 14:59:34 - 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精品久久久网| 亚洲午夜一区二区| 国产精品美女久久久久高潮| 日韩一级大片在线| 91丨porny丨国产入口| 久久99这里只有精品| 亚洲影院在线观看| 中文字幕一区不卡| 国产亚洲欧美激情| 精品久久久久久久久久久久久久久 | 亚洲国产精品尤物yw在线观看| 精品国产乱码久久久久久蜜臀| 色悠悠亚洲一区二区| 成人毛片老司机大片| 国产日韩一级二级三级| 91精品国产福利在线观看| 色婷婷综合激情| av综合在线播放| 成人免费视频播放| 国产乱码精品一品二品| 久久亚洲综合av| 欧美一区二区日韩| 欧美日韩国产三级| 欧洲色大大久久| 色偷偷88欧美精品久久久| 成人福利视频网站| 风间由美一区二区av101| 久久99久久久久久久久久久| 午夜电影一区二区三区| 悠悠色在线精品| 亚洲女人****多毛耸耸8| 中文字幕成人在线观看| 91精品国产综合久久精品麻豆 | 国产98色在线|日韩| 亚洲丝袜精品丝袜在线| 日韩精品一区二区三区在线播放 | 亚洲欧美日韩国产手机在线| 国产福利精品一区| 一本大道久久a久久精二百| 韩国av一区二区三区四区| av中文一区二区三区| 久久综合九色欧美综合狠狠| 欧美在线不卡视频| 国产精品一区二区三区四区| 伦理电影国产精品| 欧美一二三四区在线| 欧美日韩精品一区视频| 成人丝袜高跟foot| 欧美亚洲禁片免费| 国产成a人无v码亚洲福利| 成人黄色国产精品网站大全在线免费观看| 一区二区三区免费在线观看| 久久综合狠狠综合久久综合88| 色系网站成人免费| 欧美一区二区三区免费大片| 国产欧美日韩综合精品一区二区| 91福利精品第一导航| 91精品国产综合久久香蕉的特点| 6080国产精品一区二区| 亚洲国产精品二十页| 欧美片在线播放| 337p亚洲精品色噜噜噜| 欧美一区二区免费| 国产精品网站导航| 亚洲一区二区偷拍精品| 欧美变态凌虐bdsm| 天天影视涩香欲综合网| 亚洲国产日韩a在线播放性色| 不卡一区在线观看| 成人精品免费看| 色94色欧美sute亚洲线路二| 欧美日韩午夜影院| 国产毛片精品视频| 日韩一区二区三区在线观看 | 欧美一区二区私人影院日本| 国产一区二区h| 日韩和欧美一区二区三区| 日韩高清欧美激情| 亚洲男同性恋视频| 中文字幕一区免费在线观看| 91精品国产一区二区| 国产老女人精品毛片久久| 在线亚洲欧美专区二区| 粉嫩绯色av一区二区在线观看 | 欧美片在线播放| 日韩精品在线一区| 亚洲人成网站影音先锋播放| 男女激情视频一区| 欧美图片一区二区三区| 日本一二三不卡| 玖玖九九国产精品| 日韩女同互慰一区二区| 男男成人高潮片免费网站| 56国语精品自产拍在线观看| 日韩不卡一区二区| 2020国产成人综合网| 99re视频精品| 亚洲美女免费视频| 欧美色男人天堂| 蓝色福利精品导航| 国产精品网曝门| 95精品视频在线| 亚洲精品免费视频| 日韩欧美久久久| 成人av影院在线| 亚洲bdsm女犯bdsm网站| 久久这里都是精品| 99久久婷婷国产综合精品电影 | 91啪九色porn原创视频在线观看| 在线精品视频小说1| 中文字幕一区二区三区精华液 | 欧美精品一区二区三区蜜桃视频| 日本伊人精品一区二区三区观看方式 | 高清成人免费视频| 国产精品欧美精品| 亚洲免费成人av| 成人黄页毛片网站| 中文字幕一区二区在线播放| 成人av在线资源网站| 一本一道综合狠狠老| 久久这里只精品最新地址| 蜜桃传媒麻豆第一区在线观看| 欧美日韩国产另类一区| 国产亚洲精品免费| 精品一区二区三区在线观看国产| youjizz久久| 久久一区二区三区四区| 国产精品123| 亚洲精品国久久99热| 精品婷婷伊人一区三区三| 欧美不卡一区二区| 91网站最新地址| 亚洲另类一区二区| 日韩西西人体444www| 亚洲一区二区三区四区五区中文| 欧美亚洲国产一区二区三区| 欧美va日韩va| 国产香蕉久久精品综合网| 色婷婷精品大视频在线蜜桃视频| 欧美日韩aaa| 日本韩国欧美在线| 久久精品av麻豆的观看方式| 中文久久乱码一区二区| 国产精品69毛片高清亚洲| 日韩va亚洲va欧美va久久| 亚洲成在人线免费| 欧美日韩激情一区| 欧美mv日韩mv| 国产日韩欧美在线一区| 国产欧美一区视频| 亚洲综合一二区| 中文字幕精品一区| 国产视频一区二区在线| 国产精品久久久久四虎| 亚洲色大成网站www久久九九| 亚洲国产成人私人影院tom | 国产乱人伦精品一区二区在线观看| 久久99精品国产| www.爱久久.com| 欧美成人a∨高清免费观看| 亚洲国产精品av| 亚洲综合视频在线观看| 久久黄色级2电影| 在线观看视频一区| 日韩视频123| 中文字幕日韩一区二区| 韩国一区二区三区| 91黄色小视频| 国产欧美日韩综合| 亚洲mv在线观看| 欧美日韩免费电影| 国产区在线观看成人精品| 亚洲aaa精品| 3d动漫精品啪啪1区2区免费 | 一区二区在线免费观看| 亚洲视频在线一区观看| 成人精品免费网站| 亚洲色欲色欲www在线观看| 93久久精品日日躁夜夜躁欧美| 亚洲女性喷水在线观看一区| 欧美在线视频不卡| 国产一区二区调教| 亚洲欧美日韩一区二区三区在线观看| 色哟哟一区二区三区| 国产91精品露脸国语对白| 视频一区二区欧美| 激情文学综合丁香| 欧美日韩视频在线观看一区二区三区 | 亚洲免费观看高清完整 | 国产欧美一区二区精品婷婷| 欧美日韩精品欧美日韩精品一综合| 51久久夜色精品国产麻豆| 国产精品久久久久久久久免费相片| 亚洲日本在线看|