亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
日韩午夜电影在线观看| 国产精品三级av在线播放| 久久综合久久综合九色| 中文字幕亚洲一区二区av在线 | 国产综合色精品一区二区三区| 国产综合久久久久久鬼色| 色婷婷综合中文久久一本| 日韩欧美激情在线| 婷婷开心久久网| 91在线视频网址| 久久久久国产成人精品亚洲午夜 | 亚洲成人在线免费| av日韩在线网站| 久久天天做天天爱综合色| 亚洲一区二三区| av电影一区二区| 久久久久久免费| 麻豆久久久久久久| 欧美日韩一区不卡| 亚洲色图色小说| 成av人片一区二区| 国产亚洲精品免费| 国产一区二区三区在线观看免费视频 | 丝袜脚交一区二区| 欧美色图在线观看| 亚洲理论在线观看| 91污在线观看| 亚洲欧洲av在线| 99久久精品国产一区二区三区 | 3d动漫精品啪啪1区2区免费| 亚洲婷婷在线视频| 91在线精品一区二区三区| 国产精品久久久一本精品| 国产精品一区专区| 国产三级欧美三级| 成人免费视频国产在线观看| 国产精品美日韩| 成人激情免费视频| 亚洲视频中文字幕| 91久久久免费一区二区| 亚洲一区二区av电影| 欧美午夜电影网| 午夜久久久久久电影| 欧美丰满嫩嫩电影| 激情综合五月天| 国产婷婷色一区二区三区| 岛国精品一区二区| 亚洲视频图片小说| 欧美日韩精品一区二区三区蜜桃| 亚洲成人免费看| 日韩精品中文字幕一区| 国产乱人伦精品一区二区在线观看 | 亚洲永久精品大片| 欧美三级日韩三级| 欧美aaa在线| 久久久午夜电影| 成人的网站免费观看| 亚洲欧美另类综合偷拍| 欧美网站大全在线观看| 日本成人在线不卡视频| 精品欧美乱码久久久久久1区2区| 国内精品伊人久久久久av影院| 国产精品视频一二三区| 欧美日韩午夜精品| 国产一区二区女| 一个色妞综合视频在线观看| 日韩一区二区精品葵司在线| 懂色av一区二区夜夜嗨| 亚洲成av人片一区二区| 精品久久久久久最新网址| av在线这里只有精品| 日韩一区二区在线观看视频| 亚洲高清在线精品| 欧美艳星brazzers| 一区二区三区在线看| 在线播放欧美女士性生活| 国产精品99久久久久久似苏梦涵 | 亚洲成av人片在线观看| 久久一二三国产| 97成人超碰视| 麻豆精品国产91久久久久久| 亚洲欧洲制服丝袜| 久久久亚洲高清| 91精品国产福利在线观看 | 日本一区二区免费在线观看视频| 欧美午夜电影在线播放| 丰满白嫩尤物一区二区| 蜜桃视频一区二区| 亚洲精品欧美激情| 国产亚洲综合在线| 911精品产国品一二三产区| 97精品视频在线观看自产线路二| 免费观看日韩电影| 亚洲国产日韩a在线播放性色| 欧美韩国日本综合| 精品福利一二区| 日韩一区二区三| 欧美精品日韩一区| 欧美在线小视频| 99riav一区二区三区| 成人综合日日夜夜| 国产一区二区在线看| 蜜桃av一区二区三区| 亚洲成人www| 亚洲电影欧美电影有声小说| 亚洲日穴在线视频| 中文字幕一区二区三中文字幕| 久久精品人人做| 国产色一区二区| 中文字幕免费观看一区| 国产午夜精品福利| 国产无一区二区| 久久久久久久久久久黄色| 精品国产免费人成在线观看| 欧美一级片在线| 欧美α欧美αv大片| 日韩丝袜情趣美女图片| 日韩一区二区三区观看| 欧美成人a视频| 精品精品国产高清a毛片牛牛 | 久久精品一二三| 国产人久久人人人人爽| 欧美经典一区二区| 中文字幕一区二区三| 亚洲欧美日韩在线播放| 亚洲综合丁香婷婷六月香| 亚洲午夜私人影院| 青青草91视频| 国产精品一区二区果冻传媒| 国产精品影视在线| 91在线国产福利| 欧美性猛交一区二区三区精品| 欧美乱妇15p| 精品国产一区二区在线观看| 26uuu精品一区二区在线观看| 中文字幕成人网| 玉米视频成人免费看| 婷婷久久综合九色综合伊人色| 美女国产一区二区| 不卡一二三区首页| 欧美日韩一区二区三区在线看| 日韩女优视频免费观看| 国产三级一区二区| 亚洲国产中文字幕| 麻豆精品视频在线观看| 国产不卡视频在线观看| 色香蕉成人二区免费| 日韩视频一区二区三区在线播放 | 欧美无砖砖区免费| 精品美女在线播放| 自拍偷拍国产亚洲| 免费av成人在线| 99热在这里有精品免费| 欧美精品久久久久久久多人混战| 久久影视一区二区| 亚洲综合在线观看视频| 久久99精品国产91久久来源| 99国产精品久久久久久久久久久 | 亚洲成a人片综合在线| 日韩黄色在线观看| 成人ar影院免费观看视频| 欧美日韩精品一区二区三区蜜桃 | 日韩一二三区视频| 国产精品精品国产色婷婷| 日本麻豆一区二区三区视频| 成人av午夜影院| 7777精品伊人久久久大香线蕉的| 国产精品免费观看视频| 天堂精品中文字幕在线| 丁香另类激情小说| 日韩一区二区精品| 亚洲精品国产一区二区精华液 | 91啪在线观看| 精品成人在线观看| 丝瓜av网站精品一区二区| 成人激情小说乱人伦| 精品美女一区二区| 午夜精品福利视频网站| 99久久精品免费| 国产欧美精品区一区二区三区| 秋霞午夜av一区二区三区| 91女人视频在线观看| 久久九九99视频| 久草热8精品视频在线观看| 欧美视频中文一区二区三区在线观看| 中文字幕不卡在线| 日韩欧美中文字幕制服| 欧美日韩三级视频| 国产精品传媒视频| av亚洲精华国产精华精| 国产清纯白嫩初高生在线观看91| 国产亚洲一本大道中文在线| 欧美三级在线播放| 亚洲欧美在线另类| 欧美亚洲一区二区在线| 中文字幕一区二| 色综合天天综合网国产成人综合天 | 国产精品自拍av| 精品国产91九色蝌蚪| 极品美女销魂一区二区三区|