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

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? msado15.tli

?? 本系統(tǒng)是餐飲管理系統(tǒng) 系統(tǒng)介紹 “民以食為天”
?? TLI
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (5cc2e2ac).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library C:\\Program Files\\Common Files\\System\\ado\\msado15.dll
// compiler-generated file created 11/07/07 at 16:09:23 - 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;
}

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
av一区二区三区| 欧美吞精做爰啪啪高潮| 一区二区日韩电影| 精品成人一区二区| 欧美视频日韩视频在线观看| 国产sm精品调教视频网站| 亚洲mv在线观看| 国产精品国产馆在线真实露脸| 91精品国产综合久久久蜜臀粉嫩| 99精品国产一区二区三区不卡| 激情综合色播五月| 性做久久久久久| 亚洲欧美日韩精品久久久久| 久久免费视频色| 欧美一区二区三区公司| 91蝌蚪porny| 成人黄色软件下载| 国内久久精品视频| 免费在线成人网| 亚洲一区二区四区蜜桃| 亚洲欧美综合在线精品| 国产欧美1区2区3区| 欧美大片免费久久精品三p| 欧美日韩国产一区| 91黄色激情网站| 一本到高清视频免费精品| 成人午夜视频福利| 国产mv日韩mv欧美| 国产成人精品免费在线| 国产一区视频导航| 国产精品一区在线观看你懂的| 奇米一区二区三区| 日韩精彩视频在线观看| 日韩黄色片在线观看| 日本在线观看不卡视频| 亚洲成a人片在线不卡一二三区| 亚洲色欲色欲www| 亚洲视频香蕉人妖| 亚洲裸体在线观看| 亚洲精品成人精品456| 自拍偷拍亚洲欧美日韩| 亚洲欧美在线观看| 亚洲天堂福利av| 亚洲激情五月婷婷| 亚洲高清视频中文字幕| 日韩激情一区二区| 激情六月婷婷综合| 国产成人免费视频一区| 成人免费三级在线| 99国产精品久久久| 欧洲精品视频在线观看| 欧美视频一区二区三区四区| 欧美三级视频在线| 91精品国产综合久久久久久久 | 日本久久电影网| 91视频国产观看| 欧美伊人久久大香线蕉综合69| 在线视频你懂得一区| 制服丝袜中文字幕一区| 欧美成人午夜电影| 国产欧美日韩三区| 亚洲精品免费视频| 免费在线视频一区| 大尺度一区二区| 91久久精品网| 日韩美女在线视频| 国产精品二三区| 日韩国产精品久久| 国产成人啪免费观看软件| 91成人在线精品| 91精品免费观看| 久久久99久久| 亚洲日本一区二区三区| 视频一区视频二区中文| 国产乱码精品一区二区三区五月婷 | 欧美顶级少妇做爰| 国产日韩欧美精品电影三级在线 | 亚洲国产成人va在线观看天堂| 日本 国产 欧美色综合| 国产91精品露脸国语对白| 在线一区二区三区四区五区| 精品国产一区久久| 一区二区三区欧美激情| 久久国产夜色精品鲁鲁99| www.欧美日韩国产在线| 日韩精品专区在线| 樱桃视频在线观看一区| 精品制服美女丁香| 91成人免费在线| 国产欧美日韩视频在线观看| 亚洲大片在线观看| 成人在线视频一区二区| 欧美一三区三区四区免费在线看| 中文字幕永久在线不卡| 久久99最新地址| 色94色欧美sute亚洲线路一久 | 欧美视频一区二区三区在线观看| 久久网站最新地址| 亚洲电影中文字幕在线观看| 国产精品一区二区三区四区| 欧美日韩的一区二区| 亚洲视频一区二区在线| 国产精品99久| 日韩欧美区一区二| 亚洲第一在线综合网站| www.欧美色图| 国产欧美日韩精品a在线观看| 蜜臀精品久久久久久蜜臀| 在线免费观看成人短视频| 国产人成一区二区三区影院| 水蜜桃久久夜色精品一区的特点| 97aⅴ精品视频一二三区| 国产午夜精品一区二区三区视频| 奇米精品一区二区三区四区| 欧美色综合网站| 一区二区三区在线视频免费观看| 成人av在线资源| 国产日韩欧美a| 国产乱人伦偷精品视频免下载| 欧美一区二区三区在线电影| 性久久久久久久久| 欧美婷婷六月丁香综合色| 亚洲精品v日韩精品| 一本到高清视频免费精品| 亚洲欧美在线aaa| 99在线精品一区二区三区| 国产日产欧美一区二区视频| 加勒比av一区二区| 欧美成人乱码一区二区三区| 麻豆精品一区二区综合av| 欧美一区二区三区四区五区| 日精品一区二区| 91精品啪在线观看国产60岁| 丝袜美腿亚洲一区二区图片| 在线成人小视频| 日本中文字幕一区二区视频| 欧美丰满少妇xxxxx高潮对白| 亚洲1区2区3区4区| 欧美美女视频在线观看| 日韩电影一二三区| 日韩欧美成人一区二区| 国内精品嫩模私拍在线| 国产午夜三级一区二区三| 成人手机在线视频| 亚洲视频一区在线| 欧美日韩一级二级三级| 三级在线观看一区二区| 91精品国产一区二区三区蜜臀| 日本怡春院一区二区| 欧美成人精精品一区二区频| 国产一区二区三区四区五区入口| 久久久久久久av麻豆果冻| www.视频一区| 亚洲成人在线网站| 欧美成人r级一区二区三区| 国产一区在线精品| 国产精品成人在线观看 | 精品乱人伦一区二区三区| 精品亚洲国内自在自线福利| 国产日韩高清在线| 91福利在线看| 秋霞电影一区二区| 久久久久成人黄色影片| 色综合久久久久综合| 日韩黄色免费电影| 国产午夜精品一区二区| 色吊一区二区三区| 美女任你摸久久| 国产精品视频yy9299一区| 欧美日韩综合一区| 国产乱码字幕精品高清av| 亚洲美女少妇撒尿| 精品久久人人做人人爱| 99精品视频在线播放观看| 日韩国产欧美视频| 国产精品国产三级国产aⅴ入口| 欧美性大战久久| 国产一区二区三区精品视频| 亚洲欧美福利一区二区| 91精品国产91久久久久久最新毛片 | 99免费精品在线| 日韩**一区毛片| 综合婷婷亚洲小说| 日韩免费高清视频| 91麻豆福利精品推荐| 韩国成人在线视频| 亚洲午夜精品17c| 国产欧美日韩另类视频免费观看 | 日韩三级中文字幕| 丁香激情综合五月| 免费观看在线综合| 亚洲免费观看高清完整| 26uuu亚洲综合色| 欧美剧情电影在线观看完整版免费励志电影 | 日韩高清电影一区| 亚洲欧洲日韩在线| 久久免费美女视频| 666欧美在线视频| 91蝌蚪porny九色| 国产成人在线电影|