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

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

?? msado15.tli

?? 前一段研究vc數據庫時朋友幫我做的一個關于vc中ADO數據庫中使用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一区二区三区免费野_久草精品视频
亚洲成av人影院| 91色九色蝌蚪| 精品欧美一区二区在线观看| 一区二区三区不卡在线观看| 色狠狠桃花综合| 国产精品久久久久久久久免费樱桃| 麻豆精品久久精品色综合| 欧美日韩精品系列| 亚洲香肠在线观看| 日韩区在线观看| 成人激情综合网站| 亚洲一区二区精品3399| 91国产福利在线| 日本麻豆一区二区三区视频| 欧美一区二区三区免费在线看| 国产毛片精品视频| 国产精品久久久久影院色老大| www.亚洲精品| 日韩国产精品久久久| 欧美精品一区二区三区久久久| 成人av网站在线观看免费| 天堂午夜影视日韩欧美一区二区| 日韩欧美高清在线| 91免费在线视频观看| 看片网站欧美日韩| 亚洲男人的天堂在线aⅴ视频| 日韩欧美国产高清| 欧美在线观看视频在线| 国产成人在线看| 日韩中文字幕一区二区三区| 久久久99久久| 日韩一区二区三区免费看| 一本久久精品一区二区| 极品尤物av久久免费看| 丝袜亚洲精品中文字幕一区| 中文字幕欧美激情| 久久久99精品免费观看不卡| 91精品国产91综合久久蜜臀| 日本丶国产丶欧美色综合| 高清不卡在线观看| 国产激情视频一区二区三区欧美| 九色porny丨国产精品| 日韩av高清在线观看| 一区二区三区精品| 自拍偷拍国产亚洲| 中文字幕第一区综合| 国产精品久久影院| 亚洲人成亚洲人成在线观看图片| 国产精品美女久久久久久久| 久久亚洲一区二区三区明星换脸 | 91福利区一区二区三区| 不卡在线观看av| 欧亚洲嫩模精品一区三区| 91小宝寻花一区二区三区| 久久天天做天天爱综合色| 欧美成人官网二区| 国产片一区二区| 亚洲欧洲韩国日本视频| 亚洲精品中文字幕在线观看| 一区二区三区中文在线| 三级影片在线观看欧美日韩一区二区| 天堂久久久久va久久久久| 开心九九激情九九欧美日韩精美视频电影| 日韩欧美中文一区| 久久综合精品国产一区二区三区| 久久久久亚洲蜜桃| 最新成人av在线| 六月婷婷色综合| 97久久精品人人做人人爽| 欧美日韩在线亚洲一区蜜芽| 精品噜噜噜噜久久久久久久久试看| 欧美激情在线一区二区| 亚洲午夜免费福利视频| 国产精华液一区二区三区| 欧美偷拍一区二区| 欧美激情综合五月色丁香小说| 一区二区三区中文字幕精品精品| 美日韩一区二区三区| 欧美系列一区二区| 国产精品久久久久久久久免费丝袜 | 午夜精品久久久久久久99水蜜桃| 国产成人亚洲精品青草天美| 欧美在线免费视屏| 亚洲图片另类小说| 成人精品免费网站| 精品久久久久香蕉网| 日韩不卡在线观看日韩不卡视频| 成人永久免费视频| 精品精品国产高清a毛片牛牛| 亚洲一区二区三区在线播放| av在线综合网| 亚洲欧美日韩电影| av一区二区三区黑人| 中文字幕免费不卡在线| 黄色小说综合网站| xnxx国产精品| 国产精品一二三区| 国产精品久久久久久久久免费樱桃| 成人一区在线看| 国产欧美日韩综合| 色综合天天综合狠狠| 日韩理论电影院| 精品视频在线免费| 久草在线在线精品观看| 精品国产一区二区三区av性色 | 久久www免费人成看片高清| 91精品国产一区二区人妖| 另类调教123区| 国产日本欧美一区二区| 高清不卡一二三区| 一区二区欧美在线观看| 欧美性xxxxx极品少妇| 日本欧美在线观看| 精品国产一区a| 色综合久久久久网| 美女久久久精品| 久久精品欧美一区二区三区不卡| 色综合天天综合网国产成人综合天| 亚洲成国产人片在线观看| 欧美精品一区视频| 欧美日韩国产经典色站一区二区三区| 日韩激情中文字幕| 亚洲天堂免费在线观看视频| 亚洲美女少妇撒尿| 日韩欧美高清dvd碟片| 色88888久久久久久影院野外 | 精品对白一区国产伦| 欧美三级日韩三级| 国产精品综合久久| 亚洲国产视频一区| 国产精品免费视频观看| 日韩三区在线观看| 欧美综合天天夜夜久久| 粉嫩一区二区三区在线看| 日本vs亚洲vs韩国一区三区二区 | 亚洲欧美一区二区三区极速播放 | 884aa四虎影成人精品一区| 99久久精品国产一区二区三区| 蜜桃av噜噜一区| 天堂午夜影视日韩欧美一区二区| 日韩久久一区二区| 国产欧美va欧美不卡在线| 精品欧美乱码久久久久久 | 在线观看欧美日本| 精品视频一区三区九区| 欧美色综合影院| 欧洲av在线精品| 欧美三级电影在线看| 欧美日韩一区二区三区不卡| 欧美日韩精品免费观看视频| 欧美日韩视频一区二区| 欧美日韩亚洲丝袜制服| 精品国产乱码久久久久久1区2区 | 东方欧美亚洲色图在线| 成人免费视频视频在线观看免费| 成人看片黄a免费看在线| www.色精品| 欧美精品亚洲二区| 欧美电影免费观看高清完整版在线| 日韩精品一区在线| 日本一区二区三区国色天香 | 国产婷婷色一区二区三区四区| 欧美国产精品一区| 午夜亚洲福利老司机| 秋霞国产午夜精品免费视频| 国产一区二区三区香蕉| 91精品福利在线| 久久众筹精品私拍模特| 亚洲自拍偷拍麻豆| 国产一区啦啦啦在线观看| 色乱码一区二区三区88| 欧美tickling网站挠脚心| 国产精品久久久久久久久晋中| 日韩黄色在线观看| 色综合久久综合网| 国产欧美一区二区三区鸳鸯浴 | 国产福利91精品一区二区三区| av不卡免费电影| 久久久久久久久久久久电影| 亚洲国产一区二区三区青草影视| 久久精品国产99| 538prom精品视频线放| 亚洲同性gay激情无套| 国产电影精品久久禁18| 日韩三级在线观看| 青娱乐精品视频在线| 欧美影视一区二区三区| 亚洲天堂成人网| 91在线观看免费视频| 中文字幕av一区二区三区高| 免费在线观看一区| 91精品国产免费| 奇米色一区二区三区四区| 欧美日韩国产在线播放网站| 亚洲美腿欧美偷拍| 91女厕偷拍女厕偷拍高清| 国产精品久久免费看| 北条麻妃国产九九精品视频| 国产精品久99| 97久久久精品综合88久久|