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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? msado15.tli

?? an Atl_com use to read or write an mdb file which use ado.Japanese software develop
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (8a05ab88).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library C:\Program Files\Common Files\System\ADO\msado15.dll
// compiler-generated file created 05/11/07 at 08:43:52 - 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;
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
狠狠色丁香九九婷婷综合五月| 成人91在线观看| 久久久久久久久蜜桃| 不卡高清视频专区| 亚洲线精品一区二区三区| 欧美精品自拍偷拍| 成人sese在线| 国产福利一区二区三区视频在线 | 久久尤物电影视频在线观看| 成人伦理片在线| 日本亚洲视频在线| 一区二区三区四区不卡在线| 337p粉嫩大胆噜噜噜噜噜91av| 91极品美女在线| 成人v精品蜜桃久久一区| 久久99精品国产91久久来源| 亚洲第一激情av| 亚洲永久免费av| 国产精品久久久久aaaa樱花 | 3atv一区二区三区| 欧美伊人久久久久久久久影院| 国产成人综合视频| 麻豆国产91在线播放| 秋霞午夜鲁丝一区二区老狼| 一区二区成人在线视频| 亚洲私人影院在线观看| xf在线a精品一区二区视频网站| 欧美系列亚洲系列| 欧美日韩二区三区| 欧美日韩精品久久久| 欧美日韩一级视频| 91.com视频| 精品久久久久久久久久久院品网| 日韩欧美另类在线| 精品久久久久99| 亚洲国产精品成人综合色在线婷婷 | 欧美日韩色一区| 欧美一区二区三区免费视频| 欧美一级xxx| 久久男人中文字幕资源站| 欧美国产激情二区三区| 18涩涩午夜精品.www| 亚洲精品亚洲人成人网| 日韩精品91亚洲二区在线观看| 琪琪一区二区三区| 国产aⅴ综合色| 91看片淫黄大片一级在线观看| 色噜噜狠狠色综合中国| 欧美一级理论性理论a| 国产亚洲精品资源在线26u| 日韩伦理av电影| 男男gaygay亚洲| 91亚洲国产成人精品一区二区三| 欧美精品xxxxbbbb| 综合av第一页| 久久99精品久久久久久国产越南| 国产a级毛片一区| 欧美理论片在线| 国产精品高潮久久久久无| 亚洲成人www| 一本到高清视频免费精品| 久久久亚洲国产美女国产盗摄| 亚洲一区二区在线免费观看视频| 国产精品一区二区久激情瑜伽| 欧美综合亚洲图片综合区| 国产精品乱人伦| 国产成人综合视频| 国产亚洲欧美色| 狠狠v欧美v日韩v亚洲ⅴ| 91麻豆精品国产| 五月婷婷久久丁香| 欧美日韩精品欧美日韩精品一| 亚洲人成网站色在线观看| 成人美女视频在线观看| 久久久综合网站| 国产精品资源网站| 国产毛片精品国产一区二区三区| 久久精品国产77777蜜臀| 8x福利精品第一导航| 亚洲成人午夜电影| 欧美日本在线看| 午夜激情一区二区| 日韩一卡二卡三卡四卡| 免费精品99久久国产综合精品| 日韩一区二区三区在线观看| 蜜乳av一区二区| 精品乱人伦小说| 国产91综合网| 亚洲卡通欧美制服中文| 欧美午夜电影在线播放| 日韩极品在线观看| 精品国产伦一区二区三区观看体验| 日韩av二区在线播放| 欧美成人艳星乳罩| 成人午夜又粗又硬又大| 亚洲女人****多毛耸耸8| 欧美日韩一区中文字幕| 韩国欧美一区二区| 一区二区三区欧美在线观看| 欧美顶级少妇做爰| 欧美一级日韩免费不卡| 成人av资源在线| 蜜臀久久99精品久久久久宅男| 国产欧美精品日韩区二区麻豆天美| 在线精品观看国产| 国产一区二区三区黄视频 | 国产日韩精品一区二区三区在线| 国产成人综合网站| 亚洲综合色丁香婷婷六月图片| 精品国产乱码久久久久久夜甘婷婷| 成人永久免费视频| 日本亚洲最大的色成网站www| 国产三级精品三级在线专区| 欧美在线看片a免费观看| 精品一区二区三区在线观看国产 | 国精品**一区二区三区在线蜜桃 | 欧美v国产在线一区二区三区| 日本久久电影网| 成人激情动漫在线观看| 精品一区二区三区日韩| 日韩国产一区二| 亚洲男女一区二区三区| 欧美韩国一区二区| 精品少妇一区二区三区日产乱码 | 国产传媒一区在线| 激情综合色播五月| 视频一区国产视频| 亚洲国产精品一区二区久久| 日韩理论片中文av| 亚洲大型综合色站| 国产精品一区二区你懂的| 色综合天天综合在线视频| 欧美一二三区精品| 自拍偷拍国产亚洲| 精品一区二区久久久| 99国产精品久久久| 日韩精品中文字幕在线一区| 国产精品毛片大码女人| 亚洲激情av在线| 蜜臀久久99精品久久久久宅男| 久久精品国产免费| 在线观看网站黄不卡| 精品人在线二区三区| 一区二区三区波多野结衣在线观看| 首页综合国产亚洲丝袜| 国产成人久久精品77777最新版本| 天堂成人国产精品一区| 黄页视频在线91| 99re热这里只有精品视频| 欧美日韩在线免费视频| 欧美成人性福生活免费看| 国产日产欧产精品推荐色 | 国产综合久久久久久鬼色| 成人污视频在线观看| 在线观看免费成人| 国产亚洲成av人在线观看导航| 1024亚洲合集| 国产精品一区二区无线| 91浏览器打开| 精品久久一区二区三区| 国产精品传媒视频| 另类专区欧美蜜桃臀第一页| 国产成人av电影在线观看| 欧美日韩国产另类不卡| 国产欧美日韩精品一区| 婷婷久久综合九色国产成人| 91麻豆视频网站| 久久日韩粉嫩一区二区三区| 五月天久久比比资源色| 99国内精品久久| 久久精品人人做人人综合| 视频一区国产视频| 欧美一区午夜精品| 日日夜夜一区二区| 欧美性一区二区| 亚洲另类在线视频| 成人高清免费观看| 中文字幕精品一区| 毛片不卡一区二区| 日韩视频免费直播| 久久99精品久久久久婷婷| 欧美区在线观看| 蜜臀av国产精品久久久久| 欧美影院精品一区| 亚洲成人免费av| 欧美精品在线一区二区| 日本午夜一本久久久综合| 欧美精品视频www在线观看| 日韩avvvv在线播放| 在线观看91av| 免费成人av在线| 国产三级精品视频| 粉嫩在线一区二区三区视频| 国产欧美精品一区二区三区四区| 国产乱码精品一区二区三区忘忧草| 日韩欧美一级二级三级久久久| 免费在线观看一区二区三区| 日韩一级高清毛片| 不卡一区中文字幕| 一区二区三区国产|