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

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

?? msado15.tli

?? MH編碼是用于黑白二進(jìn)制文件傳真的數(shù)據(jù)壓縮。文件傳真是指一般文件、圖紙、手寫稿、表格、報(bào)紙等文件的傳真。他們是黑白二值的
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (33e3901b).
//
// d:\program files\程序設(shè)計(jì)\visuai c++ 6.0\msdev98\myprojects\mz\debug\msado15.tli
//
// Wrapper implementations for Win32 type library C:\Program Files\Common Files\System\ado\msado15.dll
// compiler-generated file created 12/12/08 at 12:41:46 - 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
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
九九视频精品免费| 国产很黄免费观看久久| 久久人人爽爽爽人久久久| 97aⅴ精品视频一二三区| 蜜臀精品久久久久久蜜臀| 国产精品乱人伦| 欧美一区二区性放荡片| 99在线视频精品| 国产福利91精品| 美女mm1313爽爽久久久蜜臀| 亚洲欧美一区二区三区国产精品 | 性感美女极品91精品| 国产欧美日韩在线看| 91麻豆精品国产91| 色综合久久综合中文综合网| 国产成人精品亚洲午夜麻豆| 男女视频一区二区| 偷拍自拍另类欧美| 一级做a爱片久久| 国产精品色婷婷久久58| 欧美成人性战久久| 777a∨成人精品桃花网| 欧洲视频一区二区| 99r国产精品| 成人av资源站| 国产成人av一区二区三区在线| 日韩中文欧美在线| 婷婷久久综合九色综合绿巨人 | 色综合久久天天| 国产a久久麻豆| 国产一区二区久久| 蜜桃视频第一区免费观看| 亚洲成人免费视频| 午夜精品一区二区三区电影天堂| 亚洲国产日产av| 午夜精品久久久久久久99樱桃| 亚洲一区二区在线免费看| 17c精品麻豆一区二区免费| 国产婷婷一区二区| 国产视频在线观看一区二区三区| 久久伊99综合婷婷久久伊| 精品日本一线二线三线不卡| 欧美一级视频精品观看| 日韩午夜激情视频| 日韩免费福利电影在线观看| 日韩精品一区二区三区视频播放| 日韩三级.com| 精品久久一二三区| 久久久久国色av免费看影院| 国产无人区一区二区三区| 国产精品久久久久国产精品日日| 国产精品毛片高清在线完整版| 成人欧美一区二区三区视频网页| 亚洲视频一区二区在线观看| 亚洲女爱视频在线| 午夜国产不卡在线观看视频| 日韩精品亚洲专区| 精品在线视频一区| 国产精品99久久久久久久vr | 久久99精品一区二区三区| 蜜臀av在线播放一区二区三区| 精品一区二区三区免费观看| 国产不卡在线视频| 91小宝寻花一区二区三区| 在线视频欧美精品| 337p亚洲精品色噜噜狠狠| 日韩免费高清电影| 国产精品国产a| 亚洲成人动漫av| 国产一区二区三区四| 久久精品日产第一区二区三区高清版| 久久日韩精品一区二区五区| 国产精品久久久久久久久晋中 | 午夜精品福利一区二区三区av| 美女视频第一区二区三区免费观看网站 | 中文字幕第一页久久| 亚洲猫色日本管| 蜜臀va亚洲va欧美va天堂| 成人av资源网站| 欧美丰满少妇xxxbbb| 日本一区二区三级电影在线观看 | 亚洲三级久久久| 青青草97国产精品免费观看无弹窗版| 国产成人午夜精品影院观看视频| 一本色道亚洲精品aⅴ| 欧美一区欧美二区| 中文字幕免费一区| 日韩电影在线一区二区| 国产精品一区在线观看你懂的| 色婷婷综合久久久久中文| 日韩视频中午一区| 18欧美亚洲精品| 国产毛片一区二区| 欧美日韩国产成人在线免费| 国产精品久久看| 精品一二线国产| 欧美美女激情18p| 亚洲欧美综合色| 久久99久久精品| 欧美日韩精品欧美日韩精品一 | 处破女av一区二区| 欧美一级免费观看| 亚洲激情校园春色| 国产99久久久精品| 日韩欧美色电影| 亚洲成av人片观看| 一本到不卡免费一区二区| 久久精品视频在线免费观看| 日韩在线a电影| 在线观看日韩电影| 综合色中文字幕| 风间由美一区二区av101 | 亚洲精品成人a在线观看| 大美女一区二区三区| 欧美成人伊人久久综合网| 午夜国产不卡在线观看视频| 在线一区二区三区四区| 国产精品美女久久久久久2018| 久久爱www久久做| 欧美一区二区免费视频| 亚洲成人先锋电影| 欧美三级电影在线观看| 亚洲美女免费在线| 91蝌蚪porny成人天涯| 国产精品久久久久久久久果冻传媒| 国产一区二区三区蝌蚪| 欧美不卡激情三级在线观看| 日本不卡一区二区三区| 欧美日韩三级视频| 亚洲一区二区欧美| 色先锋aa成人| 亚洲国产精品一区二区久久恐怖片| 色综合天天综合| 亚洲人吸女人奶水| 91在线视频播放| 亚洲卡通动漫在线| 欧美在线观看视频一区二区| 亚洲欧美日韩在线不卡| 91亚洲精品久久久蜜桃网站 | 99精品国产一区二区三区不卡| 欧美国产视频在线| 91香蕉国产在线观看软件| 亚洲丝袜精品丝袜在线| 91理论电影在线观看| 亚洲啪啪综合av一区二区三区| 色综合天天综合网天天狠天天| 亚洲精品乱码久久久久久| 在线观看av不卡| 日本不卡免费在线视频| 日韩一级二级三级精品视频| 国产一区二区三区视频在线播放| 欧美激情中文字幕| 91日韩一区二区三区| 一区二区三区四区中文字幕| 欧美精品v国产精品v日韩精品 | 一本一本久久a久久精品综合麻豆| 亚洲黄色在线视频| 欧美一区二区视频在线观看2020| 久久精品免费看| 久久精品一区二区三区不卡| 99久久夜色精品国产网站| 亚洲精品美国一| 51精品久久久久久久蜜臀| 激情综合亚洲精品| 国产精品久久久久影视| 91久久精品一区二区二区| 日本亚洲天堂网| 国产亚洲精品bt天堂精选| 色综合一个色综合亚洲| 日本伊人精品一区二区三区观看方式| 久久久久国产免费免费| 在线观看免费视频综合| 久久99热狠狠色一区二区| 国产精品久久久久久久久久免费看| 欧美日韩一区二区三区在线 | 欧美日韩中文国产| 欧美日韩第一区日日骚| 久久精品国产秦先生| 亚洲欧洲日韩女同| 欧美一区二区三区在线视频| 成人av在线一区二区三区| 肉色丝袜一区二区| 国产精品入口麻豆原神| 欧美精品 国产精品| www.欧美精品一二区| 美腿丝袜在线亚洲一区| 亚洲精品中文在线| 久久久国产午夜精品| 在线观看av一区二区| 高清国产一区二区三区| 日韩成人伦理电影在线观看| 国产精品乱码一区二区三区软件 | 色综合久久天天综合网| 精品一区二区三区香蕉蜜桃| 亚洲激情男女视频| 国产亚洲婷婷免费| 欧美一区午夜视频在线观看| 色婷婷狠狠综合| 国产69精品一区二区亚洲孕妇 | 国产高清不卡二三区|