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

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

?? msado15.tli

?? 利用了ADO技術(shù)實(shí)現(xiàn)了對(duì)數(shù)據(jù)庫的基本操作啊
?? TLI
?? 第 1 頁 / 共 5 頁
字號(hào):
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (ea61aaa1).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library c:\program files\common files\system\ado\msado15.dll
// compiler-generated file created 04/24/08 at 14:02:35 - 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;
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久精品国产久精国产爱| 国产精品久久国产精麻豆99网站| 国产亚洲综合性久久久影院| 久久亚洲春色中文字幕久久久| 一本久久精品一区二区| 亚洲精品在线免费观看视频| 久久久www成人免费毛片麻豆 | 久久久久久久精| 国产精品成人一区二区三区夜夜夜| 欧美一区二区免费观在线| 亚洲国产激情av| 伊人婷婷欧美激情| 日本视频中文字幕一区二区三区| 久久网这里都是精品| 中文字幕一区二区三区视频| 日本不卡一二三| 91偷拍与自偷拍精品| 日韩一区二区在线免费观看| 中文字幕在线不卡| 免费人成在线不卡| 色丁香久综合在线久综合在线观看| 国产suv精品一区二区三区| 美女mm1313爽爽久久久蜜臀| 91在线视频网址| 欧美午夜电影网| 中文字幕高清一区| 丝袜美腿高跟呻吟高潮一区| 懂色av一区二区在线播放| 国产福利视频一区二区三区| 欧美日韩高清不卡| 亚洲天堂成人在线观看| 国产精品123| 制服丝袜在线91| 日韩丝袜情趣美女图片| 亚洲精选一二三| 99精品久久99久久久久| 日本道精品一区二区三区| 国产日韩精品一区二区浪潮av| 国产精品久久久一本精品| 亚洲精品欧美综合四区| 懂色av一区二区夜夜嗨| 在线电影国产精品| 亚洲国产成人91porn| 蜜桃久久久久久| 国产高清一区日本| 99精品欧美一区| 国产精品免费aⅴ片在线观看| 亚洲欧美日韩国产一区二区三区| 亚洲欧美另类小说视频| 成人午夜电影网站| 国产色一区二区| 国产精品正在播放| 久久这里只有精品6| 亚洲欧洲日产国码二区| 丝袜诱惑制服诱惑色一区在线观看| 久久se精品一区二区| 日韩一区二区三区在线视频| 午夜精品久久久久影视| 欧美日韩久久不卡| 日韩va亚洲va欧美va久久| 欧美日韩免费一区二区三区视频| 欧美精品一区二区三区久久久| 中文字幕色av一区二区三区| 亚洲线精品一区二区三区八戒| 成人免费毛片片v| 国产精品无遮挡| 日韩成人伦理电影在线观看| 91精品欧美一区二区三区综合在| 亚洲国产精品成人综合色在线婷婷| 亚洲国产裸拍裸体视频在线观看乱了 | 91精品国产综合久久久久久漫画 | 久久亚洲精华国产精华液| 狠狠色丁香婷婷综合| bt7086福利一区国产| 亚洲男同1069视频| 欧美撒尿777hd撒尿| 免费成人在线播放| 久久日韩精品一区二区五区| 亚洲福利一区二区| 精品美女被调教视频大全网站| 亚洲精品一二三四区| 成人免费高清在线| 亚洲人精品一区| 欧美猛男gaygay网站| 国产中文字幕一区| 樱桃视频在线观看一区| 久久精品视频一区| 色哟哟日韩精品| 久久综合综合久久综合| 国产精品理伦片| 在线成人午夜影院| 成人动漫一区二区| 亚洲国产精品一区二区www在线| 男人的天堂久久精品| 久久久久久9999| 欧美视频一区二区三区四区| 国内精品自线一区二区三区视频| 在线免费av一区| 国产美女精品一区二区三区| 国产精品美女久久久久久久| 国产精品性做久久久久久| 亚洲一区二区视频| 色播五月激情综合网| 看电视剧不卡顿的网站| 18涩涩午夜精品.www| 欧美一级高清片在线观看| 丁香啪啪综合成人亚洲小说 | 国产精品自拍毛片| 亚洲第一激情av| 国产校园另类小说区| 欧美最猛性xxxxx直播| 国产精品99久久久久久似苏梦涵 | 国产女同互慰高潮91漫画| 色婷婷一区二区三区四区| 国产老妇另类xxxxx| 日韩一区二区视频| 欧美日韩在线播| 亚洲欧美日韩国产一区二区三区| 91九色02白丝porn| 成人综合在线观看| 久久国产精品72免费观看| 亚洲在线成人精品| 国产精品国产自产拍在线| 久久男人中文字幕资源站| 欧美一区二区啪啪| 欧美精品一二三| 欧美午夜一区二区三区| 91视频com| 国产精品小仙女| 国产综合久久久久久鬼色| 日韩国产在线一| 午夜久久久影院| 亚洲成a人片在线不卡一二三区| 欧美一级日韩免费不卡| 欧美色图一区二区三区| 99热国产精品| 不卡电影免费在线播放一区| 久久97超碰国产精品超碰| 国产精品区一区二区三| 久久综合久久综合久久| www精品美女久久久tv| 2024国产精品| 国产午夜亚洲精品不卡| 国产亚洲人成网站| 欧美在线视频日韩| 欧美性生交片4| 欧美精品一级二级| 91精品在线观看入口| 成人av在线一区二区三区| 天天av天天翘天天综合网色鬼国产| 久久青草欧美一区二区三区| 国产偷国产偷精品高清尤物| 久久嫩草精品久久久精品| 中文一区一区三区高中清不卡| 欧美视频一区在线观看| 日韩一区二区在线看片| 久久精品亚洲一区二区三区浴池| 欧美午夜电影在线播放| 欧美日韩三级在线| 欧美色成人综合| 国产色产综合产在线视频| 午夜精品在线视频一区| 国产精品一区二区男女羞羞无遮挡| 裸体一区二区三区| 奇米在线7777在线精品| 99精品国产热久久91蜜凸| www.亚洲在线| 91在线观看下载| 日韩精品一区二区在线观看| 日韩一区二区免费电影| 欧美一区二区三区视频免费| 亚洲人精品午夜| 国产一区二区三区黄视频| 欧美美女喷水视频| 亚洲欧美欧美一区二区三区| 国产精品一区二区三区网站| 韩国女主播成人在线| 粉嫩欧美一区二区三区高清影视| 国产在线视频精品一区| 欧美性猛片xxxx免费看久爱| 中文字幕高清不卡| 久久机这里只有精品| 在线播放国产精品二区一二区四区 | 国产精品福利在线播放| 黄色小说综合网站| 欧美一级电影网站| 亚洲.国产.中文慕字在线| 日本一不卡视频| 欧美日韩一区二区在线观看视频| 欧美一区二区精美| 首页国产丝袜综合| 国产一区二区三区日韩| 日韩一区二区在线观看| 丝袜美腿成人在线| 欧美男人的天堂一二区| 亚洲国产精品久久人人爱蜜臀 | 国产精品麻豆一区二区| 国产一区在线观看麻豆| 久久女同精品一区二区| 亚洲精品免费看|