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

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

?? msado15.tli

?? 一個簡單的校園卡管理系統。利用VC+SQL開發。基本對話框。含注冊、掛失、充值、帳戶查詢等功能。
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (0baf4f7f).
//
// d:\數據庫\課程設計\餐卡管理系統visual c++\最終\校園卡管理系統vc\debug\msado15.tli
//
// Wrapper implementations for Win32 type library C:\Program Files\Common Files\System\ado\msado15.dll
// compiler-generated file created 09/04/08 at 07:45:20 - 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 newDataTypeEnum Property::GetType ( ) {
    enum newDataTypeEnum _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 newDataTypeEnum Type, enum newParameterDirectionEnum 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));

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
麻豆国产91在线播放| 国产乱淫av一区二区三区| 欧美精品一区二区三区蜜臀| 日本精品视频一区二区| 国产精品资源网| 亚洲国产成人av| 国产精品视频观看| 日韩欧美专区在线| 在线日韩国产精品| 成人黄色777网| 国产美女精品在线| 奇米一区二区三区| 亚洲第一综合色| 日韩美女啊v在线免费观看| 久久久综合激的五月天| 日韩亚洲欧美在线观看| 欧美日韩精品一区二区三区四区 | 国产精品一品二品| 日本美女一区二区三区| 亚洲在线视频免费观看| 亚洲欧洲另类国产综合| 欧美经典一区二区三区| 欧美精品一区二区三区蜜臀| 日韩视频在线永久播放| 欧美日韩的一区二区| 欧美亚洲图片小说| 色av成人天堂桃色av| 91片黄在线观看| 成人黄色网址在线观看| 成人97人人超碰人人99| 成人在线视频一区二区| 欧美一a一片一级一片| 91丨九色丨黑人外教| 成人av网站在线观看免费| 国产激情一区二区三区四区| 狠狠色2019综合网| 黄色日韩网站视频| 久88久久88久久久| 久久99精品久久久久久动态图 | 亚洲欧美日韩国产一区二区三区| 国产视频一区在线播放| 久久久久久久电影| 国产亚洲婷婷免费| 中文在线资源观看网站视频免费不卡 | 日av在线不卡| 裸体在线国模精品偷拍| 另类综合日韩欧美亚洲| 韩国女主播一区二区三区| 国产在线视频一区二区三区| 国产乱码字幕精品高清av | 国产亚洲人成网站| 亚洲国产高清aⅴ视频| 国产精品理论在线观看| 亚洲精品亚洲人成人网| 亚洲国产精品视频| 蜜臀久久99精品久久久久久9 | 欧美欧美欧美欧美| 日韩欧美国产精品一区| 久久一区二区视频| 中文字幕中文字幕一区二区| 洋洋av久久久久久久一区| 日韩和欧美一区二区三区| 精品在线亚洲视频| 成人激情免费网站| 欧美亚洲国产一区在线观看网站| 欧美日韩国产高清一区二区| xf在线a精品一区二区视频网站| 欧美韩国日本一区| 一区二区三区久久| 久久99精品久久久久久动态图| 国产成人高清在线| 欧美在线一区二区| 欧美va亚洲va香蕉在线| 自拍偷拍亚洲综合| 日本在线播放一区二区三区| 粉嫩在线一区二区三区视频| 欧美自拍偷拍一区| 精品卡一卡二卡三卡四在线| 亚洲欧美在线视频| 日本最新不卡在线| 北条麻妃国产九九精品视频| 欧美精品在线视频| 国产精品美女久久久久久久久| 亚洲电影一级黄| 岛国一区二区三区| 欧美一级高清大全免费观看| 国产精品福利一区二区| 日本成人中文字幕在线视频| 不卡av在线网| 欧美成人官网二区| 一区二区三区加勒比av| 国产剧情一区二区| 欧美日韩另类一区| 成人欧美一区二区三区视频网页 | 91精品综合久久久久久| 国产精品灌醉下药二区| 蜜桃视频在线观看一区二区| av电影天堂一区二区在线 | 国产日韩av一区| 日本三级韩国三级欧美三级| 91老师国产黑色丝袜在线| 久久久久免费观看| 青青草原综合久久大伊人精品优势 | 亚洲国产精品一区二区久久| 成人免费毛片片v| 精品欧美一区二区在线观看| 亚洲精品videosex极品| 国产精品资源在线| 欧美成人一级视频| 三级欧美在线一区| 欧美亚洲国产怡红院影院| 国产精品理伦片| 国产精品18久久久久| 91精品国产综合久久久久久漫画| 一区二区久久久久| 99精品欧美一区| 中文字幕乱码亚洲精品一区| 国产一区二区三区久久久| 日韩三级视频在线看| 性久久久久久久久久久久| 欧洲亚洲精品在线| 亚洲欧美另类久久久精品2019| 国产成人h网站| 国产亚洲一二三区| 国产激情一区二区三区四区| 欧美精品一区二区三区久久久 | 97久久久精品综合88久久| 亚洲国产精品精华液2区45| 国产一区二区三区免费播放| 精品国产亚洲在线| 老司机午夜精品| 日韩欧美国产电影| 蜜臀av性久久久久蜜臀aⅴ| 欧美一级搡bbbb搡bbbb| 日韩制服丝袜先锋影音| 欧美一级一区二区| 久久精品国产**网站演员| 日韩亚洲欧美在线观看| 免费观看日韩电影| 欧美大片国产精品| 极品少妇xxxx精品少妇| 久久日韩精品一区二区五区| 国产精品一区在线观看你懂的| 欧美精品一区二区三区很污很色的 | 成人午夜电影久久影院| 国产网站一区二区三区| 成人国产亚洲欧美成人综合网 | 7777精品伊人久久久大香线蕉| 日日摸夜夜添夜夜添精品视频| 欧美精品久久久久久久多人混战| 日韩专区欧美专区| 精品成人一区二区三区| 国产91丝袜在线播放九色| 最新久久zyz资源站| 欧美色爱综合网| 蜜臀av亚洲一区中文字幕| 欧美精品一区男女天堂| 成人免费毛片嘿嘿连载视频| 一区二区三区日本| 91精品国产综合久久福利软件| 国内偷窥港台综合视频在线播放| 五月婷婷综合在线| 欧美老肥妇做.爰bbww视频| 久久激情五月激情| 中文字幕不卡在线观看| 欧美专区在线观看一区| 久久精品国产久精国产| 中文字幕日韩一区| 欧美日韩综合在线免费观看| 久久se精品一区二区| 国产精品电影一区二区| 欧美精品v国产精品v日韩精品| 极品美女销魂一区二区三区免费| 国产精品女上位| 欧美日本在线视频| 国产电影一区在线| 亚洲国产日产av| 国产午夜精品福利| 欧美精品一卡二卡| 成人一二三区视频| 日韩激情视频在线观看| 国产精品福利一区二区| 制服丝袜中文字幕一区| 成人av免费网站| 毛片av一区二区三区| 《视频一区视频二区| 日韩一区二区免费视频| 99国产精品视频免费观看| 蜜臀精品久久久久久蜜臀| 亚洲视频小说图片| 精品成人一区二区三区四区| 久久久精品天堂| 欧美日韩国产美女| 成人深夜福利app| 日韩激情一二三区| 亚洲激情综合网| 中文乱码免费一区二区| 日韩欧美国产一区在线观看| 色婷婷亚洲精品| 国产不卡在线一区|