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

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

?? msado15.tli

?? 前一段研究vc數(shù)據(jù)庫時朋友幫我做的一個關(guān)于vc中ADO數(shù)據(jù)庫中使用Combo Box的例子
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (6669a3eb).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library msado15.dll
// compiler-generated file created 09/22/05 at 16:16:38 - 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| 麻豆久久久久久久| www.欧美色图| ww久久中文字幕| 亚洲bt欧美bt精品777| 国产成人av一区| 欧美一级片在线看| 亚洲永久免费av| 国产成人免费视频网站| 日韩一区二区三免费高清| 综合欧美亚洲日本| 成人国产在线观看| 久久久久国产精品免费免费搜索| 偷拍与自拍一区| 欧洲激情一区二区| 国产精品免费观看视频| 免费欧美高清视频| 欧美日韩大陆在线| 一区二区高清免费观看影视大全| 国产成人av电影免费在线观看| 91 com成人网| 天堂在线一区二区| 欧美精三区欧美精三区| 一二三四区精品视频| 成人小视频在线| 亚洲国产成人一区二区三区| 国产精品99久久久久久久vr| 精品99999| 韩国在线一区二区| 2020国产精品自拍| 国产一区二区三区四区五区美女 | 亚洲综合在线免费观看| av电影在线观看完整版一区二区| 国产三级精品视频| 本田岬高潮一区二区三区| 亚洲国产电影在线观看| 成人黄色av网站在线| 亚洲天堂免费看| 在线一区二区三区四区五区| 亚洲一区二区三区影院| 欧美蜜桃一区二区三区| 视频在线观看91| 欧美一区二区高清| 国产在线播精品第三| 久久美女艺术照精彩视频福利播放 | 亚洲国产日韩精品| 欧美日韩久久不卡| 久久成人麻豆午夜电影| 国产午夜三级一区二区三| 成人小视频免费在线观看| 国产精品视频九色porn| 99精品视频在线播放观看| 亚洲电影在线播放| 欧美一区二区精品在线| 国产一二三精品| 亚洲欧美激情小说另类| 7777精品伊人久久久大香线蕉的| 久久国内精品视频| 中文字幕电影一区| 在线免费观看日韩欧美| 黄网站免费久久| 1区2区3区欧美| 欧美三级中文字| 国产老肥熟一区二区三区| 中文字幕视频一区二区三区久| 欧美日韩一本到| 国产一区二区三区免费| 亚洲综合色在线| 久久久亚洲高清| 在线观看区一区二| 国产福利91精品一区| 一区二区三区蜜桃| 久久尤物电影视频在线观看| 色噜噜夜夜夜综合网| 国产一区二区三区美女| 悠悠色在线精品| 国产欧美日韩视频在线观看| 欧美日本一道本在线视频| 国产成人aaaa| 日韩va亚洲va欧美va久久| 中文字幕欧美一| 精品动漫一区二区三区在线观看| 色综合网站在线| 国产高清精品久久久久| 日韩电影在线一区二区三区| 亚洲视频在线一区观看| 久久久国产午夜精品| 91精品欧美一区二区三区综合在| 91在线免费视频观看| 国产一区二区精品久久99| 日日欢夜夜爽一区| 亚洲另类春色国产| 国产精品国产馆在线真实露脸| 日韩欧美不卡在线观看视频| 精品1区2区3区| 色香蕉久久蜜桃| 不卡视频在线看| 国产一本一道久久香蕉| 麻豆精品精品国产自在97香蕉 | 色综合天天视频在线观看| 国产剧情在线观看一区二区| 日本一区中文字幕| 亚洲午夜久久久久| 一区二区三区在线视频观看| 1024精品合集| 国产欧美视频一区二区| 精品免费日韩av| 精品欧美一区二区久久| 日韩精品一区二区三区蜜臀 | 中文字幕欧美区| 日本一区二区三区久久久久久久久不 | 国产精品电影一区二区| 国产女主播在线一区二区| 久久久青草青青国产亚洲免观| 日韩免费性生活视频播放| 欧美一级片在线看| 久久亚洲一区二区三区四区| 久久久久久久久久久电影| 精品国产乱码久久| 欧美不卡激情三级在线观看| 精品国产免费一区二区三区四区| 精品国产乱码久久久久久浪潮| 精品久久久久一区二区国产| 2024国产精品视频| 国产精品久久久久久亚洲伦| ...xxx性欧美| 亚洲国产成人av网| 免费在线看一区| 国产麻豆视频一区| av在线不卡电影| 欧美调教femdomvk| 91精品国产一区二区人妖| 日韩亚洲欧美一区二区三区| 久久久久久久久岛国免费| 中文无字幕一区二区三区| 国产精品久久久久久久第一福利| 国产精品久久久久久户外露出| 亚洲精品美腿丝袜| 日本欧美一区二区在线观看| 久久99精品久久久久久动态图 | 国模套图日韩精品一区二区 | 成人免费一区二区三区在线观看| 亚洲综合区在线| 美美哒免费高清在线观看视频一区二区| 久久不见久久见中文字幕免费| 国产精品一区免费在线观看| 99国产精品久久久久久久久久 | 91国偷自产一区二区三区观看| 欧美日韩在线播放三区四区| 欧美精品一区二区三| 成人免费在线视频观看| 美腿丝袜亚洲三区| 99久免费精品视频在线观看| 91精品国产美女浴室洗澡无遮挡| 国产精品丝袜在线| 日韩黄色片在线观看| 成人国产精品免费| 欧美美女网站色| 最好看的中文字幕久久| 国内外成人在线| 欧美午夜不卡在线观看免费| 亚洲国产精品成人综合| 午夜a成v人精品| av一区二区三区| 久久一日本道色综合| 午夜伦理一区二区| 99久久国产综合精品色伊 | 免费在线看一区| 色噜噜久久综合| 中文字幕的久久| 国产精品原创巨作av| 制服丝袜日韩国产| 亚洲制服欧美中文字幕中文字幕| 国产精品一区二区久久不卡| 91麻豆精品国产| 亚洲综合久久av| 91免费看视频| 欧美国产日韩在线观看| 久久国产乱子精品免费女| 欧美日韩一区二区三区高清| 亚洲男人的天堂在线观看| 国产盗摄女厕一区二区三区| 日韩精品一区二| 蜜桃一区二区三区四区| 欧美午夜理伦三级在线观看| 亚洲欧洲av在线| jiyouzz国产精品久久| 久久理论电影网| 国产一区二区福利| 精品国产乱子伦一区| 久久激情综合网| 亚洲精品一区二区三区99| 麻豆久久久久久久| 日韩美女视频在线| 黄网站免费久久| 欧美国产禁国产网站cc| 国产成人精品aa毛片| 国产精品天干天干在观线| 99久久国产综合精品女不卡|