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

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

?? msado15.tli

?? 倉庫管理系統 倉庫管理系統倉庫管理系統倉庫管理系統 倉庫管理系統倉庫管理系統 倉庫管理系統
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// 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 08/09/02 at 21:18:08 - 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;
}

inline HRESULT Connection15::RollbackTrans ( ) {

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美韩日一区二区三区四区| 欧美性生活影院| 青青草成人在线观看| 亚洲自拍另类综合| 一区二区三区鲁丝不卡| 一区二区三区鲁丝不卡| 亚洲综合一区二区精品导航| 一区二区三区中文在线观看| 亚洲精品国产视频| 亚洲福利国产精品| 日韩和欧美一区二区三区| 日韩成人免费在线| 精品亚洲porn| 高清日韩电视剧大全免费| 成人国产精品免费观看| 在线观看一区不卡| 日韩一区二区三区免费观看| 精品剧情在线观看| 国产欧美视频一区二区| 亚洲精品亚洲人成人网| 日韩电影在线免费| 国产黄色91视频| 色中色一区二区| 3d成人动漫网站| 日本一区二区三区国色天香| 亚洲天堂a在线| 丝袜脚交一区二区| 成人精品小蝌蚪| 欧美视频第二页| 久久久www成人免费毛片麻豆| 国产精品国产三级国产普通话三级| 亚洲激情av在线| 久久精品久久综合| 91视频一区二区三区| 制服丝袜成人动漫| 国产欧美精品一区二区色综合朱莉| 亚洲丝袜制服诱惑| 久久99精品久久久久久国产越南 | 久久精品二区亚洲w码| 国产精品资源网| 欧美天天综合网| 国产精品妹子av| 男女激情视频一区| 欧美主播一区二区三区| 久久精子c满五个校花| 亚洲一卡二卡三卡四卡| 激情久久五月天| 欧美日韩成人在线| 亚洲少妇30p| 国产大陆亚洲精品国产| 欧美一区午夜视频在线观看| 亚洲日本一区二区| 国产91综合网| 久久久激情视频| 奇米影视7777精品一区二区| 色94色欧美sute亚洲13| 欧美国产在线观看| 激情都市一区二区| 9191久久久久久久久久久| 中文字幕亚洲一区二区va在线| 日本美女一区二区| 欧美视频在线播放| 亚洲精品免费视频| 97se亚洲国产综合自在线 | 国产欧美一区二区三区网站| 奇米777欧美一区二区| 在线观看av不卡| 亚洲摸摸操操av| 99r国产精品| 亚洲图片你懂的| 91视频.com| 亚洲精品乱码久久久久久黑人 | 日韩精品电影在线| 在线视频观看一区| 亚洲综合图片区| 精品视频在线免费观看| 亚洲第一搞黄网站| 欧美精品少妇一区二区三区| 亚洲成国产人片在线观看| 欧美亚洲精品一区| 香蕉久久一区二区不卡无毒影院| 在线欧美日韩国产| 五月综合激情日本mⅴ| 欧美日韩夫妻久久| 理论电影国产精品| 久久午夜色播影院免费高清| 激情六月婷婷久久| 国产精品成人午夜| 日本道在线观看一区二区| 亚洲成人综合网站| 日韩欧美国产综合一区| 国产乱国产乱300精品| 国产精品久久久久久久久晋中 | 欧美在线不卡一区| 五月天欧美精品| 欧美一级黄色录像| 国产91在线|亚洲| 亚洲欧美激情一区二区| 欧美日韩激情一区二区| 麻豆国产欧美一区二区三区| 2019国产精品| 在线亚洲一区观看| 久久精品国产精品亚洲精品| 中文字幕不卡在线| 欧美日韩亚洲另类| 国产精品中文字幕日韩精品 | 麻豆成人av在线| 中文av一区二区| 欧美电影一区二区三区| 国产成a人亚洲精品| 亚洲一区二区三区美女| 精品人在线二区三区| 91视频国产资源| 理论电影国产精品| 亚洲免费av在线| 亚洲精品一区在线观看| 91女人视频在线观看| 久久精品二区亚洲w码| 亚洲美女偷拍久久| 久久香蕉国产线看观看99| 日本韩国精品在线| 国产乱对白刺激视频不卡| 亚洲曰韩产成在线| 国产欧美视频一区二区| 91精品国产综合久久小美女| www.欧美日韩国产在线| 精品亚洲免费视频| 五月天视频一区| 一区二区欧美视频| 国产精品久久一级| 日韩免费电影网站| 777奇米成人网| 色系网站成人免费| 国产一区二区三区四区五区入口| 亚洲电影第三页| 亚洲欧美激情插 | 91日韩一区二区三区| 亚洲免费观看在线观看| 久久婷婷国产综合精品青草| 欧美三级三级三级| 在线观看免费视频综合| k8久久久一区二区三区| 国产成人在线观看免费网站| 美女精品一区二区| 人妖欧美一区二区| 日韩电影在线一区| 日韩和欧美的一区| 男女性色大片免费观看一区二区| 一区二区三区成人| 亚洲制服欧美中文字幕中文字幕| 亚洲欧洲www| 中文字幕亚洲精品在线观看| 国产精品欧美一区二区三区| 国产丝袜在线精品| 国产欧美一区二区精品忘忧草| 国产亚洲一区二区三区| 国产亚洲成av人在线观看导航| 久久综合成人精品亚洲另类欧美| 精品久久久网站| 久久嫩草精品久久久久| 国产女同互慰高潮91漫画| 欧美国产一区二区在线观看 | www.亚洲精品| 97久久精品人人爽人人爽蜜臀| 成人午夜精品一区二区三区| 成人激情文学综合网| 91香蕉视频mp4| 欧美网站大全在线观看| 欧美一区二区免费| 久久久久久久精| 亚洲欧洲一区二区三区| 亚洲一区二区三区四区在线| 日日夜夜精品视频天天综合网| 麻豆精品久久精品色综合| 极品少妇xxxx精品少妇偷拍| 国产福利一区二区三区| 91最新地址在线播放| 欧美伦理视频网站| 久久亚区不卡日本| 一区二区三区不卡视频在线观看 | 99久久亚洲一区二区三区青草 | 91精品国产综合久久久久久漫画| 欧美成人精品二区三区99精品| 久久久久久久精| 亚洲精品成人少妇| 美女网站色91| caoporm超碰国产精品| 欧美高清你懂得| 国产精品久久久99| 秋霞电影网一区二区| 99久久国产综合精品麻豆| 91精品国产色综合久久ai换脸| 中文字幕不卡一区| 免费黄网站欧美| 色综合久久久网| 久久麻豆一区二区| 亚洲1区2区3区4区| av电影在线观看一区| 精品久久久久香蕉网| 亚洲成人手机在线|