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

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

?? msado20.tli

?? 數(shù)據(jù)庫(kù) sql 2000 vc++ mfc幾個(gè)簡(jiǎn)單的例子
?? TLI
?? 第 1 頁 / 共 5 頁
字號(hào):
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (6e7ece87).
//
// msado20.tli
//
// Wrapper implementations for Win32 type library C:\Program Files\Common Files\system\ado\msado20.tlb
// compiler-generated file created 01/23/06 at 20:41:34 - 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, long 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;
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品无圣光一区二区| 99久久国产综合精品麻豆| 亚洲黄色在线视频| 欧美激情综合在线| 国产调教视频一区| 国产精品免费丝袜| 综合久久久久综合| 亚洲国产一区二区在线播放| 亚洲一区二区三区视频在线播放| 一区二区在线观看视频在线观看| 亚洲欧美国产三级| 亚洲国产日韩一级| 美女mm1313爽爽久久久蜜臀| 国产一区在线精品| 成人免费不卡视频| 欧美影视一区在线| 日韩午夜av一区| 中文字幕国产一区| 亚洲卡通动漫在线| 蜜桃一区二区三区在线| 国产成人免费视频网站高清观看视频| 成人免费观看视频| 欧美精品久久一区| 久久久久久久久99精品| 亚洲欧美日韩中文字幕一区二区三区| 一区二区三区四区国产精品| 蜜桃视频一区二区| 99re视频精品| 日韩天堂在线观看| 国产精品成人午夜| 天堂va蜜桃一区二区三区| 国内外成人在线| 色噜噜狠狠成人中文综合| 日韩欧美精品三级| 亚洲欧美日韩在线不卡| 美女视频黄 久久| 一本久道久久综合中文字幕| 日韩女优av电影| 国产精品护士白丝一区av| 偷窥国产亚洲免费视频| 成人手机在线视频| 日韩一本二本av| 亚洲高清在线视频| 国产成人精品亚洲日本在线桃色| 色偷偷88欧美精品久久久| 精品国产三级a在线观看| 一区二区三区在线视频免费观看| 美国一区二区三区在线播放| 日本乱人伦一区| 中文字幕不卡一区| 久久国产欧美日韩精品| 在线精品观看国产| 国产精品国产三级国产| 激情五月婷婷综合| 欧美日韩国产高清一区| 国产精品久久久一本精品 | 精品成人一区二区| 亚洲一二三区在线观看| 97aⅴ精品视频一二三区| 久久女同精品一区二区| 精品在线观看免费| 日韩一区二区三区电影在线观看 | 91在线精品一区二区三区| 久久久亚洲午夜电影| 日韩av在线发布| 欧美最新大片在线看| 亚洲三级在线观看| 91亚洲精品久久久蜜桃| 亚洲三级电影网站| 色8久久精品久久久久久蜜| 国产精品久久久久久久久晋中| 久久机这里只有精品| 日韩一区二区三区四区| 美女视频黄频大全不卡视频在线播放| 欧美日韩高清不卡| 丝袜脚交一区二区| 日韩欧美成人激情| 久久国产综合精品| 久久综合久色欧美综合狠狠| 韩国一区二区三区| 久久久影视传媒| av在线一区二区| 有坂深雪av一区二区精品| 色哟哟在线观看一区二区三区| 亚洲女同女同女同女同女同69| 色综合一区二区| 精品国产99国产精品| 午夜av电影一区| 欧美一级爆毛片| 国产精品一二二区| 欧美经典一区二区三区| 99久久免费精品| 亚洲r级在线视频| 欧美成人免费网站| 成人激情校园春色| 亚洲第一福利一区| wwwwww.欧美系列| youjizz久久| 午夜精品久久久久久久久久| 精品国产污污免费网站入口 | 欧美三级蜜桃2在线观看| 亚洲在线视频网站| 欧美成人高清电影在线| 国产精品综合二区| 亚洲精品v日韩精品| 日韩女优电影在线观看| 成人污视频在线观看| 亚洲成人精品一区二区| 久久久久久久久伊人| 色综合天天天天做夜夜夜夜做| 天堂在线亚洲视频| 国产精品女人毛片| 欧美一卡二卡在线观看| 成人自拍视频在线| 日韩中文欧美在线| 亚洲欧洲一区二区三区| 777久久久精品| 色综合久久中文字幕综合网| 青青草精品视频| ...xxx性欧美| 久久伊99综合婷婷久久伊| 欧洲一区在线观看| 丁香啪啪综合成人亚洲小说 | 美女视频黄频大全不卡视频在线播放| 欧美—级在线免费片| 日韩欧美亚洲国产另类| 91视视频在线观看入口直接观看www| 日韩成人一级片| 亚洲精品自拍动漫在线| 日本一区二区三区在线不卡| 7777精品久久久大香线蕉| 91论坛在线播放| 国产成人av一区二区三区在线观看| 日韩电影一区二区三区四区| 樱花草国产18久久久久| 国产精品毛片大码女人| 久久综合久色欧美综合狠狠| 日韩亚洲欧美综合| 欧美一区二区日韩| 欧美日韩亚洲综合在线| 91老师国产黑色丝袜在线| 成人福利视频在线看| 国产成人综合亚洲网站| 精品一区精品二区高清| 蜜臀久久99精品久久久久久9| 午夜精品福利在线| 亚洲r级在线视频| 午夜伦理一区二区| 午夜精品久久久久久久99水蜜桃| 中文字幕制服丝袜成人av| 国产精品网站在线| 中文字幕不卡在线观看| 最新中文字幕一区二区三区| 欧美经典三级视频一区二区三区| 久久精品免费在线观看| 国产欧美在线观看一区| 国产午夜亚洲精品午夜鲁丝片| 久久日一线二线三线suv| 久久在线免费观看| 国产欧美视频一区二区| 国产精品不卡在线| 亚洲麻豆国产自偷在线| 亚洲愉拍自拍另类高清精品| 亚洲一级二级在线| 亚洲 欧美综合在线网络| 免费观看日韩av| 国产乱子伦视频一区二区三区 | 久久久午夜电影| 日本一区二区三区视频视频| 国产精品麻豆99久久久久久| 亚洲人成网站在线| 亚洲成人资源在线| 国产在线精品一区二区夜色| 国产精品一区专区| 成人成人成人在线视频| 欧美亚洲禁片免费| 欧美大片在线观看| 国产精品乱码人人做人人爱| 一区二区理论电影在线观看| 视频一区免费在线观看| 国产成人亚洲精品青草天美| 91网上在线视频| 精品精品欲导航| 亚洲人成7777| 国产一区二区伦理片| 一本到三区不卡视频| 精品国产乱码久久久久久久久 | 欧美区一区二区三区| 欧美成人精品3d动漫h| 亚洲欧洲一区二区三区| 日产国产高清一区二区三区 | 天堂va蜜桃一区二区三区漫画版| 精品亚洲免费视频| 日本道色综合久久| 精品对白一区国产伦| 午夜欧美在线一二页| 成人av免费网站| 日韩精品一区二区三区在线播放 | 国产在线精品不卡| 欧洲另类一二三四区|