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

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

?? msado15.tli

?? 倉庫數據管理系統
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (ea61aaa1).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library c:\program files\common files\system\ado\msado15.dll
// compiler-generated file created 08/09/02 at 21:18:08 - 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 ( ) {

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日本道精品一区二区三区| 精品视频在线看| 欧美丝袜自拍制服另类| 日韩欧美二区三区| 亚洲综合色丁香婷婷六月图片| 久久成人羞羞网站| 欧美日韩中文另类| 欧美国产日韩一二三区| 日本不卡视频在线| 在线视频国内自拍亚洲视频| 久久一区二区视频| 奇米色777欧美一区二区| 欧洲一区在线电影| 国产精品久久久一本精品 | 国产精品私人影院| 精品一区二区日韩| 宅男在线国产精品| 一区2区3区在线看| 99视频精品全部免费在线| 国产日产精品一区| 狠狠狠色丁香婷婷综合激情| 91精品国产综合久久婷婷香蕉 | 色噜噜狠狠色综合中国| 国产亚洲欧美在线| 国产成人超碰人人澡人人澡| 日韩一区二区三区四区五区六区| 亚洲国产综合在线| 在线观看一区日韩| 亚洲一区免费观看| 欧美日韩五月天| 亚洲成人动漫精品| 欧美日本国产视频| 首页国产欧美久久| 91麻豆精品国产91久久久久久久久| 亚洲成av人影院| 欧美一区二区三区在线视频| 免费看欧美女人艹b| 精品国产免费视频| 国产成人av一区二区三区在线| 久久久精品国产免费观看同学| 精品一区二区三区在线播放| 2021久久国产精品不只是精品| 久久国产欧美日韩精品| 日韩精品一区二区三区视频| 久久精品国产99久久6| 久久久久久久精| 99久久综合精品| 一区二区三区在线观看动漫| 欧美日韩亚洲不卡| 精品一区二区免费在线观看| 久久久亚洲高清| 国产精品69毛片高清亚洲| 中文字幕一区二区三区在线观看| 91免费视频观看| 日本最新不卡在线| 国产日韩av一区二区| 91亚洲资源网| 美腿丝袜在线亚洲一区| 欧美经典一区二区| 欧美日韩国产在线观看| 国产一区二区三区最好精华液| 中文字幕一区二区日韩精品绯色| 欧美亚洲国产bt| 韩国成人福利片在线播放| 国产精品第四页| 欧美高清视频不卡网| 国产乱一区二区| 一区二区激情小说| 欧美精品一区二区三区蜜臀 | 在线观看www91| 美女久久久精品| 亚洲欧洲www| 91精品福利在线一区二区三区| 国产99精品在线观看| 日韩电影一区二区三区| 中文字幕一区二区三区蜜月| 欧美丰满一区二区免费视频| 丁香激情综合五月| 日本va欧美va精品发布| 最新日韩在线视频| 久久日韩粉嫩一区二区三区| 欧美亚洲国产一卡| 99久久精品国产网站| 捆绑调教美女网站视频一区| 一区二区三区**美女毛片| 国产亚洲一区二区在线观看| 欧美日韩免费一区二区三区视频| 91丝袜国产在线播放| 免费av成人在线| 亚洲综合色自拍一区| 中文一区一区三区高中清不卡| 91精品欧美福利在线观看| 91女厕偷拍女厕偷拍高清| 国产不卡视频一区二区三区| 裸体歌舞表演一区二区| 午夜精品福利一区二区三区蜜桃| 亚洲欧美日韩国产成人精品影院| 国产日本欧美一区二区| 欧美精品一区二区三区视频| 日韩一区二区三区免费看 | 亚洲一二三四久久| 国产精品少妇自拍| 国产日产欧美一区| 久久久久久久久岛国免费| 精品久久久久久无| 日韩欧美一区在线| 欧美一区二区三区电影| 欧美老女人第四色| 欧美性受xxxx黑人xyx性爽| 日本电影亚洲天堂一区| 一本一道波多野结衣一区二区| 99国产精品久久| 日本高清无吗v一区| 91福利资源站| 欧美日本国产视频| 日韩亚洲电影在线| 精品国产乱码久久久久久图片| 欧美成人欧美edvon| 久久嫩草精品久久久精品| 久久久www免费人成精品| 欧美精品一区二区三区久久久| 欧美成人免费网站| 国产午夜亚洲精品理论片色戒| 国产清纯美女被跳蛋高潮一区二区久久w| 欧美精品一区二区三区蜜桃视频 | 欧美精品日韩一区| 欧美精品三级在线观看| 777久久久精品| 日韩精品一区二区三区在线观看| 日韩精品一区二| 中文字幕乱码久久午夜不卡| 国产精品日韩成人| 亚洲午夜电影在线观看| 日本欧美久久久久免费播放网| 国产主播一区二区三区| av在线免费不卡| 欧美日韩一区久久| 精品日韩在线观看| 中文子幕无线码一区tr| 亚洲午夜在线视频| 麻豆91小视频| 不卡一区在线观看| 91精品国产综合久久精品麻豆| 久久综合久久综合久久综合| 国产精品成人午夜| 香蕉加勒比综合久久| 国产黄色精品网站| 在线观看日韩一区| 精品国产一区二区三区不卡| **性色生活片久久毛片| 免费在线欧美视频| 97久久精品人人爽人人爽蜜臀| 欧美日韩在线播放三区四区| 久久久久国产精品人| 亚洲成a人片在线观看中文| 国产麻豆视频精品| 欧美日韩色一区| 欧美国产日韩精品免费观看| 五月婷婷激情综合| 成人av在线电影| 欧美一区二区三区视频免费 | 在线影院国内精品| 久久这里只有精品视频网| 一区二区三区在线视频免费| 国产自产高清不卡| 欧美日韩电影在线| 中文字幕在线观看不卡视频| 久久成人精品无人区| 在线免费一区三区| 国产精品嫩草影院com| 激情国产一区二区| 欧美视频中文字幕| 亚洲欧洲制服丝袜| 国产成人精品免费在线| 日韩欧美激情在线| 日韩在线一二三区| 欧美亚洲尤物久久| 国产精品久久久久久久久图文区| 捆绑紧缚一区二区三区视频| 欧美日本一区二区三区四区| 亚洲日本护士毛茸茸| 国产成人综合亚洲网站| 日韩美一区二区三区| 亚洲成av人片一区二区| 在线视频综合导航| 亚洲日穴在线视频| 99久久精品免费精品国产| 亚洲国产精品成人综合| 国产精品99久久久久| 久久综合丝袜日本网| 久久99精品久久久久久久久久久久| 欧美日韩一区国产| 亚洲妇熟xx妇色黄| 欧美综合色免费| 亚洲一级片在线观看| 欧美日本一区二区在线观看| 亚洲成人一区在线| 91精品国产欧美日韩| 日本不卡的三区四区五区| 欧美一区二区三区不卡|