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

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

?? msado15.tli

?? 數(shù)據(jù)庫操作-ADO篇
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (583e8e3b).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library C:\Program Files\Common Files\System\ADO\msado15.dll
// compiler-generated file created 03/28/03 at 20:34:57 - 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;
}

inline HRESULT Connection15::RollbackTrans ( ) {

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩av一级片| 国产高清精品在线| 久久久久99精品国产片| 欧洲av在线精品| 国产精品中文有码| 亚洲成av人片| 亚洲欧洲一区二区三区| 精品福利一区二区三区| 在线精品视频一区二区| 国产成都精品91一区二区三| 日产国产高清一区二区三区| 亚洲精品国久久99热| 欧美精品一区二区久久婷婷| 欧美日韩不卡视频| 91麻豆精品秘密| 成人久久视频在线观看| 国产一区二区三区免费观看| 婷婷久久综合九色综合绿巨人| 亚洲丝袜制服诱惑| 日本一区二区三区电影| 精品美女在线观看| 91精品国产综合久久精品性色| 一本色道亚洲精品aⅴ| 成人高清免费在线播放| 国产精品18久久久久久vr| 美女网站色91| 日本在线不卡一区| 日本三级亚洲精品| 五月天久久比比资源色| 亚洲国产va精品久久久不卡综合| 中文字幕日韩精品一区| 国产精品麻豆视频| 国产综合色产在线精品| 日韩不卡在线观看日韩不卡视频| 亚洲综合色自拍一区| 亚洲美腿欧美偷拍| 亚洲欧美国产三级| 一区二区三区四区精品在线视频| 中文字幕一区二区三中文字幕| 国产女主播在线一区二区| 久久亚区不卡日本| 久久伊人中文字幕| 国产亚洲一区二区在线观看| 久久久www成人免费无遮挡大片| 精品国产一二三区| 久久久五月婷婷| 国产亚洲欧美日韩在线一区| 久久精品人人做| 国产精品无人区| 中文字幕一区二区三区视频| 欧美国产97人人爽人人喊| 国产精品五月天| 亚洲男女毛片无遮挡| 亚洲午夜av在线| 免费看欧美美女黄的网站| 精品一区二区免费看| 国产成人自拍网| 99久久精品国产导航| 欧美性一二三区| 91精品国产综合久久蜜臀| 久久亚洲精精品中文字幕早川悠里 | 午夜精品久久久久久久久| 五月婷婷激情综合网| 精品一区二区在线观看| 国产精品影视在线| 91在线码无精品| 欧美日韩成人在线一区| 久久久久久免费网| 中文字幕亚洲电影| 日韩影院免费视频| 国产成人久久精品77777最新版本| 不卡视频在线看| 欧美精选在线播放| 久久九九久久九九| 一卡二卡欧美日韩| 韩国女主播成人在线观看| 99re这里只有精品视频首页| 欧美男生操女生| 中文子幕无线码一区tr| 亚洲午夜国产一区99re久久| 韩日精品视频一区| 色综合中文字幕国产 | 欧美影视一区在线| 精品av综合导航| 亚洲乱码中文字幕| 美女一区二区视频| 色综合一区二区三区| 日韩欧美你懂的| 亚洲天堂免费看| 久久99精品国产.久久久久久| 99久久亚洲一区二区三区青草| 欧美日韩一区在线| 国产精品女同一区二区三区| 午夜欧美视频在线观看| 成人美女视频在线观看| 日韩欧美中文字幕精品| 亚洲精品成a人| 国产高清亚洲一区| 制服丝袜成人动漫| 亚洲另类在线制服丝袜| 大美女一区二区三区| 日韩视频免费直播| 亚洲午夜日本在线观看| 成人涩涩免费视频| 亚洲精品一线二线三线| 亚洲大片免费看| 91亚洲国产成人精品一区二三| 欧美mv日韩mv| 亚洲va天堂va国产va久| 97精品久久久久中文字幕| 久久伊99综合婷婷久久伊| 天堂精品中文字幕在线| 欧洲精品在线观看| 亚洲欧美日韩一区二区| 国产成人av电影免费在线观看| 日韩欧美二区三区| 日韩精品高清不卡| 欧美无砖砖区免费| 尤物视频一区二区| 99久久国产综合精品麻豆| 国产欧美日韩三区| 国产精品自拍在线| 久久久久久久综合色一本| 麻豆成人综合网| 日韩欧美国产一区二区在线播放 | 美女网站色91| 欧美一区二区三区日韩| 婷婷一区二区三区| 欧美日韩免费电影| 午夜视频久久久久久| 欧美日韩另类一区| 亚洲午夜私人影院| 欧美日韩亚洲综合一区| 亚洲成人中文在线| 欧美三级韩国三级日本三斤| 夜色激情一区二区| 欧美色综合影院| 视频一区中文字幕国产| 在线不卡免费av| 美国毛片一区二区| www国产成人免费观看视频 深夜成人网| 麻豆极品一区二区三区| 日本不卡免费在线视频| 欧美高清精品3d| 男女男精品视频| ww亚洲ww在线观看国产| 国产福利精品一区| 中文字幕一区二区日韩精品绯色| 成+人+亚洲+综合天堂| 亚洲色图制服诱惑| 欧美日韩国产天堂| 美女视频黄久久| 日本一区二区三区四区在线视频 | 91精品国产色综合久久不卡电影 | 综合网在线视频| 91黄色小视频| 日韩精品亚洲专区| 欧美精品一区二| 成人高清免费观看| 亚洲永久免费av| 日韩欧美激情一区| 成人免费黄色在线| 一区二区国产视频| 日韩一区二区在线播放| 国产精品一区在线| 一区二区三区免费| 日韩午夜在线观看| 不卡区在线中文字幕| 五月婷婷久久综合| 久久精品人人做| 欧美图片一区二区三区| 极品少妇xxxx偷拍精品少妇| 国产精品国模大尺度视频| 欧美日韩国产精品自在自线| 国产综合久久久久久久久久久久| 国产精品国产三级国产aⅴ无密码| 欧美中文字幕不卡| 黄色小说综合网站| 一区二区在线观看不卡| 欧美草草影院在线视频| 99re视频这里只有精品| 男男成人高潮片免费网站| 国产精品电影院| 欧美一区二区三区精品| 99久久精品免费看国产| 全国精品久久少妇| 中文字幕一区二区三区蜜月| 欧美一级搡bbbb搡bbbb| 99re热视频这里只精品| 久久福利视频一区二区| 亚洲精品久久久久久国产精华液| 亚洲精品一区二区三区99| 色综合中文字幕| 国产电影一区在线| 秋霞电影网一区二区| 中文字幕一区在线观看| www国产精品av| 7777女厕盗摄久久久| 91麻豆国产精品久久| 国产精品99久久久久久有的能看|