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

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

?? msado15.tli

?? 固定資產管理系統:可以幫助企業實現對固定資產的信息化管理。該系統是以實物管理為特點
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (a1b54737).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library c:\Program Files\Common Files\System\ADO\msado15.dll
// compiler-generated file created 05/07/04 at 13:36: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一区二区三区免费野_久草精品视频
久久99国产精品麻豆| 日韩一卡二卡三卡国产欧美| 欧美体内she精视频| 精品国一区二区三区| 一级女性全黄久久生活片免费| 久久精品噜噜噜成人av农村| 色婷婷亚洲精品| 国产精品二三区| 国产乱子伦一区二区三区国色天香 | 久久网这里都是精品| 亚洲国产日韩综合久久精品| 91婷婷韩国欧美一区二区| 久久久精品一品道一区| 免费精品视频最新在线| 欧美系列日韩一区| 一区二区三区日韩欧美| 成人一区二区三区| 国产蜜臀97一区二区三区| 狠狠久久亚洲欧美| 欧美一区二区三区性视频| 夜夜嗨av一区二区三区网页| 99热在这里有精品免费| 国产人妖乱国产精品人妖| 国产原创一区二区| 欧美tk—视频vk| 精品一区二区三区久久久| 91精品国产入口| 琪琪一区二区三区| 欧美一区二区三区四区久久| 日韩制服丝袜av| 欧美一区二区三区免费| 蜜臀av亚洲一区中文字幕| 91精品婷婷国产综合久久性色| 亚洲成a人v欧美综合天堂下载| 91官网在线观看| 亚洲最大的成人av| 777亚洲妇女| 久久精品二区亚洲w码| 精品国产一区二区亚洲人成毛片| 久久国产精品色| 久久午夜羞羞影院免费观看| 国产ts人妖一区二区| 最新欧美精品一区二区三区| 91尤物视频在线观看| 亚洲一卡二卡三卡四卡无卡久久| 欧美色老头old∨ideo| 午夜精品久久久久久久99水蜜桃| 日韩视频在线永久播放| 国产精品一区二区三区乱码| 国产精品午夜在线观看| 在线欧美小视频| 日韩精品电影在线观看| 久久精品一区二区三区四区| 成人免费观看av| 亚洲一区二区三区四区在线观看| 欧美猛男男办公室激情| 国产成人在线看| 亚洲国产日韩一级| 精品99999| 91蝌蚪porny| 天使萌一区二区三区免费观看| 精品久久久久久最新网址| 丰满少妇在线播放bd日韩电影| 亚洲精品亚洲人成人网在线播放| 欧美精品自拍偷拍动漫精品| 国产成人免费视| 午夜av区久久| 国产精品久久久久久亚洲伦 | 亚洲综合999| 日韩欧美二区三区| 在线观看日韩电影| 极品少妇一区二区| 亚洲v日本v欧美v久久精品| 久久久久久久综合色一本| 欧美在线观看18| 国产福利不卡视频| 图片区日韩欧美亚洲| 国产日本欧洲亚洲| 日韩欧美国产不卡| 欧美中文字幕久久| 成人av电影免费观看| 欧美成人国产一区二区| 麻豆国产一区二区| 亚洲永久免费视频| 日本一区二区免费在线 | 黄页网站大全一区二区| 色综合色狠狠天天综合色| 蜜桃精品在线观看| 亚洲一级二级三级| 亚洲欧美影音先锋| 国产网站一区二区| 91精品久久久久久蜜臀| 91久久久免费一区二区| 国产91色综合久久免费分享| 捆绑变态av一区二区三区| 亚洲一区二区av在线| 国产精品萝li| 国产嫩草影院久久久久| 欧美精品一区视频| 日韩免费观看高清完整版在线观看| 欧美亚洲一区三区| 色综合中文字幕国产 | 久久综合视频网| 欧美一级午夜免费电影| 欧美中文字幕久久| 欧美艳星brazzers| 欧美色电影在线| 欧美日韩中文字幕一区| 在线观看日韩国产| 欧美性欧美巨大黑白大战| 色婷婷综合激情| 在线这里只有精品| 欧美亚洲综合网| 欧美日韩精品专区| 欧美日韩国产在线播放网站| 欧美片在线播放| 日韩欧美成人一区| 久久你懂得1024| 国产精品福利影院| 1000部国产精品成人观看| 中文字幕在线一区二区三区| 国产精品久久久久久户外露出| 国产精品高潮呻吟| 亚洲人成精品久久久久久| 亚洲女人小视频在线观看| 亚洲精品大片www| 偷拍日韩校园综合在线| 蜜桃久久久久久| 国产成人精品午夜视频免费| www.日本不卡| 欧美午夜寂寞影院| 日韩免费一区二区| 中文字幕视频一区| 亚洲成a人片在线不卡一二三区| 免费观看30秒视频久久| 国产精品18久久久久久vr| 成人午夜视频网站| 欧美无人高清视频在线观看| 日韩女优制服丝袜电影| 欧美极品少妇xxxxⅹ高跟鞋| 亚洲精品国产第一综合99久久| 日韩激情在线观看| 成人免费视频视频在线观看免费| 色哟哟一区二区在线观看| 91精品久久久久久久99蜜桃| 国产精品热久久久久夜色精品三区| 怡红院av一区二区三区| 毛片av一区二区| 91亚洲精品久久久蜜桃网站| 日韩美女一区二区三区| 中文字幕va一区二区三区| 五月开心婷婷久久| 国产**成人网毛片九色| 欧美日本在线看| 国产精品护士白丝一区av| 日韩中文字幕区一区有砖一区| 国产99久久久精品| 91精品国产色综合久久不卡电影| 欧美国产1区2区| 免费在线欧美视频| 日本高清不卡在线观看| 久久影视一区二区| 五月天网站亚洲| 一本色道久久综合亚洲91| 2021国产精品久久精品| 日韩中文字幕不卡| 在线一区二区三区四区| 国产日本欧美一区二区| 美国精品在线观看| 精品视频在线视频| 一区二区三区中文在线观看| 国产91精品在线观看| 精品国内片67194| 日本亚洲电影天堂| 欧美视频一区在线观看| 国产精品久久99| 国产另类ts人妖一区二区| 日韩一级片网站| 亚洲18影院在线观看| 日本韩国欧美国产| 亚洲男人天堂一区| 99久久婷婷国产综合精品电影| 欧美精品一区二区三区在线播放 | 亚洲成av人在线观看| 色天使色偷偷av一区二区| 国产午夜精品一区二区三区嫩草| 麻豆一区二区在线| 欧美成人女星排名| 捆绑变态av一区二区三区| 日韩欧美亚洲另类制服综合在线| 午夜久久久久久久久| 欧美日韩在线观看一区二区 | 久久精品视频免费| 久久99深爱久久99精品| 欧美一区二区三区影视| 琪琪久久久久日韩精品| 日韩欧美一区二区免费| 奇米精品一区二区三区在线观看一| 欧美日韩国产一级二级| 天天综合网天天综合色|