亚洲欧美第一页_禁久久精品乱码_粉嫩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高清视频免费看| 色嗨嗨av一区二区三区| 精品成人一区二区| 亚洲h精品动漫在线观看| 粉嫩13p一区二区三区| 在线成人免费视频| 亚洲一区二区三区四区的| 国产精品1024久久| 久久这里都是精品| 日韩av电影天堂| 欧美午夜电影在线播放| 国产精品国模大尺度视频| 九九热在线视频观看这里只有精品| 91麻豆福利精品推荐| 国产视频在线观看一区二区三区| 另类中文字幕网| 4438亚洲最大| 亚洲高清免费视频| 日本乱人伦aⅴ精品| 国产精品久久久久久久久动漫| 久久疯狂做爰流白浆xx| 日韩一级高清毛片| 性欧美大战久久久久久久久| 色av成人天堂桃色av| 亚洲色欲色欲www| 99视频一区二区| 成人免费在线播放视频| 成人精品小蝌蚪| 国产精品无人区| 成年人国产精品| 中文字幕乱码日本亚洲一区二区| 国产一区二区0| 久久久久久久久97黄色工厂| 国产精品91xxx| 国产三级欧美三级日产三级99| 国产资源在线一区| 国产色综合一区| 成人激情免费网站| 亚洲日本va午夜在线电影| 色婷婷综合久久久| 香蕉成人伊视频在线观看| 91精品国产日韩91久久久久久| 日韩一区精品视频| 精品国产一区二区三区不卡| 久久丁香综合五月国产三级网站| 精品国内片67194| 成人午夜电影网站| 亚洲精品国产a| 91麻豆精品国产自产在线观看一区 | 日韩激情av在线| 337p亚洲精品色噜噜| 麻豆免费精品视频| 国产欧美精品一区二区色综合 | 丝袜美腿亚洲色图| 欧美不卡一区二区三区| 国产.欧美.日韩| 亚洲自拍偷拍网站| 欧美精品一区男女天堂| 91伊人久久大香线蕉| 成人性色生活片| 一区二区三区中文字幕电影 | 中文乱码免费一区二区| 在线精品视频小说1| 天使萌一区二区三区免费观看| 日韩网站在线看片你懂的| 高清不卡一二三区| 亚洲一区二区三区四区五区黄 | 91精品国产aⅴ一区二区| 国产乱码精品一区二区三区av | 日韩精品综合一本久道在线视频| 国产精品1024| 亚洲成人免费电影| 国产日韩v精品一区二区| 欧美中文字幕一区| 国产九色精品成人porny | 1024亚洲合集| 精品少妇一区二区三区视频免付费 | 久久―日本道色综合久久| 欧美大片一区二区| 在线观看欧美日本| 国产成人自拍网| 秋霞国产午夜精品免费视频| 中文字幕日韩精品一区| 日韩一级精品视频在线观看| 91国产免费观看| 成人三级伦理片| 久久99国产乱子伦精品免费| 亚洲六月丁香色婷婷综合久久| 精品美女一区二区三区| 欧美亚洲综合色| 色综合咪咪久久| 成人精品视频一区二区三区 | 麻豆精品新av中文字幕| 一区二区三区日韩精品| 日本一区二区高清| 26uuu久久综合| 日韩一区二区视频| 9191成人精品久久| 欧美日韩高清一区二区不卡| 波多野结衣中文字幕一区二区三区| 美女国产一区二区三区| 日韩国产成人精品| 亚洲成人激情社区| 亚洲成人综合网站| 亚洲小说欧美激情另类| 一区二区三区在线观看动漫| 亚洲日本丝袜连裤袜办公室| 麻豆精品视频在线观看免费| 午夜精品久久久久久久| 亚洲第一福利视频在线| 亚洲国产毛片aaaaa无费看 | 国产精品系列在线| 国产日韩欧美精品在线| 国产人久久人人人人爽| 久久综合色之久久综合| 26uuu精品一区二区| 久久久五月婷婷| 久久精品视频在线看| 国产日产欧产精品推荐色| 日本一区二区三级电影在线观看| 久久久久久久久久电影| 欧美国产精品一区二区三区| 国产精品三级电影| 1024精品合集| 一区二区三区欧美| 亚洲成人av在线电影| 日韩电影免费一区| 国产一区 二区 三区一级| 成人免费视频caoporn| 91农村精品一区二区在线| 在线观看成人小视频| 欧美日韩和欧美的一区二区| 欧美一区二区人人喊爽| 久久这里只有精品6| 国产精品国产精品国产专区不蜜 | 亚洲综合清纯丝袜自拍| 婷婷成人激情在线网| 韩国三级电影一区二区| 国产传媒一区在线| 在线免费观看视频一区| 日韩欧美在线综合网| 亚洲国产精品精华液2区45| 亚洲乱码国产乱码精品精的特点 | 国产成人在线观看| 色八戒一区二区三区| 精品少妇一区二区三区在线视频| 欧美高清在线精品一区| 亚洲午夜精品久久久久久久久| 精品在线一区二区三区| 成人黄色av网站在线| 欧美区一区二区三区| 国产精品视频在线看| 日韩激情在线观看| eeuss鲁片一区二区三区 | 欧美精品三级在线观看| 久久久久国产精品厨房| 性做久久久久久久免费看| 岛国av在线一区| 制服.丝袜.亚洲.中文.综合| 日本一区二区三区视频视频| 天天av天天翘天天综合网色鬼国产| 韩国成人精品a∨在线观看| 欧美网站一区二区| 中文成人综合网| 久久成人免费电影| 欧美乱妇一区二区三区不卡视频| 国产午夜精品在线观看| 日日摸夜夜添夜夜添亚洲女人| 成人av在线资源网| 26uuu色噜噜精品一区二区| 亚洲大片免费看| 色综合久久久久| 欧美国产1区2区| 国产乱妇无码大片在线观看| 制服丝袜成人动漫| 亚洲国产色一区| 色婷婷激情久久| 国产精品乱人伦中文| 国产乱子伦视频一区二区三区| 777精品伊人久久久久大香线蕉| 亚洲精品国产成人久久av盗摄| 成人av电影免费观看| 国产视频在线观看一区二区三区| 九色|91porny| 精品久久五月天| 九一九一国产精品| 精品久久人人做人人爽| 另类专区欧美蜜桃臀第一页| 日韩欧美中文字幕精品| 日本欧美久久久久免费播放网| 欧美伊人久久大香线蕉综合69| 亚洲视频在线观看三级| 99久久久免费精品国产一区二区| 久久久精品日韩欧美| 国产成人午夜片在线观看高清观看 | 最新国产精品久久精品| 成人免费毛片aaaaa**| 国产精品无遮挡| 一本一道久久a久久精品|