亚洲欧美第一页_禁久久精品乱码_粉嫩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精品国产免费久久综合| 欧美极品xxx| 五月天激情小说综合| 粉嫩绯色av一区二区在线观看| 欧美日韩另类一区| 中文字幕一区二区视频| 精品亚洲欧美一区| 欧美日韩国产片| 亚洲免费成人av| 北条麻妃一区二区三区| 久久九九久久九九| 久久精品国产亚洲高清剧情介绍| 欧美视频一区二区三区在线观看 | 蜜乳av一区二区三区| 在线观看av不卡| 最新高清无码专区| 成人av在线资源网站| 精品国产青草久久久久福利| 午夜精品久久久久久久99樱桃 | 国产成人精品一区二区三区网站观看 | 亚洲综合丁香婷婷六月香| 成人av午夜影院| 国产日韩欧美在线一区| 国产一区二区三区香蕉| 亚洲精品在线三区| 久久爱www久久做| 日韩欧美一级片| 美腿丝袜亚洲综合| 欧美精品一区二区三区视频| 捆绑调教美女网站视频一区| 日韩视频在线你懂得| 蜜桃一区二区三区在线| 日韩精品一区国产麻豆| 久久er精品视频| 国产真实乱对白精彩久久| 麻豆久久久久久| 亚洲色图.com| 亚洲婷婷国产精品电影人久久| 精品国产乱码久久久久久牛牛| 欧美影院精品一区| 欧美怡红院视频| 欧美中文字幕久久| 成人av网站免费观看| 国内成人精品2018免费看| 久久久久久久综合| 国产成人在线观看免费网站| 久久久精品影视| 国产91丝袜在线播放| 国产精品午夜春色av| 日本韩国欧美三级| 日韩国产精品大片| 久久蜜桃av一区精品变态类天堂 | 中文字幕第一区第二区| av资源网一区| 亚洲电影视频在线| 精品久久99ma| 99re热这里只有精品免费视频| 亚洲综合久久av| 精品少妇一区二区三区免费观看 | 欧美一区二区三区视频免费| 久久99深爱久久99精品| 国产精品视频九色porn| 在线观看av一区| 国产一区二区在线影院| 国产精品毛片无遮挡高清| 欧美午夜精品理论片a级按摩| 美女视频一区二区| 亚洲色图丝袜美腿| 精品国产污污免费网站入口| 99re免费视频精品全部| 免费看日韩精品| 亚洲欧美激情视频在线观看一区二区三区 | 99久久夜色精品国产网站| 午夜欧美在线一二页| 国产精品无码永久免费888| 欧美丰满一区二区免费视频| 成人午夜激情片| 蜜桃久久久久久| 亚洲欧美色一区| 久久久久国产精品免费免费搜索| 欧美怡红院视频| av在线播放不卡| 韩国女主播成人在线观看| 亚洲午夜精品网| 综合久久久久久| 国产午夜精品在线观看| 欧美一区二区三区日韩视频| 色呦呦网站一区| 成人小视频免费在线观看| 看电视剧不卡顿的网站| 午夜精品福利久久久| 亚洲男人的天堂一区二区| 国产欧美日韩中文久久| 日韩欧美国产麻豆| 欧美日韩国产高清一区二区三区| 99re视频精品| 99久久婷婷国产综合精品| 成人激情黄色小说| 国产激情偷乱视频一区二区三区| 日本不卡高清视频| 日韩va欧美va亚洲va久久| 亚洲成人av电影| 亚洲午夜日本在线观看| 亚洲一区二区三区四区的 | 中文字幕中文字幕一区| 久久久不卡影院| www久久精品| 2022国产精品视频| 精品久久五月天| 精品日韩一区二区三区| 1区2区3区精品视频| 亚洲一区二区三区四区中文字幕| 日本视频一区二区| 亚洲视频图片小说| 精品国产精品网麻豆系列| 国产精品一区二区在线观看不卡| 亚洲品质自拍视频| 国产偷国产偷亚洲高清人白洁| 久久久亚洲高清| 欧美国产精品一区二区| 午夜精品久久久久久久久| 日韩av电影一区| 亚洲第一综合色| 亚洲一区免费视频| 亚洲制服丝袜在线| 亚洲福利视频导航| 久久丁香综合五月国产三级网站 | 欧美在线免费观看视频| 久久久久久久精| 国产伦精品一区二区三区免费迷| 日韩免费电影网站| 精品在线你懂的| 中文字幕不卡一区| 在线免费观看成人短视频| 欧美日韩午夜精品| 94色蜜桃网一区二区三区| 欧美一级爆毛片| 一区二区三区在线视频观看58| 久久成人久久鬼色| 精品欧美一区二区三区精品久久| 亚洲欧美在线aaa| 国产精品乡下勾搭老头1| 91精品婷婷国产综合久久 | 91在线视频18| 欧美一区二区成人6969| 国产精品美女久久久久久久久| 精品视频免费看| 91在线无精精品入口| 欧美日韩一区在线| 精品不卡在线视频| 亚洲精品国产无套在线观| 3d成人h动漫网站入口| 亚洲与欧洲av电影| 亚洲一区二区三区四区在线| 综合色天天鬼久久鬼色| www.欧美精品一二区| 精品一区二区在线观看| 99久久精品国产一区二区三区| 欧美亚洲国产bt| 国产午夜精品在线观看| 午夜电影网一区| av成人动漫在线观看| 91精品啪在线观看国产60岁| 中文字幕一区二区三| 久久66热re国产| 欧美性猛交xxxxxx富婆| 中文字幕第一区第二区| 日韩av二区在线播放| 在线观看亚洲成人| 欧美极品美女视频| 裸体一区二区三区| 欧美日韩和欧美的一区二区| 国产精品久久久爽爽爽麻豆色哟哟 | 国产精品女上位| 精品国精品国产| 91网站最新网址| 国产精品色呦呦| 国产精品免费丝袜| 亚洲视频一区在线| 国产精品99久久久久| 69堂成人精品免费视频| 亚洲久草在线视频| 国产**成人网毛片九色| 精品国产乱码久久久久久图片 | 亚洲视频在线一区观看| 极品少妇xxxx精品少妇偷拍 | 亚洲欧美日韩国产一区二区三区| 国产一区美女在线| 精品国产伦一区二区三区观看方式| 三级一区在线视频先锋| 91福利国产精品| 亚洲最快最全在线视频| 色呦呦国产精品| 伊人色综合久久天天| 色菇凉天天综合网| 成人97人人超碰人人99| 石原莉奈在线亚洲二区|