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

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

?? msado15.tli

?? 訂單管理系統
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (37563d2e).
//
// c:\documents and settings\administrator\桌面\ordermanagement\debug\msado15.tli
//
// Wrapper implementations for Win32 type library c:\program files\common files\system\ado\msado15.dll
// compiler-generated file created 03/24/08 at 19:41:05 - 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国产成人在线| 久久99国产精品麻豆| 亚洲靠逼com| 国产亚洲人成网站| 久久成人av少妇免费| 欧美成人a∨高清免费观看| 欧美一级搡bbbb搡bbbb| 波多野结衣91| 国产一区二区精品在线观看| 亚洲成av人片在线观看无码| 精品国产不卡一区二区三区| 国产亚洲精品bt天堂精选| 91极品美女在线| 色综合天天综合色综合av| 国产又粗又猛又爽又黄91精品| 亚洲一卡二卡三卡四卡五卡| 国产精品美女一区二区在线观看| 91精品国产欧美一区二区18| 欧美大胆一级视频| 欧美日韩精品三区| 日本韩国欧美国产| 国产色综合久久| 3atv在线一区二区三区| 欧美午夜不卡在线观看免费| 色94色欧美sute亚洲线路一久| 欧美日韩日日摸| 56国语精品自产拍在线观看| 欧美一级片在线| 亚洲色欲色欲www| 久久这里只有精品首页| 亚洲婷婷综合色高清在线| 亚洲三级在线看| 日韩视频免费观看高清完整版在线观看| 亚洲一区二区三区四区在线免费观看| 日本亚洲视频在线| 久久精品亚洲精品国产欧美kt∨| 99久久精品免费看国产| 婷婷夜色潮精品综合在线| 国产日产欧美一区二区三区| 欧美精品在线一区二区| bt欧美亚洲午夜电影天堂| 免费看日韩精品| 尤物视频一区二区| 国产欧美1区2区3区| 91精品国产综合久久婷婷香蕉| 成人av免费在线观看| 奇米影视在线99精品| 亚洲三级电影全部在线观看高清| 欧美mv和日韩mv国产网站| 欧美在线视频日韩| 北条麻妃一区二区三区| 国产综合久久久久影院| 奇米综合一区二区三区精品视频| 亚洲欧美日韩在线不卡| 日本一区二区免费在线 | 亚洲国产精品麻豆| 国产精品乱码一区二区三区软件| 日韩一区二区电影在线| 欧美吞精做爰啪啪高潮| 91丝袜美女网| 成人国产精品视频| 国产成人久久精品77777最新版本 国产成人鲁色资源国产91色综 | 蜜臀av一级做a爰片久久| 亚洲男人的天堂在线aⅴ视频| 国产欧美一区二区精品仙草咪 | 色综合天天视频在线观看| 国产精品99久| 久久综合综合久久综合| 青青草国产成人av片免费| 无码av免费一区二区三区试看| 亚洲美腿欧美偷拍| 中文字幕亚洲区| 亚洲欧洲精品一区二区精品久久久| 久久精品亚洲乱码伦伦中文 | 亚洲欧美电影院| 中文字幕不卡在线播放| 国产三级久久久| 国产精品久久久久久久浪潮网站| 欧美激情一区二区三区| 国产亚洲1区2区3区| 国产日韩精品一区| 国产精品天美传媒沈樵| 中文字幕乱码日本亚洲一区二区| 欧美激情中文字幕| 中文字幕精品一区二区精品绿巨人 | 欧美成人乱码一区二区三区| 欧美一区二区三区在线观看视频 | 性感美女极品91精品| 午夜激情一区二区| 免费亚洲电影在线| 国产一区二区美女| 成人av手机在线观看| 色国产精品一区在线观看| 欧美系列在线观看| 91麻豆精品国产91| 久久久久国产免费免费| 国产精品久久久久影院亚瑟| 亚洲美女免费在线| 天堂久久久久va久久久久| 久久精品久久99精品久久| 国产v日产∨综合v精品视频| 91在线一区二区| 欧美色电影在线| 精品乱人伦小说| 国产精品久久久久影院老司 | 国产一级精品在线| 成人免费av网站| 欧美性生活影院| 欧美精品一区二区久久久| 国产精品久线在线观看| 婷婷六月综合亚洲| 成人亚洲精品久久久久软件| 色系网站成人免费| 日韩欧美视频在线| 自拍偷自拍亚洲精品播放| 视频一区二区国产| 成人手机在线视频| 欧美妇女性影城| 国产精品久久久久久久久动漫 | 老司机精品视频导航| 成人精品免费网站| 欧美一区二区视频观看视频| 国产精品乱人伦| 精品制服美女丁香| 日本福利一区二区| 久久精品欧美日韩精品| 亚洲高清免费观看高清完整版在线观看| 美国毛片一区二区三区| 91女厕偷拍女厕偷拍高清| 欧美成人性战久久| 亚洲一区二区三区四区中文字幕| 国产不卡视频一区| 日韩一区二区视频| 亚洲自拍偷拍网站| 成人免费视频播放| 日韩美女视频一区二区在线观看| 亚洲黄色小视频| 成人精品视频网站| 国产亚洲一区二区三区四区| 五月天网站亚洲| 99re成人精品视频| 久久精品视频在线免费观看| 日韩精品1区2区3区| 97se狠狠狠综合亚洲狠狠| 国产蜜臀av在线一区二区三区| 日本 国产 欧美色综合| 欧美日韩aaaaaa| 亚洲激情成人在线| 91在线观看视频| 国产精品乱码一区二三区小蝌蚪| 国产一区二区三区在线观看免费 | 精品国产免费人成电影在线观看四季 | 亚洲一区二区3| 色哟哟国产精品免费观看| 国产精品国产三级国产aⅴ无密码| 开心九九激情九九欧美日韩精美视频电影| 欧美视频精品在线观看| 亚洲免费电影在线| 99re成人在线| 亚洲免费观看高清| 在线观看免费视频综合| 亚洲精品大片www| 91久久线看在观草草青青| 亚洲色图在线看| 欧美主播一区二区三区| 亚洲欧美视频在线观看| 91日韩一区二区三区| 亚洲精品ww久久久久久p站| 91免费在线视频观看| 亚洲精品国产第一综合99久久| 色婷婷综合久久久中文一区二区 | 日本视频中文字幕一区二区三区| 欧洲另类一二三四区| 亚洲午夜久久久久久久久电影院| 91国偷自产一区二区开放时间 | 99精品黄色片免费大全| ㊣最新国产の精品bt伙计久久| av亚洲产国偷v产偷v自拍| 日韩美女精品在线| 欧美亚洲一区二区三区四区| 亚洲国产精品久久艾草纯爱| 678五月天丁香亚洲综合网| 美女www一区二区| 国产人成一区二区三区影院| 99视频有精品| 一区二区三区视频在线看| 欧美日本一道本| 精彩视频一区二区三区| 国产女人aaa级久久久级| www.亚洲色图.com| 夜夜精品视频一区二区| 欧美一区二区美女| 福利电影一区二区| 亚洲欧美色图小说| 日韩美女在线视频| 91影视在线播放| 日韩av成人高清|