亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
欧美日韩在线播放一区| 成人av在线电影| 日韩午夜激情av| 久久精品国产亚洲aⅴ| 精品久久久影院| 成人午夜免费视频| 日本欧美一区二区三区| 欧美mv和日韩mv的网站| 高清国产午夜精品久久久久久| 国产精品久久久一区麻豆最新章节| 99精品视频在线观看| 一区二区免费看| 日韩欧美高清一区| 成人高清伦理免费影院在线观看| 亚洲精品伦理在线| 制服.丝袜.亚洲.另类.中文| 国产一区二区三区免费观看| 国产精品视频第一区| 欧美亚洲综合网| 极品尤物av久久免费看| 亚洲柠檬福利资源导航| 欧美丰满少妇xxxbbb| 国产精品一区二区在线观看不卡 | 日韩免费一区二区| 不卡的电影网站| 丝袜美腿亚洲综合| 国产精品丝袜久久久久久app| 色av成人天堂桃色av| 蜜臀av一级做a爰片久久| 国产精品久久久久久亚洲毛片| 欧美日韩小视频| 风流少妇一区二区| 日韩av中文字幕一区二区| 国产偷国产偷精品高清尤物| 欧美日韩黄色影视| 高清视频一区二区| 久久精品免费看| 一区二区三区在线视频免费| 久久综合九色综合欧美就去吻| 在线一区二区三区做爰视频网站| 狠狠色综合色综合网络| 一区二区三区蜜桃网| 久久婷婷久久一区二区三区| 欧美日韩视频一区二区| www.亚洲免费av| 国产真实乱对白精彩久久| 婷婷综合五月天| 亚洲欧美日韩国产综合| www国产亚洲精品久久麻豆| 欧美无砖砖区免费| 一本高清dvd不卡在线观看| 91黄色小视频| 91色porny在线视频| 国产91在线观看| 老司机免费视频一区二区| 五月开心婷婷久久| 一区二区三区在线观看国产 | 成人黄色av电影| 精品一区二区日韩| 伦理电影国产精品| 日韩国产欧美一区二区三区| 亚洲一区二区三区在线看| 国产精品国产三级国产aⅴ无密码| 欧美精品一区二区三区很污很色的| 欧美午夜一区二区三区免费大片| 97se亚洲国产综合自在线不卡| 国产河南妇女毛片精品久久久| 麻豆国产欧美日韩综合精品二区 | 亚洲日本免费电影| 中文字幕一区二区三区在线播放 | 国产精品一级黄| 久久91精品国产91久久小草| 婷婷成人激情在线网| 无码av免费一区二区三区试看 | 国产精品一区一区| 激情综合色播激情啊| 精品无人区卡一卡二卡三乱码免费卡| 无吗不卡中文字幕| 免费观看在线色综合| 美国一区二区三区在线播放| 蜜桃视频在线观看一区| 精品午夜久久福利影院| 国产一区不卡视频| 成人av动漫网站| 色婷婷av一区二区三区gif | 666欧美在线视频| 18涩涩午夜精品.www| 国产欧美精品在线观看| 国产精品视频观看| 一区二区三国产精华液| 日韩黄色小视频| 精品一区二区三区免费播放| 国产精品亚洲а∨天堂免在线| 成人午夜碰碰视频| 一本一道综合狠狠老| 欧美色爱综合网| 日韩一区二区三区免费观看| 亚洲精品在线免费播放| 国产日产欧美一区二区三区| 中文字幕日本乱码精品影院| 亚洲国产综合91精品麻豆| 丝袜美腿亚洲综合| 国产成人丝袜美腿| 欧美性色黄大片| 亚洲精品一区二区三区福利| 欧美国产欧美亚州国产日韩mv天天看完整 | 香蕉久久夜色精品国产使用方法 | 天天综合天天做天天综合| 另类小说一区二区三区| 波多野结衣视频一区| 欧美美女一区二区三区| 久久九九久久九九| 亚洲午夜免费电影| 国产乱色国产精品免费视频| 色婷婷久久综合| 精品国产乱码久久久久久影片| 国产精品剧情在线亚洲| 日本不卡高清视频| 91免费精品国自产拍在线不卡| 欧美蜜桃一区二区三区| 国产视频视频一区| 日韩国产在线一| 99re热视频这里只精品 | 久久精品夜夜夜夜久久| 一级日本不卡的影视| 韩国精品主播一区二区在线观看 | 中文字幕五月欧美| 久久99热这里只有精品| 色婷婷久久99综合精品jk白丝| 26uuu色噜噜精品一区二区| 亚洲国产一二三| voyeur盗摄精品| www精品美女久久久tv| 视频一区欧美精品| 一本大道av一区二区在线播放| www久久久久| 麻豆成人久久精品二区三区红| 一道本成人在线| 国产精品久久久久久妇女6080| 免费不卡在线观看| 欧美久久久久免费| 亚洲蜜臀av乱码久久精品| 国产成人亚洲综合a∨婷婷 | 亚洲国产激情av| 国产综合成人久久大片91| 欧美日韩第一区日日骚| 一区二区欧美视频| 99久久国产综合精品女不卡| www激情久久| 狠狠色狠狠色综合系列| 欧美一区二区三区婷婷月色| 亚洲激情网站免费观看| 99久久综合国产精品| 欧美国产亚洲另类动漫| 国产精品亚洲第一区在线暖暖韩国| 欧美一区二区三区四区高清| 亚洲成在线观看| 欧洲一区二区av| 一区二区三区 在线观看视频| 色诱亚洲精品久久久久久| 亚洲日本青草视频在线怡红院| av在线播放成人| 国产精品美女久久久久高潮| 成人精品高清在线| 国产精品夫妻自拍| 色播五月激情综合网| 亚洲一级在线观看| 欧美日韩国产美女| 日产精品久久久久久久性色| 91精品国产综合久久精品| 天天操天天色综合| 日韩女优av电影| 国内精品在线播放| 国产精品网站在线观看| 97se亚洲国产综合自在线不卡| 亚洲免费高清视频在线| 欧美体内she精高潮| 婷婷综合五月天| 精品欧美乱码久久久久久| 国产毛片一区二区| 综合久久综合久久| 欧美日韩一区高清| 久久99久久99| 国产精品嫩草99a| 欧洲一区二区av| 久久国产精品区| 国产精品私人影院| 欧美三区在线观看| 免费日韩伦理电影| 国产欧美日本一区二区三区| 91女厕偷拍女厕偷拍高清| 亚洲高清免费一级二级三级| 日韩欧美成人一区二区| 国产不卡免费视频| 亚洲图片欧美一区| 久久嫩草精品久久久精品| 97久久超碰精品国产| 日本成人中文字幕在线视频 | 中文字幕亚洲成人| 欧美美女直播网站|