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

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

?? msado15.tli

?? 監控SQL Server2000數據庫
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (37b36407).
//
// d:\work\washing\changeskinversion\databasemonitor\releaseversion\實現工作流\debug\msado15.tli
//
// Wrapper implementations for Win32 type library c:\program files\common files\system\ado\msado15.dll
// compiler-generated file created 04/17/08 at 14:54:33 - 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一区二区三区免费野_久草精品视频
国产伦精一区二区三区| 欧美日韩一区二区三区四区五区| 亚洲国产精品黑人久久久| 成人午夜大片免费观看| 亚洲第一主播视频| 久久久午夜电影| 精品国产制服丝袜高跟| 日韩欧美一级精品久久| 色噜噜偷拍精品综合在线| 青娱乐精品在线视频| 亚洲一区在线观看视频| 亚洲国产成人av网| 天天色天天操综合| 亚洲电影一区二区三区| 日韩精品一级中文字幕精品视频免费观看 | 青青草精品视频| 91免费版在线| 尤物在线观看一区| 色哟哟一区二区在线观看| 亚洲少妇30p| 99精品国产视频| 一本色道综合亚洲| 91麻豆精品国产91久久久资源速度| 欧美高清视频一二三区| 亚洲欧美日韩国产综合在线| 青青草91视频| 欧美日韩成人在线一区| 亚洲国产精品成人综合 | 成人动漫一区二区三区| 欧美一区三区二区| 日韩在线一二三区| 欧美日韩一区二区不卡| 一区二区三区欧美日| a级精品国产片在线观看| 精品福利一二区| 美女视频免费一区| 精品久久一二三区| 精品一区二区三区免费播放| 欧美丰满高潮xxxx喷水动漫| 夜夜嗨av一区二区三区| 日本乱人伦aⅴ精品| 亚洲同性同志一二三专区| 粉嫩绯色av一区二区在线观看| 日韩欧美一区在线观看| 久久国产欧美日韩精品| 日韩欧美一区二区三区在线| 久久精品国产亚洲a| 精品国产a毛片| 粉嫩13p一区二区三区| 国产精品免费久久| av中文字幕亚洲| 一区二区日韩电影| 日韩一区二区视频在线观看| 国内精品视频一区二区三区八戒| 国产三级一区二区| 91黄色免费观看| 紧缚捆绑精品一区二区| 亚洲欧美影音先锋| 欧美日韩国产系列| 成人ar影院免费观看视频| 亚洲精品免费在线| 精品国产精品网麻豆系列 | 国产精品女同互慰在线看| 色狠狠av一区二区三区| 国产麻豆日韩欧美久久| 亚洲国产欧美在线人成| 久久久www成人免费毛片麻豆 | 欧美激情一区三区| 欧美丰满美乳xxx高潮www| 不卡一区二区中文字幕| 日韩影院在线观看| 亚洲视频免费观看| 国产欧美在线观看一区| 欧美精品在线观看一区二区| 国产91精品入口| 激情欧美日韩一区二区| 日本欧美肥老太交大片| 亚洲国产欧美日韩另类综合| 亚洲精品视频在线观看免费| 国产视频视频一区| 国产蜜臀97一区二区三区| 2020国产精品久久精品美国| 欧美日韩国产综合久久| 欧美日韩视频不卡| 欧美日韩一区二区在线视频| 欧美中文字幕不卡| 成人短视频下载| 在线观看日韩毛片| 欧美在线免费播放| 制服.丝袜.亚洲.中文.综合| 欧美精品v国产精品v日韩精品| 欧美亚洲精品一区| 欧美一区二区三区色| 欧美电视剧在线观看完整版| 精品999在线播放| 久久精品一区二区三区av| 国产精品色婷婷久久58| 亚洲欧美精品午睡沙发| 亚洲h精品动漫在线观看| 精品影院一区二区久久久| 国产一区二区按摩在线观看| 99久久精品国产观看| 欧美男人的天堂一二区| 欧美成人aa大片| 一区二区三区精品在线| 韩国三级中文字幕hd久久精品| 国产精品一区二区不卡| 欧美性做爰猛烈叫床潮| 精品国产乱码久久久久久久久| 亚洲色图19p| 精品在线你懂的| 欧美性生交片4| 亚洲日本va在线观看| 捆绑变态av一区二区三区| 91久久国产综合久久| 国产欧美精品国产国产专区| 无码av中文一区二区三区桃花岛| 成人免费高清视频| 久久精品一区二区三区不卡牛牛 | 色av综合在线| 亚洲日本青草视频在线怡红院| 久久99国产精品久久99| 欧美日韩mp4| 亚洲va天堂va国产va久| 欧美综合天天夜夜久久| 一区二区三区四区亚洲| 97se亚洲国产综合自在线不卡 | 麻豆精品在线播放| 欧美一区二区啪啪| 丝袜美腿亚洲一区| 欧美一区二区私人影院日本| 香蕉久久一区二区不卡无毒影院 | 亚洲男同1069视频| 99久久久久免费精品国产| 亚洲女同一区二区| 欧美日精品一区视频| 亚洲成人tv网| 欧美一区二区在线免费播放| 九色|91porny| 国产精品久久久久一区二区三区| 北条麻妃国产九九精品视频| 国产三级一区二区| av一二三不卡影片| 日韩一区在线播放| 91国偷自产一区二区开放时间 | 国产精品嫩草影院av蜜臀| 国产精品性做久久久久久| 亚洲国产精品99久久久久久久久| 国产精品一级二级三级| 亚洲精品第1页| 91精品国产综合久久久久久| 视频一区在线播放| 精品久久久久久久久久久久包黑料| 免费观看30秒视频久久| 久久伊人蜜桃av一区二区| 高潮精品一区videoshd| √…a在线天堂一区| 92国产精品观看| 日韩国产欧美在线观看| 久久久久国产精品麻豆| 色婷婷久久久久swag精品| 日韩精品一二区| 国产精品久99| 国产视频视频一区| 国产精品2024| 亚洲国产日韩综合久久精品| 国产亚洲精品中文字幕| 色婷婷综合视频在线观看| 激情欧美日韩一区二区| 五月天国产精品| 亚洲免费在线播放| 国产视频一区二区在线| 日韩一区二区麻豆国产| 色88888久久久久久影院按摩| 国产在线精品不卡| 久久精品国产第一区二区三区| 国产日韩欧美综合在线| 日韩免费观看高清完整版 | 国产色一区二区| 欧美一区二区在线看| 欧美精品久久99久久在免费线 | 日韩高清欧美激情| 一区二区三区欧美| 一区二区三区加勒比av| 国产精品第13页| 中文字幕中文字幕一区二区| 久久久久久久久久看片| 久久久亚洲高清| 欧美国产乱子伦| 亚洲欧洲日本在线| 综合激情网...| 亚洲蜜桃精久久久久久久| 亚洲黄色小视频| 天天亚洲美女在线视频| 国产美女一区二区三区| 成人午夜在线免费| av激情成人网| 欧美欧美欧美欧美首页| 久久无码av三级| 亚洲人亚洲人成电影网站色|