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

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

?? msado15.tli

?? 管理員登錄模塊;讀者借閱模塊;讀者規(guī)劃模塊;書籍信息模塊。
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (eb1e94fb).
//
// e:\源程序\debug\msado15.tli
//
// Wrapper implementations for Win32 type library c:\Program Files\Common Files\System\ado\msado15.dll
// compiler-generated file created 06/26/08 at 13:20:12 - 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一区二区三区免费野_久草精品视频
日本 国产 欧美色综合| 韩国理伦片一区二区三区在线播放| 欧美日韩精品三区| 国产a久久麻豆| 石原莉奈在线亚洲三区| 国产精品第四页| 久久久青草青青国产亚洲免观| 欧美亚洲高清一区| 成人av网站在线观看| 美美哒免费高清在线观看视频一区二区 | 亚洲成人综合视频| 国产女同互慰高潮91漫画| 欧美高清一级片在线| 色丁香久综合在线久综合在线观看| 国产尤物一区二区在线| 男人的天堂亚洲一区| 亚洲国产综合人成综合网站| 国产精品麻豆欧美日韩ww| 亚洲精品一区在线观看| 欧美福利视频导航| 欧美亚洲国产一区二区三区| 色偷偷久久人人79超碰人人澡| 成人黄动漫网站免费app| 激情六月婷婷综合| 精品一区免费av| 麻豆一区二区在线| 免费在线一区观看| 午夜免费久久看| 亚洲国产毛片aaaaa无费看 | 欧美久久一二三四区| 色猫猫国产区一区二在线视频| 成人手机在线视频| 欧美一区二区三区在线观看 | 欧美在线一二三四区| 91论坛在线播放| 91小视频免费观看| 一本色道久久综合狠狠躁的推荐 | 国产欧美精品一区| 国产午夜精品久久久久久久 | 欧美电影免费观看完整版| 日韩一区国产二区欧美三区| 5月丁香婷婷综合| 欧美一区二区三区视频在线| 日韩欧美国产一区二区三区| 精品人在线二区三区| 亚洲精品一区二区三区蜜桃下载| 久久综合999| 中文字幕第一页久久| 国产精品久久久久久久久免费桃花| 国产精品欧美一区喷水| 国产精品女同互慰在线看| 亚洲欧美综合色| 亚洲精品视频在线看| 天堂蜜桃一区二区三区| 美日韩一区二区三区| 国产一区二区久久| 丁香激情综合国产| 色视频一区二区| 欧美高清dvd| 国产婷婷精品av在线| 中文字幕一区二区三区视频| 亚洲激情五月婷婷| 免费一级片91| 国产一区二区三区av电影| 成人激情视频网站| 亚洲摸摸操操av| 一区二区三区在线看| 午夜精品免费在线观看| 国产一区二区三区黄视频| 95精品视频在线| 欧美日韩免费一区二区三区 | 精品国产乱码久久久久久牛牛| 国产欧美一区二区精品性| 亚洲男人天堂av网| 欧美aaa在线| 91亚洲精华国产精华精华液| 欧美狂野另类xxxxoooo| 国产日韩精品久久久| 亚洲高清免费观看高清完整版在线观看| 日韩vs国产vs欧美| 99久久国产综合色|国产精品| 欧美日韩成人综合| 国产欧美日韩另类一区| 亚洲妇女屁股眼交7| 国产成人在线免费观看| 欧美日韩一本到| 欧美国产欧美亚州国产日韩mv天天看完整| 亚洲一区二区三区四区在线| 紧缚奴在线一区二区三区| 在线观看一区日韩| 国产欧美一区视频| 免费观看日韩av| 色婷婷精品大视频在线蜜桃视频| 精品国产免费一区二区三区香蕉 | 免费人成网站在线观看欧美高清| 国产91精品欧美| 日韩免费看的电影| 亚洲图片欧美色图| 99久久精品久久久久久清纯| 精品久久久久久无| 偷窥国产亚洲免费视频| 91免费版在线| 欧美激情一区二区三区在线| 麻豆精品一区二区| 欧美日韩国产影片| 亚洲精选一二三| 国产成人午夜精品5599| 日韩一区二区视频在线观看| 亚洲午夜精品17c| www.成人网.com| 久久精品网站免费观看| 日本va欧美va精品| 欧美日韩美女一区二区| 亚洲欧美在线视频| 国产91精品久久久久久久网曝门| 日韩免费视频线观看| 午夜国产不卡在线观看视频| 色乱码一区二区三区88| 中文字幕一区二区三区av| 国产一区 二区 三区一级| 亚洲国产精品欧美一二99| 国产成人精品免费| 欧美大胆一级视频| 日韩中文字幕1| 欧美人动与zoxxxx乱| 亚洲国产aⅴ成人精品无吗| 91免费国产在线| 一区视频在线播放| av不卡在线播放| 国产精品美女久久久久av爽李琼 | 一区二区三区国产精华| 91麻豆产精品久久久久久 | 亚洲图片你懂的| 99视频超级精品| 国产精品高潮呻吟| 不卡视频一二三四| 亚洲欧美国产77777| 91社区在线播放| 亚洲综合色视频| 欧美视频一区二区三区| 午夜久久久久久久久久一区二区| 欧洲亚洲国产日韩| 视频在线在亚洲| 日韩午夜激情电影| 国产一区二区三区免费观看| 国产欧美日韩在线看| 成人午夜在线播放| 亚洲欧洲韩国日本视频| 在线中文字幕不卡| 性欧美大战久久久久久久久| 日韩亚洲欧美成人一区| 久国产精品韩国三级视频| 国产三级久久久| 99国产精品久久久久| 国产精品黄色在线观看| 欧美高清视频在线高清观看mv色露露十八| 亚洲午夜在线电影| 亚洲欧美视频在线观看视频| 欧美一区2区视频在线观看| 91日韩精品一区| 欧美精品一区二区三区在线播放| 国产主播一区二区| 日韩va欧美va亚洲va久久| 一区二区激情视频| 亚洲乱码国产乱码精品精的特点| 久久综合久久99| www国产成人| 久久嫩草精品久久久精品一| 精品福利一区二区三区| 日韩免费观看2025年上映的电影| 欧美探花视频资源| 欧美三级欧美一级| 欧美日韩免费一区二区三区| 91在线观看高清| 日韩美女天天操| 日韩精品一区二区三区视频| 国产日韩av一区二区| 亚洲欧美自拍偷拍色图| 国产精品毛片高清在线完整版| 依依成人综合视频| 亚洲三级电影网站| 精品国产污网站| 日韩精品中文字幕在线一区| 日韩三级在线免费观看| 亚洲精品一线二线三线| 中文字幕中文字幕在线一区| 99精品国产99久久久久久白柏| 亚洲免费在线电影| 欧美蜜桃一区二区三区| 一卡二卡三卡日韩欧美| 精品国产免费久久| 欧美日韩国产综合草草| 东方欧美亚洲色图在线| 日韩激情中文字幕| 亚洲欧美一区二区久久| 久久久激情视频| 日韩情涩欧美日韩视频| 欧洲色大大久久| 成人黄页在线观看| 黑人巨大精品欧美黑白配亚洲|