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

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

?? msado15.tli

?? 本源碼為移動公司話費查詢中間件TUXEDO使用的實例
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (3f70458f).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library c:\program files\common files\system\ado\msado15.dll
// compiler-generated file created 10/20/05 at 11:38:43 - 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一区二区三区免费野_久草精品视频
国产成人99久久亚洲综合精品| 国产女同互慰高潮91漫画| 美女国产一区二区| 自拍偷拍亚洲综合| 91精品国产麻豆国产自产在线| jvid福利写真一区二区三区| 强制捆绑调教一区二区| 亚洲色图一区二区| 久久久久久免费| 欧美一区欧美二区| 欧美色图免费看| 色欲综合视频天天天| 国产99久久久精品| 激情图区综合网| 日本va欧美va瓶| 亚洲国产成人av网| 亚洲欧美日韩国产另类专区| 久久久久久免费毛片精品| 日韩欧美中文字幕精品| 欧美三级蜜桃2在线观看| 91在线你懂得| 日本不卡不码高清免费观看| 久久众筹精品私拍模特| 国产一区高清在线| 日韩一卡二卡三卡| 久久激情五月激情| 精品第一国产综合精品aⅴ| 成人黄色片在线观看| 亚洲精品国产精华液| 欧美区在线观看| 天堂资源在线中文精品| 国产精品丝袜黑色高跟| 国产午夜亚洲精品理论片色戒| 精品区一区二区| 欧美第一区第二区| 精品久久久久久无| 精品美女被调教视频大全网站| 日韩欧美国产综合一区| 日韩欧美国产不卡| 精品国产三级电影在线观看| 2欧美一区二区三区在线观看视频 337p粉嫩大胆噜噜噜噜噜91av | 日韩电影在线免费看| 亚洲国产一区二区三区| 亚洲一二三区视频在线观看| 一区二区三区视频在线看| 亚洲一区中文日韩| 亚洲成人综合视频| 午夜精品久久久久影视| 日韩国产欧美三级| 久久精品国产精品青草| 精品一区二区av| 国产精品综合久久| 99精品久久免费看蜜臀剧情介绍| 99久久婷婷国产| 欧美中文字幕久久| 日韩欧美一区二区三区在线| 久久精品一区二区三区四区| 久久久精品影视| 国产精品久久午夜夜伦鲁鲁| 亚洲人成在线播放网站岛国| 亚洲图片欧美色图| 99精品在线观看视频| 91官网在线免费观看| 9191成人精品久久| 久久久99精品免费观看不卡| 国产精品国产三级国产| 亚洲一区二区三区免费视频| 日韩高清在线电影| 国产成人av电影在线观看| 色综合天天在线| 日韩午夜精品视频| 国产精品色呦呦| 亚洲成人在线免费| 韩国一区二区在线观看| 日本乱人伦aⅴ精品| 日韩一级二级三级| 国产精品久久久久久久久晋中| 亚洲另类中文字| 久久精品国产网站| 91丝袜国产在线播放| 欧美一区二区私人影院日本| 久久精品视频免费| 亚洲www啪成人一区二区麻豆| 国产精品一线二线三线精华| 在线观看一区日韩| 国产亚洲午夜高清国产拍精品 | 五月天欧美精品| 国产呦精品一区二区三区网站| 色哟哟一区二区| 欧美精品一区二区三区很污很色的| 1024亚洲合集| 经典三级一区二区| 在线观看av不卡| 国产欧美日韩在线| 男女男精品网站| 91免费视频网| 国产三区在线成人av| 日韩高清在线电影| 91麻豆免费看| 国产欧美一区二区精品婷婷| 天天操天天综合网| 成人av电影免费观看| 精品福利av导航| 视频在线观看国产精品| 91网页版在线| 国产人成亚洲第一网站在线播放| 99re这里只有精品6| 精品国产91久久久久久久妲己 | 免费精品99久久国产综合精品| 一本久久精品一区二区| 国产无人区一区二区三区| 免费在线观看精品| 欧美精品一卡两卡| 亚洲一区二区黄色| 99精品视频一区二区三区| 久久精品一区二区三区av| 麻豆一区二区在线| 欧美精品高清视频| 亚洲一二三四久久| 91成人在线精品| 亚洲视频一区二区在线观看| 国产成人综合自拍| 久久久综合视频| 国产伦理精品不卡| www日韩大片| 国产做a爰片久久毛片| 亚洲精品一区二区三区精华液 | 成人av在线一区二区| 久久精品日产第一区二区三区高清版 | 国产精品综合在线视频| 亚洲精品一区二区三区影院| 精品亚洲免费视频| 2020日本不卡一区二区视频| 极品尤物av久久免费看| www一区二区| 国产乱国产乱300精品| 国产清纯美女被跳蛋高潮一区二区久久w | 奇米影视在线99精品| 日韩限制级电影在线观看| 视频一区免费在线观看| 91精品国产福利| 九一久久久久久| 欧美精品一区二区久久久| 经典三级一区二区| 欧美激情中文字幕一区二区| 成人高清免费在线播放| 亚洲免费av观看| 欧美日韩精品一区视频| 日欧美一区二区| 26uuu精品一区二区在线观看| 国产精品正在播放| 日韩毛片精品高清免费| 欧美午夜理伦三级在线观看| 日韩主播视频在线| 2023国产一二三区日本精品2022| 国产福利91精品一区| 亚洲日本乱码在线观看| 欧美日韩一二三区| 久久精品国产在热久久| 国产精品视频观看| 在线免费亚洲电影| 久久精品国产**网站演员| 国产精品久久久久影院色老大| 一本色道久久综合亚洲91| 日韩国产高清影视| 国产视频一区二区三区在线观看| 成人精品免费网站| 亚洲国产成人高清精品| 久久免费国产精品| 色综合天天综合狠狠| 裸体一区二区三区| 中文字幕亚洲区| 91精品国产aⅴ一区二区| 国产成人精品三级麻豆| 亚洲一区中文日韩| 亚洲国产精品一区二区尤物区| 欧美va亚洲va| 一本大道久久a久久综合| 麻豆精品新av中文字幕| 成人欧美一区二区三区1314| 91精品国产91久久综合桃花| 夫妻av一区二区| 美女在线视频一区| 亚洲丝袜自拍清纯另类| 欧美一区二区三区不卡| 99久久777色| 国产在线精品不卡| 亚洲电影中文字幕在线观看| 日本一区二区三区四区| 在线成人免费观看| 91猫先生在线| 国产盗摄视频一区二区三区| 日本欧美加勒比视频| 亚洲欧美成aⅴ人在线观看| 2020日本不卡一区二区视频| 欧美伦理电影网| 一本在线高清不卡dvd| 国产99久久精品| 精品一区免费av| 午夜精品福利视频网站|