亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
欧美体内she精高潮| 日日摸夜夜添夜夜添亚洲女人| 欧美精品久久99久久在免费线 | 精品伊人久久久久7777人| 国产亚洲一二三区| 精品国产亚洲一区二区三区在线观看| 欧美美女bb生活片| 欧美日韩国产影片| 日韩女同互慰一区二区| 日韩色在线观看| 精品av综合导航| 久久先锋影音av| 国产欧美一区二区精品久导航| 久久综合久久鬼色| 亚洲国产精品t66y| 亚洲色图欧美在线| 亚洲va韩国va欧美va| 日韩制服丝袜av| 黄页视频在线91| 成人自拍视频在线观看| 91在线观看下载| 丝袜亚洲另类丝袜在线| 欧美精品亚洲一区二区在线播放| 色88888久久久久久影院按摩 | 一区二区三区久久| 午夜精品成人在线视频| 久久国产精品色婷婷| 成人免费不卡视频| 欧美日韩免费一区二区三区| 精品国产sm最大网站| 中文字幕在线一区| 亚洲国产精品自拍| 国产精品18久久久久久久网站| 91在线观看免费视频| 日韩亚洲电影在线| 最近中文字幕一区二区三区| 亚洲高清免费观看| 成人国产精品免费网站| 欧美久久久一区| 亚洲欧美激情视频在线观看一区二区三区 | 久久精品国产亚洲高清剧情介绍| 麻豆精品久久久| 91麻豆视频网站| 欧美videos大乳护士334| 国产精品福利一区二区| 蜜臀av性久久久久蜜臀aⅴ| 99久久精品费精品国产一区二区| 欧美一级在线免费| 中文字幕一区二区三区在线播放| 日韩精品一二三区| 91视频一区二区三区| 精品日韩av一区二区| 夜夜嗨av一区二区三区网页| 日日摸夜夜添夜夜添亚洲女人| 国产精品亚洲一区二区三区在线 | 在线欧美小视频| 26uuu国产电影一区二区| 亚洲网友自拍偷拍| 色综合中文字幕国产| 日韩欧美一区二区视频| 一区二区三区色| 99视频热这里只有精品免费| 国产清纯美女被跳蛋高潮一区二区久久w| 亚洲国产aⅴ天堂久久| 色婷婷av久久久久久久| 国产精品亲子伦对白| 国产精品一二三四五| 亚洲黄色小说网站| 成人激情校园春色| 中文字幕av一区 二区| 国产精品888| 国产婷婷一区二区| 99精品久久99久久久久| 99视频一区二区三区| 国产日韩欧美综合在线| 国产最新精品免费| xfplay精品久久| 久久国产精品99精品国产| 欧美猛男男办公室激情| 性久久久久久久久久久久| 欧美日韩在线播放三区四区| 五月婷婷激情综合| 91精品国产高清一区二区三区 | 欧美白人最猛性xxxxx69交| 性做久久久久久免费观看欧美| 欧美日韩国产系列| 喷水一区二区三区| 久久久久久9999| 欧美成人在线直播| 日本成人超碰在线观看| 精品国产乱码久久久久久蜜臀| 久久精品国产亚洲5555| 国产三级一区二区三区| 91在线视频网址| 日韩中文字幕av电影| 久久综合色综合88| 91色.com| 男女男精品网站| 国产蜜臀97一区二区三区 | 欧美日韩视频第一区| 老司机精品视频一区二区三区| 精品日韩av一区二区| 丁香亚洲综合激情啪啪综合| 亚洲六月丁香色婷婷综合久久| 欧美二区乱c少妇| 国产精品综合一区二区三区| 亚洲美女少妇撒尿| 欧美一区二区三区不卡| 成人一区二区三区在线观看| 亚洲另类在线视频| 久久综合九色综合久久久精品综合| 成人久久久精品乱码一区二区三区| 亚洲精品久久久久久国产精华液| 欧美一区永久视频免费观看| 99久久精品免费观看| 久久精品久久综合| 一区二区三区在线观看视频| 久久综合九色欧美综合狠狠| 91片在线免费观看| 国产美女精品在线| 五月天久久比比资源色| 国产精品视频一二三| 91精品久久久久久久91蜜桃 | 欧美在线一二三四区| 国产乱码一区二区三区| 亚洲风情在线资源站| 国产精品少妇自拍| 欧美mv和日韩mv的网站| 欧美男人的天堂一二区| 99久久99精品久久久久久| 九色porny丨国产精品| 亚洲成av人影院| 亚洲男同性恋视频| 一区二区久久久久| 久久色在线视频| 欧美日韩午夜在线| 成人小视频在线| 裸体歌舞表演一区二区| 亚洲bdsm女犯bdsm网站| 亚洲欧美日韩国产手机在线| 久久精品综合网| 久久免费的精品国产v∧| 日韩欧美国产综合| 欧美一区二区三区公司| 欧美日韩激情在线| 欧美亚洲一区二区在线观看| 99热在这里有精品免费| 成人深夜福利app| 国产精品影视天天线| 国模无码大尺度一区二区三区| 日韩国产欧美在线视频| 亚洲国产精品久久久久婷婷884| 亚洲欧美日韩系列| 亚洲影院理伦片| 亚洲精品欧美二区三区中文字幕| 综合激情成人伊人| 亚洲欧美日韩久久精品| 国产欧美日韩在线| 国产欧美久久久精品影院| 国产女人18水真多18精品一级做| 精品对白一区国产伦| 久久久国产综合精品女国产盗摄| 久久综合999| 国产农村妇女精品| 亚洲视频一区二区在线观看| 亚洲精品乱码久久久久久| 亚洲综合色丁香婷婷六月图片| 一区二区三区在线影院| 五月综合激情日本mⅴ| 美女在线视频一区| 国产经典欧美精品| 9i在线看片成人免费| 欧美无砖专区一中文字| 91精品一区二区三区久久久久久| 日韩精品最新网址| 国产精品视频一二| 一区二区三区美女| 麻豆精品一二三| 成人在线综合网站| 欧美视频一区在线观看| 日韩三级精品电影久久久| 欧美高清在线视频| 亚洲成年人影院| 国产乱子伦一区二区三区国色天香| 成人短视频下载| 欧美喷水一区二区| 欧美日韩国产免费一区二区 | 亚洲精品五月天| 午夜国产精品影院在线观看| 日韩一区欧美二区| 成人一级黄色片| 欧美福利一区二区| 欧美国产97人人爽人人喊| 亚洲综合免费观看高清完整版在线| 日韩av网站免费在线| www.爱久久.com| 日韩视频一区二区三区在线播放| 国产精品久久久久影院| 美女尤物国产一区| 91激情五月电影|