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

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

?? msado15.tli

?? 文檔生成工具 XML例子
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (b23194df).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library c:\program files\common files\system\ado\msado15.dll
// compiler-generated file created 03/31/03 at 12:36:39 - 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, long 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片黄在线观看| 日本免费新一区视频| 成人的网站免费观看| 国产精品伦理在线| 972aa.com艺术欧美| 亚洲人成电影网站色mp4| 日本高清视频一区二区| 偷拍日韩校园综合在线| 欧美日本高清视频在线观看| 午夜精品福利一区二区蜜股av| 欧美日韩精品久久久| 国产精品自在在线| 亚洲日本电影在线| 欧美日韩不卡视频| 国内精品不卡在线| 亚洲色图第一区| 欧美在线看片a免费观看| 日韩不卡一区二区三区 | 欧美韩国日本一区| 91在线观看美女| 图片区小说区区亚洲影院| 日韩精品一区二区三区三区免费| 国产风韵犹存在线视精品| 亚洲精品欧美综合四区| 日韩片之四级片| 懂色av一区二区在线播放| 亚洲一区二区视频| 国产午夜精品一区二区三区四区| 91麻豆免费看片| 久久97超碰色| 一区二区三区四区在线| 精品成人佐山爱一区二区| 91美女片黄在线观看| 麻豆精品视频在线观看| ...xxx性欧美| 精品国产一区a| 欧美在线观看一二区| 国产成人福利片| 午夜精品成人在线视频| 亚洲欧洲无码一区二区三区| 日韩欧美综合在线| 欧美日韩综合在线免费观看| 国产一区二区三区综合| 五月综合激情网| 亚洲欧美自拍偷拍色图| 日韩女优av电影| 欧美日韩精品综合在线| 成人a免费在线看| 国产主播一区二区三区| 亚洲成人一区二区| 亚洲人成精品久久久久久| 久久久久久9999| 日韩欧美aaaaaa| 欧美精品在欧美一区二区少妇| 成人免费高清在线观看| 国产在线精品一区二区三区不卡| 亚洲国产欧美在线| 亚洲黄网站在线观看| 国产女人18毛片水真多成人如厕| 欧美一级欧美三级在线观看 | 91色.com| 成人动漫av在线| 高潮精品一区videoshd| 国产精品一区二区在线播放| 久久精品久久久精品美女| 午夜精品在线看| 丝袜美腿亚洲综合| 亚洲精品免费在线观看| 自拍偷拍国产精品| 国产精品成人在线观看| 国产精品动漫网站| 中国av一区二区三区| 国产精品毛片大码女人| 日韩成人精品在线观看| 亚洲一区二区3| 亚洲成人免费视| 午夜视黄欧洲亚洲| 日韩在线一区二区| 青青草国产精品97视觉盛宴| 日韩黄色片在线观看| 日本91福利区| 久久电影网站中文字幕| 激情久久五月天| 国产成人在线视频播放| 成人app下载| 日本韩国欧美一区| 日本久久电影网| 欧美美女视频在线观看| 337p亚洲精品色噜噜狠狠| 日韩一区二区三区免费看| 日韩欧美中文字幕一区| 久久久久国产精品麻豆| 中文字幕精品一区二区精品绿巨人| 国产欧美日韩综合| 亚洲欧洲中文日韩久久av乱码| 亚洲激情六月丁香| 日本成人在线电影网| 狠狠色综合播放一区二区| 国产成人免费在线视频| 91美女片黄在线观看| 欧美自拍偷拍一区| 欧美一区二区大片| 欧美国产日产图区| 亚洲一区二区不卡免费| 久久97超碰国产精品超碰| 成人国产一区二区三区精品| 日本福利一区二区| 日韩午夜精品电影| 亚洲国产成人自拍| 亚洲电影欧美电影有声小说| 精品一区二区三区在线观看| 成人午夜私人影院| 欧美色图12p| 久久综合久久综合久久综合| 亚洲婷婷综合久久一本伊一区| 午夜久久久久久久久久一区二区| 欧美综合久久久| 欧美成人乱码一区二区三区| 国产精品久久久久久久久晋中| 亚洲第一二三四区| 东方欧美亚洲色图在线| 欧美日韩午夜在线| 日本一区二区三区视频视频| 亚洲成a人v欧美综合天堂| 国产成人超碰人人澡人人澡| 欧美日韩成人综合在线一区二区| 国产亚洲人成网站| 日韩在线观看一区二区| 99精品国产热久久91蜜凸| 日韩一级成人av| 一二三四社区欧美黄| 国产精品一品视频| 欧美精品 国产精品| 中文字幕一区二区5566日韩| 久草在线在线精品观看| 欧美唯美清纯偷拍| 欧美国产激情一区二区三区蜜月| 天堂一区二区在线| 色综合久久88色综合天天6| 欧美精品一区二区久久久| 五月天国产精品| 91激情五月电影| 国产精品久久久久久久久果冻传媒| 麻豆精品在线看| 欧美日韩国产影片| 一区二区视频免费在线观看| 成人网在线免费视频| 日韩欧美国产午夜精品| 五月天欧美精品| 在线中文字幕不卡| 亚洲精品国产视频| 99精品黄色片免费大全| 国产精品国产自产拍高清av| 国产美女在线观看一区| 精品欧美一区二区久久| 婷婷久久综合九色综合伊人色| 色综合久久99| 亚洲日本在线视频观看| av成人老司机| 亚洲图片激情小说| www.成人在线| 国产精品久久久久四虎| 成人的网站免费观看| 国产精品麻豆久久久| 成+人+亚洲+综合天堂| 中国色在线观看另类| 成人av手机在线观看| 亚洲人成在线播放网站岛国| 97久久人人超碰| 亚洲人成亚洲人成在线观看图片 | 久热成人在线视频| 久久综合九色综合97婷婷女人| 久久99精品久久久久| 精品国产青草久久久久福利| 精品一区二区三区在线观看国产| 久久综合一区二区| 国产成人精品亚洲777人妖| 中文子幕无线码一区tr| 99久久综合99久久综合网站| 综合激情网...| 欧美三级视频在线| 日韩在线一二三区| 精品粉嫩超白一线天av| 国产福利一区二区| 18成人在线观看| 欧美少妇bbb| 麻豆精品新av中文字幕| 欧美国产精品劲爆| 欧洲中文字幕精品| 日本不卡一区二区三区高清视频| 精品国产乱码久久久久久久久| 国产一区二区不卡在线| ...av二区三区久久精品| 欧美人与z0zoxxxx视频| 国产精品一区二区免费不卡| 一区精品在线播放| 欧美一区在线视频| 欧美日韩精品免费| 国产一区欧美日韩| 一区二区三区精品视频|