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

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

?? msado15.tli

?? visual c++ 實例編程
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (42a89d12).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library msado15.dll
// compiler-generated file created 08/30/02 at 17:21:01 - 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;
}

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一区二区三区免费野_久草精品视频
日本aⅴ亚洲精品中文乱码| 欧美日韩一区二区三区免费看| 亚洲色图19p| 国产亚洲视频系列| 精品乱人伦一区二区三区| 9191国产精品| 91精品国产综合久久久久久漫画 | 精品国内二区三区| 欧美一区午夜精品| 日韩三级免费观看| 91精品国产综合久久香蕉麻豆 | 一区二区久久久久| 亚洲最新视频在线观看| 亚洲免费电影在线| 亚洲午夜精品在线| 国产精品美女久久久久aⅴ | av电影一区二区| 成人av网站在线观看免费| 成人精品鲁一区一区二区| 粉嫩aⅴ一区二区三区四区五区| 国产精品18久久久久久久久久久久 | 日一区二区三区| 日韩电影免费一区| 捆绑变态av一区二区三区| 久久66热偷产精品| 国产成人在线视频网址| 成人免费视频网站在线观看| 9人人澡人人爽人人精品| 91在线免费看| 69成人精品免费视频| 欧美成人a视频| 中文字幕高清一区| 亚洲一区自拍偷拍| 久久99精品国产麻豆不卡| 国产精品一区二区黑丝| 一本一道综合狠狠老| 欧美午夜精品一区二区三区 | 天天综合天天综合色| 免费在线成人网| 不卡av免费在线观看| 91看片淫黄大片一级| 91.com视频| 欧美国产禁国产网站cc| 亚洲高清视频的网址| 精品一区二区三区在线视频| 不卡大黄网站免费看| 91精品欧美综合在线观看最新| 久久久久亚洲蜜桃| 亚洲精品亚洲人成人网在线播放| 石原莉奈一区二区三区在线观看| 成人免费视频免费观看| 欧美男人的天堂一二区| 欧美韩日一区二区三区| 日韩一区精品视频| 成人国产免费视频| 日韩欧美成人一区二区| 亚洲女与黑人做爰| 国产精品一区在线| 欧美一区二区视频在线观看2022 | 不卡av在线免费观看| 日韩精品在线看片z| 一区二区三区四区激情| 国产剧情av麻豆香蕉精品| 欧美午夜不卡在线观看免费| 欧美国产日韩在线观看| 精品写真视频在线观看| 欧美日韩aaaaaa| 亚洲美女精品一区| 国产suv精品一区二区三区| 3atv在线一区二区三区| 综合自拍亚洲综合图不卡区| 国产精品自拍av| 欧美一区二区三区视频在线观看| 亚洲色图在线看| www.久久久久久久久| 久久久不卡影院| 国产一区二区在线免费观看| 日韩一区二区在线观看视频播放| 亚洲制服丝袜av| 在线观看免费亚洲| 亚洲精品国产一区二区精华液| www.99精品| 国产欧美日本一区视频| 国产一二精品视频| 久久综合一区二区| 国产一区二区在线看| 国产午夜精品一区二区| 国产v日产∨综合v精品视频| 国产免费成人在线视频| 国产麻豆成人精品| 欧美激情一区二区三区| 成人app网站| 亚洲免费毛片网站| 91搞黄在线观看| 亚洲精品高清在线观看| 91视频免费观看| 亚洲免费视频成人| 欧美日韩aaaaaa| 毛片基地黄久久久久久天堂| 欧美成人精精品一区二区频| 国产精品一区二区男女羞羞无遮挡 | 国产老妇另类xxxxx| 国产精品久久久久久久裸模| 9色porny自拍视频一区二区| 亚洲综合免费观看高清完整版在线 | 91精品国产一区二区| 韩国中文字幕2020精品| 国产亚洲欧美中文| 色哟哟一区二区三区| 亚洲国产精品久久久久秋霞影院| 欧美一区永久视频免费观看| 国产精品1024| 一区二区三区在线观看欧美| 欧美一级欧美三级| 成人av电影在线网| 午夜精品久久久| 久久久91精品国产一区二区三区| 色综合欧美在线视频区| 亚洲不卡在线观看| 精品国产一区a| 色综合久久久久综合体桃花网| 日日骚欧美日韩| 国产精品亲子伦对白| 欧美精品乱人伦久久久久久| 国产精品12区| 日韩二区在线观看| 国产精品久久久久久久浪潮网站| 67194成人在线观看| av在线不卡电影| 久久国产精品免费| 亚洲欧美另类久久久精品| 精品久久久久久久久久久久久久久久久 | 91首页免费视频| 经典一区二区三区| 亚洲一区av在线| 国产农村妇女精品| 欧美一区二区三区视频在线| 91丨九色丨国产丨porny| 精品一区二区三区免费观看| 亚洲激情自拍视频| 国产精品色一区二区三区| 日韩免费高清电影| 欧美视频完全免费看| 不卡的av电影| 国产999精品久久久久久绿帽| 日韩精品午夜视频| 亚洲女同ⅹxx女同tv| 亚洲国产精品t66y| 久久先锋资源网| 日韩午夜三级在线| 欧美日韩一区视频| 在线观看视频91| 色综合久久久久综合| 成人av网站免费观看| 成人美女在线观看| 高清不卡一区二区| 国产成人激情av| 国产精品77777| 高清beeg欧美| 国产成人福利片| 国产精品18久久久久久vr| 国产一区二区免费看| 国产在线看一区| 国产成人夜色高潮福利影视| 韩国成人精品a∨在线观看| 黑人巨大精品欧美黑白配亚洲| 免费日本视频一区| 久久99热99| 国产美女视频一区| 国产精品综合久久| 成人免费av在线| av电影天堂一区二区在线观看| av电影天堂一区二区在线 | 国产精品久久久久久户外露出| 国产欧美日本一区二区三区| 国产精品久久久久四虎| 亚洲欧美日韩一区二区 | 亚洲人一二三区| 亚洲一区二区三区四区的| 午夜国产精品影院在线观看| 五月婷婷欧美视频| 韩国一区二区三区| av午夜一区麻豆| 在线一区二区三区| 欧美一区二区三区四区久久| 欧美va日韩va| 一区二区三区在线免费观看| 亚洲免费在线视频| 日产国产欧美视频一区精品 | 国产在线精品一区二区三区不卡| 岛国精品在线播放| 在线观看欧美黄色| 精品国产91乱码一区二区三区| 日本一区二区视频在线观看| 亚洲精品久久久蜜桃| 免费看日韩a级影片| a亚洲天堂av| 欧美一区二区视频在线观看2020 | 成人av资源在线观看| 欧美日韩国产天堂|