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

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

?? msado15.tli

?? vc++實踐與提高---數據庫開發與工程應用 源代碼
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (52e0e2f3).
//
// d:\other\book\vcado book\源文件\ch6\stu\debug\msado15.tli
//
// Wrapper implementations for Win32 type library c:\Program Files\Common Files\System\ADO\msado15.dll
// compiler-generated file created 12/01/05 at 15:11:46 - 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网址在线看| 成人免费毛片片v| 国产在线播精品第三| 激情欧美一区二区| 日韩成人精品在线| 蜜桃视频第一区免费观看| 麻豆国产一区二区| 国产在线日韩欧美| 成人午夜视频免费看| 国产高清在线精品| 97se亚洲国产综合自在线观| 色综合久久88色综合天天免费| 91蜜桃网址入口| 欧美三级视频在线观看| 日韩欧美国产精品| 欧美激情一区不卡| 亚洲另类在线视频| 同产精品九九九| 韩国av一区二区三区在线观看| 国产精品一区二区三区99| 国产宾馆实践打屁股91| 91久久一区二区| 日韩欧美国产一区二区三区| 国产精品天天看| 亚洲国产精品一区二区久久| 久久99精品久久久久婷婷| 国产ts人妖一区二区| 欧美综合欧美视频| 欧美va亚洲va国产综合| 亚洲日本在线天堂| 久久成人免费日本黄色| 成人aaaa免费全部观看| 日韩一区二区在线观看视频| 国产日韩欧美高清在线| 精品一区二区三区在线观看国产 | 国产盗摄视频一区二区三区| 99久久免费精品| 欧美xxx久久| 亚洲女爱视频在线| 国产精品12区| 91精品国产91久久综合桃花| 国产精品卡一卡二| 老鸭窝一区二区久久精品| 日本伦理一区二区| 久久久精品黄色| 日本免费在线视频不卡一不卡二| 不卡电影一区二区三区| 日韩美女在线视频| 亚洲超碰97人人做人人爱| 岛国一区二区在线观看| 2020国产精品久久精品美国| 亚洲国产一区二区视频| 96av麻豆蜜桃一区二区| 久久色在线观看| 日本成人在线电影网| 在线中文字幕一区二区| 国产精品萝li| 国产成人自拍在线| 精品国产麻豆免费人成网站| 天堂久久一区二区三区| 欧美视频中文一区二区三区在线观看| 日本一区二区成人在线| 国产一区视频网站| 欧美一区欧美二区| 天堂成人国产精品一区| 欧美色综合影院| 亚洲自拍偷拍av| 欧美视频中文字幕| 亚洲国产一区二区三区| 欧美又粗又大又爽| 夜夜揉揉日日人人青青一国产精品 | 91久久精品一区二区三| 国产精品免费视频观看| 顶级嫩模精品视频在线看| 久久久国际精品| 国产经典欧美精品| 欧美激情一区在线| www.日韩大片| 亚洲日本电影在线| 欧美在线一区二区| 亚洲高清一区二区三区| 欧美精品aⅴ在线视频| 天使萌一区二区三区免费观看| 欧美丝袜丝交足nylons| 爽好久久久欧美精品| 欧美一区二区在线看| 激情综合色综合久久| 国产色91在线| 91在线观看美女| 亚洲国产精品久久艾草纯爱| 欧美精品三级日韩久久| 九九久久精品视频| 国产精品网站导航| 欧美日韩在线综合| 精品一区二区三区久久| 中文字幕免费不卡在线| 日本久久一区二区| 理论片日本一区| 国产精品理论片在线观看| 色狠狠色狠狠综合| 日本欧美在线观看| 日本一区二区三区免费乱视频| 91色在线porny| 日韩国产高清影视| 中文字幕欧美激情一区| 欧美日韩亚洲高清一区二区| 韩国v欧美v日本v亚洲v| 亚洲欧美日韩国产成人精品影院 | 国产精品视频一二| 欧美视频自拍偷拍| 国产成人午夜视频| 偷拍日韩校园综合在线| 中文字幕第一区综合| 欧美精品亚洲二区| av不卡在线播放| 人禽交欧美网站| 亚洲黄色性网站| 久久精品人人做人人综合| 欧美精品色综合| 99热精品国产| 精品一区二区三区日韩| 亚洲综合在线电影| 中文字幕欧美国产| 精品久久久影院| 51精品久久久久久久蜜臀| av色综合久久天堂av综合| 国产主播一区二区| 日av在线不卡| 亚洲不卡一区二区三区| 国产精品久久毛片| 精品国产乱码91久久久久久网站| 在线观看视频91| 99精品国产91久久久久久| 国产精品91一区二区| 日韩精品成人一区二区三区| 一区二区三区加勒比av| 国产精品久久久久久妇女6080| 久久麻豆一区二区| 欧美videos大乳护士334| 91精品国产综合久久小美女| 欧美日韩一区二区在线观看视频| 91捆绑美女网站| 9i在线看片成人免费| zzijzzij亚洲日本少妇熟睡| 福利一区二区在线观看| 国产在线不卡一区| 国内精品写真在线观看| 久久99最新地址| 久久99这里只有精品| 韩国精品在线观看| 国产成人午夜精品5599| 国产aⅴ综合色| 波多野结衣亚洲| 色综合欧美在线| 欧亚一区二区三区| 欧美日韩在线观看一区二区| 欧美日韩亚洲综合一区二区三区 | 久久免费的精品国产v∧| 精品成人免费观看| 欧美国产日本韩| 亚洲视频一区二区在线观看| 亚洲欧美电影一区二区| 亚洲影视在线观看| 青青草国产成人av片免费| 麻豆视频一区二区| 国产91精品在线观看| 99九九99九九九视频精品| 色噜噜狠狠色综合中国| 欧美久久久久中文字幕| 精品久久一区二区三区| 国产精品三级av| 亚洲精品乱码久久久久久黑人| 亚洲成人免费影院| 精品一区二区三区在线视频| 成人av午夜电影| 欧美日韩一区在线观看| ww久久中文字幕| 亚洲欧美日韩国产成人精品影院| 日韩国产精品久久| 国产91高潮流白浆在线麻豆| 色综合av在线| 精品电影一区二区三区| 日韩一区欧美一区| 日本不卡视频在线观看| 成人免费的视频| 666欧美在线视频| 日本一区二区动态图| 亚洲国产成人av| 国产黄色成人av| 欧美日韩成人在线| 中文字幕欧美日韩一区| 日韩av不卡一区二区| 成人av网站在线| 精品日韩欧美在线| 亚洲综合av网| 99久久99久久免费精品蜜臀| 日韩视频免费直播| 亚洲高清免费视频|