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

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

?? msado15.tli

?? 監控SQL Server2000數據庫
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (5ad1e104).
//
// d:\work\washing\changeskinversion\databasemonitor\releaseversion\實現工作流\release\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:50 - 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一区二区三区免费野_久草精品视频
狠狠色丁香久久婷婷综| 久久久久久久久蜜桃| 亚洲欧美日韩在线不卡| 91在线观看免费视频| 一区二区三区视频在线观看| 欧美日韩一区二区三区在线 | 欧美日韩在线播放三区四区| 午夜电影网亚洲视频| 日韩一级免费一区| 99国产精品视频免费观看| 欧美系列日韩一区| 日韩中文欧美在线| 26uuu亚洲综合色欧美| 粉嫩av一区二区三区粉嫩 | 欧美一级在线观看| 国模娜娜一区二区三区| 国产精品亲子伦对白| 欧洲一区在线观看| 狠狠色综合色综合网络| 亚洲欧美在线视频观看| 91精品在线麻豆| 国产91精品露脸国语对白| 亚洲蜜臀av乱码久久精品蜜桃| 欧美日韩在线综合| 国产福利视频一区二区三区| 亚洲成人av在线电影| 久久久久久久久久看片| 久久蜜桃av一区精品变态类天堂 | 欧美人妖巨大在线| 成人视屏免费看| 亚洲1区2区3区4区| 久久精品视频一区二区| 欧美在线看片a免费观看| 国内精品久久久久影院色| 亚洲视频免费在线| 久久美女艺术照精彩视频福利播放| 在线欧美日韩精品| 国产精品99久久久久| 亚洲成人av免费| 一区二区中文字幕在线| 久久综合狠狠综合| 欧美日韩不卡一区二区| av资源网一区| 国内精品不卡在线| 免费观看一级特黄欧美大片| 一区二区三区免费看视频| xnxx国产精品| 日韩午夜中文字幕| 国产成人免费高清| 国产拍欧美日韩视频二区| 欧美日韩国产高清一区| av激情综合网| 国产一区二区在线观看免费| 偷拍一区二区三区四区| 亚洲视频在线观看三级| 国产亚洲美州欧州综合国| 欧美精品1区2区3区| 在线欧美一区二区| 91猫先生在线| bt欧美亚洲午夜电影天堂| 国产电影一区二区三区| 国产精品自拍一区| 激情av综合网| 韩国毛片一区二区三区| 久久精品99国产精品| 日日摸夜夜添夜夜添精品视频| 一区二区三区免费看视频| 亚洲欧美福利一区二区| 亚洲欧美激情在线| 一区二区三区国产精品| 亚洲人成在线播放网站岛国| 亚洲同性gay激情无套| 韩国理伦片一区二区三区在线播放| 国产乱码精品一品二品| 丝袜国产日韩另类美女| 亚洲一区二区欧美激情| 亚洲大片一区二区三区| 午夜亚洲国产au精品一区二区| 亚洲bt欧美bt精品| 亚洲va中文字幕| 亚洲成a人v欧美综合天堂| 性欧美大战久久久久久久久| 人人精品人人爱| 久久av老司机精品网站导航| 国产精品影视网| 成人高清视频在线| 色综合天天综合在线视频| 在线视频欧美区| 91精品国产综合久久香蕉麻豆| 日韩精品一区二区三区视频 | 99久久精品费精品国产一区二区| av高清不卡在线| 欧美性xxxxxx少妇| 日韩久久久久久| 国产欧美精品在线观看| 亚洲九九爱视频| 天天做天天摸天天爽国产一区| 乱一区二区av| 不卡av在线免费观看| 欧美在线不卡视频| 日韩欧美一级二级| 国产精品久久久久精k8| 亚洲激情在线激情| 免费看欧美美女黄的网站| 国产一区二区福利视频| 91色porny在线视频| 欧美精品亚洲二区| 国产视频视频一区| 亚洲综合男人的天堂| 久久国内精品视频| 97精品久久久久中文字幕| 欧美日韩成人在线一区| 久久婷婷久久一区二区三区| 亚洲精品写真福利| 青青草一区二区三区| av电影在线观看一区| 91 com成人网| 亚洲欧美激情小说另类| 久久成人麻豆午夜电影| 99国产精品国产精品久久| 91精品欧美久久久久久动漫| 国产精品国产三级国产| 看电视剧不卡顿的网站| 日本道免费精品一区二区三区| 久久你懂得1024| 三级欧美在线一区| 99久久精品国产毛片| 久久众筹精品私拍模特| 亚洲成国产人片在线观看| 成人久久久精品乱码一区二区三区| 日韩午夜精品电影| 一区二区三区自拍| 波多野结衣中文字幕一区二区三区| 欧美一区二区三区四区久久| 亚洲日本在线天堂| 国产老肥熟一区二区三区| 欧美久久免费观看| 亚洲乱码国产乱码精品精98午夜 | 国产成人免费网站| 欧美一区二区三区色| 亚洲乱码国产乱码精品精98午夜| 国产一区二区电影| 日韩欧美成人一区二区| 视频在线观看一区| 在线视频一区二区三区| 成人欧美一区二区三区在线播放| 国产激情偷乱视频一区二区三区| 91精品国产综合久久久久久久| 亚洲精品日产精品乱码不卡| k8久久久一区二区三区| 久久免费美女视频| 国内外成人在线视频| 日韩精品一区二区三区中文不卡| 天天综合色天天综合色h| 欧美在线制服丝袜| 亚洲一区二区三区自拍| 一本到不卡精品视频在线观看| 亚洲国产岛国毛片在线| 粉嫩嫩av羞羞动漫久久久| 久久久久国产成人精品亚洲午夜 | 亚洲一区二区综合| 日本精品裸体写真集在线观看| 一区二区中文视频| 色婷婷亚洲婷婷| 亚洲一区二区在线观看视频| 欧美三级电影精品| 丝袜a∨在线一区二区三区不卡| 欧美丰满一区二区免费视频| 亚洲成av人片一区二区梦乃 | 日韩无一区二区| 免费人成精品欧美精品| 欧美一级淫片007| 毛片基地黄久久久久久天堂| 精品日韩99亚洲| 国产精品一区二区久久不卡 | 日韩精品一区二区三区老鸭窝| 首页国产欧美久久| 欧美一区二区在线视频| 中文字幕一区在线观看| 一本久久精品一区二区| 午夜精品久久久久久久久久| 欧美一级片在线观看| 国产精品一二三| 最新不卡av在线| 欧美三级在线播放| 麻豆91免费看| 国产精品午夜在线观看| 色综合亚洲欧洲| 婷婷开心激情综合| 久久精品亚洲国产奇米99| 色哟哟国产精品| 日产欧产美韩系列久久99| 久久久精品影视| 色吧成人激情小说| 精品制服美女久久| 中文字幕永久在线不卡| 欧美一区二区三区精品| 国产成人精品三级麻豆| 一区二区理论电影在线观看| 日韩三级视频在线看|