亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
日韩电影免费一区| 国产精品888| 国产精品福利av| 日韩一区和二区| 色综合久久中文综合久久97| 久久丁香综合五月国产三级网站| 亚洲欧洲精品一区二区三区 | 欧美日免费三级在线| 国模大尺度一区二区三区| 亚洲一区二区三区中文字幕| 国产欧美日韩亚州综合| 日韩一区二区三区在线观看| 91久久久免费一区二区| 国产传媒日韩欧美成人| 久久国内精品自在自线400部| 亚洲色图第一区| 国产欧美久久久精品影院| 欧美一区二区三区系列电影| 色噜噜久久综合| 成人免费高清视频在线观看| 韩日av一区二区| 奇米一区二区三区| 水蜜桃久久夜色精品一区的特点| 亚洲日本在线看| 欧美激情一区二区三区| 久久久久国产免费免费| xnxx国产精品| 日韩欧美美女一区二区三区| 欧美精品亚洲二区| 欧美日韩在线不卡| 精品视频在线视频| 色婷婷国产精品久久包臀| av中文字幕在线不卡| 国产成人av电影在线播放| 国内不卡的二区三区中文字幕| 美日韩一区二区| 日韩福利电影在线| 秋霞电影网一区二区| 日韩av成人高清| 日本美女一区二区| 开心九九激情九九欧美日韩精美视频电影 | 国产69精品久久777的优势| 久久99精品国产| 狠狠色狠狠色综合系列| 国内精品自线一区二区三区视频| 黑人巨大精品欧美一区| 国产精品99久久久久久似苏梦涵 | 欧美一区二区成人| 欧美一区二区三区四区视频| 欧美一级片免费看| 日韩欧美精品在线| 国产亚洲午夜高清国产拍精品| 精品人在线二区三区| 欧美精品一区二区三区久久久| 精品国产欧美一区二区| 久久日一线二线三线suv| 2021国产精品久久精品| 中文字幕精品三区| 亚洲同性gay激情无套| 亚洲第一久久影院| 美腿丝袜亚洲色图| 懂色av一区二区三区免费看| 99在线视频精品| 欧美人牲a欧美精品| 欧美成人aa大片| 国产精品三级av在线播放| 亚洲欧美成人一区二区三区| 日韩成人午夜精品| 国产一区二区三区黄视频 | 欧美三级日韩三级国产三级| 欧美高清视频不卡网| 欧美精品一区二区三区久久久| 国产精品国产自产拍在线| 亚洲mv在线观看| 国产美女娇喘av呻吟久久| 91在线观看美女| 91精品国模一区二区三区| 国产亚洲欧美在线| 性做久久久久久久免费看| 麻豆精品精品国产自在97香蕉| 国产成人8x视频一区二区| 在线亚洲+欧美+日本专区| 精品三级在线看| 亚洲欧美国产77777| 韩国成人精品a∨在线观看| 在线精品观看国产| 久久久久久久免费视频了| 亚洲一区二区五区| 成人久久视频在线观看| 91精品视频网| 亚洲欧洲av在线| 久久99精品国产.久久久久| 色婷婷综合久久久| 久久婷婷成人综合色| 亚洲激情五月婷婷| 国产91精品一区二区麻豆亚洲| 欧美日韩国产小视频| 国产精品美女久久久久久2018| 日韩成人午夜电影| 欧美伊人久久大香线蕉综合69| 欧美va亚洲va国产综合| 夜夜嗨av一区二区三区中文字幕 | 欧美日本一道本| 国产精品网友自拍| 美腿丝袜亚洲色图| 欧美艳星brazzers| 成人免费小视频| 国产高清成人在线| 欧美大片顶级少妇| 亚洲第一会所有码转帖| 97久久超碰国产精品电影| 欧美不卡一区二区三区四区| 亚洲成人黄色小说| 色伊人久久综合中文字幕| 日本一区二区三区四区| 久久99国产精品久久99| 宅男在线国产精品| 亚洲高清免费观看| 欧美午夜一区二区| 亚洲综合在线视频| 色狠狠综合天天综合综合| 中文字幕欧美日韩一区| 国产成人亚洲综合a∨猫咪| 久久久久久免费网| 国产成人小视频| 亚洲国产成人一区二区三区| 国产不卡视频在线播放| 久久久天堂av| 国产河南妇女毛片精品久久久| 久久综合成人精品亚洲另类欧美| 久色婷婷小香蕉久久| 欧美一二三四在线| 久久国产精品色婷婷| 欧美成人精精品一区二区频| 美女视频网站黄色亚洲| 精品久久一区二区三区| 精品综合久久久久久8888| 精品成人一区二区三区| 精品一区二区三区影院在线午夜| 日韩一区二区三区视频| 美美哒免费高清在线观看视频一区二区 | 日韩制服丝袜av| 欧美精品日韩精品| 蜜桃91丨九色丨蝌蚪91桃色| 精品福利一区二区三区| 国产精品亚洲午夜一区二区三区| 久久精品一区二区| kk眼镜猥琐国模调教系列一区二区| 日本一区二区三区免费乱视频| 国产成人av电影在线观看| 国产精品美女久久久久久久久久久 | 国内精品伊人久久久久av一坑| 精品国产一区二区三区不卡| 国产福利视频一区二区三区| 亚洲欧美自拍偷拍色图| 欧美自拍偷拍午夜视频| 免费亚洲电影在线| 久久久www免费人成精品| 99综合影院在线| 午夜精品久久久久久久99樱桃| 日韩一区国产二区欧美三区| 国产999精品久久久久久| 最近日韩中文字幕| 91麻豆精品国产| 国产成人av一区| 亚洲高清免费视频| 精品久久久久久无| 99re6这里只有精品视频在线观看| 亚洲电影第三页| 亚洲精品在线观看网站| 99久久精品一区| 免费欧美在线视频| 国产精品久99| 3d成人h动漫网站入口| 国产一区二区三区av电影| 亚洲黄色小视频| 精品乱码亚洲一区二区不卡| 99r国产精品| 看片网站欧美日韩| 亚洲精品日日夜夜| 精品三级在线看| 欧美在线观看一区二区| 国内成人精品2018免费看| 亚洲一卡二卡三卡四卡五卡| 欧美精品一区二区三区高清aⅴ| 99久久99久久精品国产片果冻| 日韩福利视频导航| 亚洲精品中文在线观看| 欧美va亚洲va香蕉在线| 在线精品视频免费播放| 成人一级黄色片| 蜜臀精品久久久久久蜜臀| 亚洲欧洲综合另类| 久久久久久久久久美女| 欧美日韩国产三级| 国产91精品欧美| 毛片av一区二区| 一区二区三区精品在线观看| 国产亚洲成av人在线观看导航| 欧美肥妇bbw|