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

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

?? msado15.tli

?? vc++實踐與提高---數據庫開發與工程應用 源代碼
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (b3e6335d).
//
// d:\other\book\vcado book\源文件\ch5\labmis\release\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 16:06:47 - 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一区二区三区免费野_久草精品视频
精品一区二区综合| 色88888久久久久久影院野外| 99久久免费精品高清特色大片| 91激情五月电影| 久久人人超碰精品| 亚洲成人免费观看| 99久久综合色| 久久只精品国产| 五月婷婷激情综合| 91视频在线观看| 久久综合给合久久狠狠狠97色69| 五月婷婷色综合| 在线亚洲欧美专区二区| 国产日产精品1区| 极品少妇xxxx精品少妇偷拍| 精品视频在线免费观看| 国产精品久久一卡二卡| 国产精品1区2区3区| 欧美一级高清大全免费观看| 亚洲第一在线综合网站| 色悠悠亚洲一区二区| 国产精品女主播在线观看| 精品亚洲成a人| 欧美r级在线观看| 奇米精品一区二区三区在线观看一 | 欧美日韩国产中文| 亚洲激情av在线| 97久久精品人人做人人爽50路 | 国产福利一区在线| 日韩欧美精品在线| 久久99精品国产麻豆婷婷 | 欧美精品第一页| 亚洲第一二三四区| 欧美日韩国产a| 日韩影院在线观看| 日韩一区二区三免费高清| 免费欧美日韩国产三级电影| 欧美一区二区福利在线| 蜜桃av一区二区| 日韩欧美激情在线| 国产一区二区三区在线观看免费视频| 欧美成人精品二区三区99精品| 成a人片亚洲日本久久| 久久久99精品免费观看| 丁香网亚洲国际| 亚洲欧美成aⅴ人在线观看| 在线看国产日韩| 丝袜诱惑制服诱惑色一区在线观看 | 久久久精品影视| 国产盗摄视频一区二区三区| 国产精品高清亚洲| 色欧美乱欧美15图片| 亚洲国产精品天堂| 欧美电视剧免费观看| 国产成人日日夜夜| 亚洲人成网站在线| 91麻豆精品国产91久久久久久久久 | av毛片久久久久**hd| 亚洲影视在线观看| 7777精品伊人久久久大香线蕉超级流畅| 日韩成人免费在线| 日本一区二区三区电影| 91福利视频网站| 蜜臀久久99精品久久久画质超高清 | 国产一区二区精品久久99| 国产精品麻豆网站| 欧美日本一区二区三区| 国产乱码精品一区二区三区av | 日本女优在线视频一区二区| 久久久亚洲精品石原莉奈| 91尤物视频在线观看| 亚洲成人动漫在线观看| 久久蜜桃av一区二区天堂| 91蝌蚪porny成人天涯| 日韩精品成人一区二区三区| 中文av字幕一区| 欧美一二三四在线| 91欧美激情一区二区三区成人| 在线看一区二区| 国产激情91久久精品导航 | 日韩码欧中文字| 精品国免费一区二区三区| 97se狠狠狠综合亚洲狠狠| 日韩国产成人精品| 国产精品免费久久| 日韩一区二区视频| 在线观看亚洲专区| 成人app软件下载大全免费| 青青草原综合久久大伊人精品优势| 中文字幕一区av| 久久精品人人做人人爽人人| 欧美电影在哪看比较好| 色综合一区二区| 国产成人综合在线观看| 日本欧美大码aⅴ在线播放| 亚洲精品国产成人久久av盗摄| 国产日产欧美一区| 26uuu国产在线精品一区二区| 欧美视频在线观看一区二区| 99国产精品久| 波多野结衣欧美| 成人听书哪个软件好| 国产一区二区视频在线| 久久99精品久久久久久动态图 | 极品销魂美女一区二区三区| 性感美女久久精品| 亚洲一区二区三区四区在线观看| 国产精品黄色在线观看| 中文在线一区二区| 欧美激情在线看| 国产三级一区二区三区| 久久久精品影视| 久久无码av三级| 久久久久久久久蜜桃| 久久综合视频网| 国产色爱av资源综合区| 国产片一区二区| 欧美国产欧美综合| 国产精品久久久久久亚洲毛片 | 久久综合狠狠综合久久激情| 日韩一区二区免费在线观看| 91精品国产91久久久久久一区二区| 欧美日韩精品一区二区天天拍小说| 欧美三区在线视频| 欧美日韩欧美一区二区| 欧美一区二区在线视频| 精品日韩在线观看| 久久久久久久久久久久久久久99 | 99国产精品一区| 日本乱人伦一区| 欧美日韩精品一区视频| 日韩欧美一区二区三区在线| 亚洲精品一区二区三区99| 久久精品亚洲一区二区三区浴池| 极品美女销魂一区二区三区免费| 国产美女精品人人做人人爽| 成人激情电影免费在线观看| 99国产精品国产精品久久| 99久久精品免费精品国产| 91精彩视频在线观看| 日韩午夜在线观看视频| 国产亚洲一区二区三区四区| **欧美大码日韩| 亚洲国产精品一区二区尤物区| 麻豆久久久久久久| 成人午夜免费av| 欧美日韩国产精品成人| 精品sm在线观看| 亚洲乱码一区二区三区在线观看| 丝袜亚洲另类欧美综合| 国产成人精品亚洲777人妖 | 亚洲成人先锋电影| 国产麻豆一精品一av一免费| 色中色一区二区| 精品久久国产97色综合| 亚洲女性喷水在线观看一区| 老司机精品视频在线| 91论坛在线播放| 精品国产一二三区| 亚洲制服丝袜在线| 国产乱人伦偷精品视频免下载| 在线观看视频91| 久久久久久电影| 亚洲国产成人porn| 国产成人自拍网| 欧美一区二区高清| 一区二区三区在线视频观看58| 国模大尺度一区二区三区| 欧洲av一区二区嗯嗯嗯啊| 国产无人区一区二区三区| 亚洲国产精品影院| 91热门视频在线观看| 久久亚洲综合色一区二区三区 | 亚洲综合免费观看高清完整版| 国产一区二区三区高清播放| 欧美老年两性高潮| 亚洲狠狠丁香婷婷综合久久久| 国产一区二区电影| 91精品国产乱码| 午夜av电影一区| 在线亚洲免费视频| 18涩涩午夜精品.www| 国产成人自拍网| 久久久青草青青国产亚洲免观| 日韩精品91亚洲二区在线观看| 91国产免费观看| 亚洲人成精品久久久久久 | 国产精品人人做人人爽人人添| 久久成人18免费观看| 91精品国产全国免费观看 | 欧美一级欧美三级在线观看| 亚洲大片免费看| 欧美午夜一区二区三区| 亚洲激情自拍视频| 波多野结衣中文字幕一区二区三区 | 亚洲一区在线观看网站| 色播五月激情综合网| 国产99久久久国产精品潘金| 精品乱人伦一区二区三区| 精品一区二区三区免费播放|