亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
成人激情校园春色| 亚洲va天堂va国产va久| 欧美一区二区三区喷汁尤物| 99r精品视频| 波多野洁衣一区| 国产成人小视频| 风流少妇一区二区| 国产成a人亚洲| 国产成人在线视频免费播放| 国产在线日韩欧美| 国产一区二区免费在线| 国产成都精品91一区二区三| 高清不卡一区二区在线| 99热这里都是精品| 色天使色偷偷av一区二区| 91久久精品一区二区三区| 91久久香蕉国产日韩欧美9色| 色综合中文字幕国产 | 国产精品免费aⅴ片在线观看| 亚洲精品在线一区二区| 久久综合中文字幕| 国产日产亚洲精品系列| 国产精品久久久久桃色tv| 亚洲色图自拍偷拍美腿丝袜制服诱惑麻豆| 国产精品亲子伦对白| 亚洲人成亚洲人成在线观看图片| 亚洲精品成人天堂一二三| 亚洲最新视频在线播放| 青娱乐精品视频| 国产超碰在线一区| 欧美色精品在线视频| 日韩欧美国产小视频| 日本一区二区成人| 亚洲第一av色| 国内精品国产成人国产三级粉色 | 久久久精品tv| 国产欧美一区二区三区沐欲| 亚洲色图丝袜美腿| 日韩精品电影一区亚洲| 久久草av在线| av色综合久久天堂av综合| 欧美色网一区二区| 久久一区二区三区四区| 亚洲免费在线播放| 狠狠色狠狠色综合系列| 91性感美女视频| 欧美mv和日韩mv的网站| 1000精品久久久久久久久| 午夜电影网亚洲视频| 国产一区二区三区日韩| 91福利在线播放| 26uuu国产电影一区二区| 国产精品女同一区二区三区| 天天综合日日夜夜精品| 暴力调教一区二区三区| 日韩一区二区三区三四区视频在线观看| 国产农村妇女精品| 成人午夜伦理影院| 6080午夜不卡| 精品剧情v国产在线观看在线| 一区二区三区免费观看| 在线观看国产日韩| 日韩av电影免费观看高清完整版在线观看| 99视频在线精品| 亚洲午夜精品17c| 精品国偷自产国产一区| 久99久精品视频免费观看| 91精品国产综合久久久久| 亚洲日本欧美天堂| 中文字幕精品一区二区精品绿巨人 | jvid福利写真一区二区三区| www.欧美亚洲| 日韩欧美色电影| 亚洲一区二区三区三| 亚洲一级二级在线| 成a人片国产精品| 亚洲精品在线网站| 亚洲福利视频三区| 色八戒一区二区三区| 中文文精品字幕一区二区| 久久成人免费电影| 精品国产乱码久久久久久图片| 五月婷婷激情综合| 欧美精品三级日韩久久| 亚洲国产精品一区二区www在线 | 色婷婷综合久久久中文一区二区| 中文字幕一区二区三中文字幕| 国产高清不卡二三区| 精品国产sm最大网站免费看| 老司机午夜精品| 欧美成人aa大片| 国产一区二区美女| 国产午夜精品久久久久久免费视| 国产一区欧美日韩| 国产人成一区二区三区影院| 懂色av一区二区三区免费观看 | 成人av先锋影音| 国产欧美一区二区三区网站 | 亚洲国产精品人人做人人爽| 欧美日韩一区二区欧美激情| 五月婷婷激情综合| 2021国产精品久久精品| 国产成人aaa| 亚洲丝袜另类动漫二区| 91精彩视频在线观看| 舔着乳尖日韩一区| 2020国产成人综合网| 99免费精品在线观看| 亚洲综合色在线| 欧美一区二区私人影院日本| 国内不卡的二区三区中文字幕 | 亚洲欧美激情视频在线观看一区二区三区 | 欧美成人女星排名| 成人午夜短视频| 亚洲自拍偷拍av| 日韩免费观看高清完整版在线观看| 精品一二三四区| 综合久久久久久| 欧美日韩日本视频| 国产黄人亚洲片| 亚洲高清视频的网址| 精品99久久久久久| 欧美性色黄大片| 国产盗摄一区二区三区| 亚洲一区二区三区四区五区中文| 日韩一区二区三区av| 成人黄动漫网站免费app| 日韩精品一卡二卡三卡四卡无卡| 亚洲国产精品成人综合| 555www色欧美视频| 色综合一区二区| 国产美女在线观看一区| 亚洲成人av免费| 亚洲欧洲无码一区二区三区| 51久久夜色精品国产麻豆| 99视频在线精品| 国产成人av一区二区三区在线观看| 亚洲香肠在线观看| 国产精品高潮呻吟久久| 欧美mv日韩mv国产网站app| 欧美日韩在线一区二区| 91年精品国产| 成人激情开心网| 国产一区二区三区免费观看| 日本在线不卡一区| 亚洲成av人综合在线观看| 亚洲视频一区在线观看| 国产精品久久久久久久久久久免费看 | 亚洲一区电影777| 国产精品精品国产色婷婷| 亚洲精品在线电影| 精品三级在线看| 欧美一区二区黄色| 666欧美在线视频| 欧美久久久久久久久久| 欧美日韩五月天| 欧美在线你懂的| 欧美在线你懂得| 欧美日韩国产123区| 精品视频123区在线观看| 欧美日韩国产精品自在自线| 欧美在线观看视频一区二区| 欧洲一区在线电影| 欧美日韩在线直播| 91精品国产色综合久久久蜜香臀| 精品污污网站免费看| 在线播放91灌醉迷j高跟美女| 欧美午夜一区二区三区免费大片| 91片在线免费观看| 欧美亚洲综合在线| 51精品国自产在线| 26uuu国产在线精品一区二区| 久久久久亚洲蜜桃| 一区免费观看视频| 亚洲一区二区三区视频在线 | 日韩视频免费观看高清完整版在线观看 | 亚洲va天堂va国产va久| 日韩精品成人一区二区在线| 老司机精品视频线观看86| 精品一区二区av| 成人午夜免费电影| 欧美综合在线视频| 日韩欧美国产一二三区| 欧美激情一区二区| 亚洲精品视频在线看| 日韩中文字幕区一区有砖一区| 久久99国产精品久久99果冻传媒| 国产成人福利片| 欧美午夜精品久久久| 欧美一级黄色片| 中文在线资源观看网站视频免费不卡 | 精品剧情在线观看| 国产精品成人午夜| 日日欢夜夜爽一区| 国产黄色91视频| 欧美区在线观看| 国产亚洲一区字幕| 日日夜夜免费精品视频| 成人免费视频播放| 欧美一级理论片|