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

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

?? msado15.tli

?? 倉(cāng)庫(kù)管理系統(tǒng) 倉(cāng)庫(kù)管理系統(tǒng)倉(cāng)庫(kù)管理系統(tǒng)倉(cāng)庫(kù)管理系統(tǒng) 倉(cāng)庫(kù)管理系統(tǒng)倉(cāng)庫(kù)管理系統(tǒng) 倉(cāng)庫(kù)管理系統(tǒng)
?? TLI
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(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 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 ( ) {

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人黄色电影在线 | 91视频观看视频| 午夜影视日本亚洲欧洲精品| 337p粉嫩大胆色噜噜噜噜亚洲 | 日本三级亚洲精品| 一区在线中文字幕| 日韩一区二区免费电影| 91免费在线视频观看| 老汉av免费一区二区三区| 亚洲免费大片在线观看| 国产校园另类小说区| 欧美一级精品在线| 欧美丝袜丝交足nylons图片| 成人app软件下载大全免费| 韩国成人福利片在线播放| 亚洲成人激情社区| 亚洲精品视频在线| 国产精品美女www爽爽爽| 精品久久人人做人人爰| 欧美丰满嫩嫩电影| 欧美在线制服丝袜| 91啪亚洲精品| 91在线精品秘密一区二区| 国产精品一区一区三区| 久久99精品国产91久久来源| 午夜亚洲福利老司机| 亚洲精品中文在线| 国产精品久久久久久久久免费樱桃| 欧美成人精品福利| 日韩一区二区三区电影| 91精品国产综合久久久蜜臀图片| 色综合色狠狠天天综合色| 成人动漫一区二区三区| 成人综合婷婷国产精品久久| 黑人巨大精品欧美一区| 国产在线视频不卡二| 国产真实乱偷精品视频免| 国产曰批免费观看久久久| 国精产品一区一区三区mba桃花| 免费在线观看一区| 裸体歌舞表演一区二区| 久久99久久99精品免视看婷婷| 麻豆国产精品一区二区三区| 免费成人性网站| 精品一区免费av| 国产精品影视在线观看| 国产电影一区在线| 成人午夜碰碰视频| 色综合色综合色综合色综合色综合 | 99re视频精品| 91啪在线观看| 欧美日韩你懂得| 欧美一区二区黄色| 精品国产乱码久久久久久1区2区| 久久综合九色综合97_久久久| 久久这里只有精品首页| 国产日韩三级在线| 1000精品久久久久久久久| 亚洲免费观看高清| 日韩高清中文字幕一区| 国产在线看一区| 成人午夜在线视频| 色欧美片视频在线观看在线视频| 欧美麻豆精品久久久久久| 精品国产伦一区二区三区观看方式| 久久久亚洲午夜电影| 亚洲色图.com| 日本欧美加勒比视频| 国产一区二区三区高清播放| 不卡av免费在线观看| 欧美视频在线观看一区| 日韩精品一区二区三区三区免费| 久久久亚洲欧洲日产国码αv| 亚洲视频中文字幕| 日本不卡一二三区黄网| 成人av小说网| 欧美日韩一区高清| 国产午夜亚洲精品午夜鲁丝片| 亚洲欧洲av一区二区三区久久| 亚洲成人免费av| 国产电影一区在线| 精品视频在线看| 久久久久国产精品麻豆ai换脸| 亚洲激情成人在线| 激情文学综合网| 欧美中文字幕一区| 欧美精品一区二区高清在线观看 | 91精品国产美女浴室洗澡无遮挡| 欧美tickling网站挠脚心| 国产婷婷色一区二区三区| 亚洲电影欧美电影有声小说| 国产一区二区视频在线播放| 在线精品视频一区二区| 久久久久久久免费视频了| 亚洲一区二区视频| 成人sese在线| 久久嫩草精品久久久久| 亚洲国产日产av| 成人免费电影视频| 欧美成人bangbros| 亚洲一区二区三区四区在线观看| 国产麻豆欧美日韩一区| 欧美日韩久久久久久| 中文一区一区三区高中清不卡| 日韩黄色免费网站| 在线免费观看不卡av| 国产精品免费视频网站| 蜜臀久久99精品久久久久宅男| 色香蕉成人二区免费| 国产日韩欧美激情| 久久99国产精品久久| 欧美日韩久久久| 亚洲久草在线视频| 成人免费观看视频| 欧美精品一区二区高清在线观看| 三级影片在线观看欧美日韩一区二区| 99在线精品观看| 欧美国产欧美亚州国产日韩mv天天看完整 | 91免费观看视频| 欧美成人性战久久| 日韩激情一二三区| 在线不卡中文字幕播放| 午夜影视日本亚洲欧洲精品| 色综合色综合色综合色综合色综合| 日本一区二区动态图| 国产专区综合网| 久久久影视传媒| 狠狠久久亚洲欧美| 久久男人中文字幕资源站| 亚洲一区二区五区| 成人午夜精品在线| 国产人成一区二区三区影院| 国内精品视频一区二区三区八戒| 日韩一区和二区| 蜜桃视频第一区免费观看| 欧美久久久久中文字幕| 日韩在线一区二区| 日韩一区二区三区精品视频| 蜜臀a∨国产成人精品| 欧美一区二区三区不卡| 美洲天堂一区二卡三卡四卡视频| 91精品国产欧美一区二区成人| 日韩精品免费专区| 精品人伦一区二区色婷婷| 国内精品嫩模私拍在线| 欧美国产1区2区| 91网上在线视频| 亚洲va欧美va天堂v国产综合| 51精品秘密在线观看| 久久成人18免费观看| 久久女同精品一区二区| 岛国精品在线观看| 亚洲激情网站免费观看| 欧美日韩成人一区二区| 免费观看一级特黄欧美大片| 精品国产精品网麻豆系列| 国产suv精品一区二区6| 国产精品美女久久久久久2018| 色哟哟在线观看一区二区三区| 亚洲成av人片一区二区梦乃| 日韩欧美123| 成人黄色免费短视频| 一区二区三区欧美日韩| 在线不卡的av| 国产91精品在线观看| 亚洲精品成人精品456| 欧美精品乱码久久久久久| 久久99精品国产91久久来源| 国产精品久久久久久久久晋中| 在线观看欧美黄色| 精品制服美女丁香| 国产精品国产精品国产专区不片 | 91精品免费观看| 丰满亚洲少妇av| 亚洲一区二区高清| 亚洲精品一线二线三线无人区| 成人av电影在线播放| 日韩高清不卡一区二区| 国产拍揄自揄精品视频麻豆| 在线亚洲免费视频| 久久91精品国产91久久小草 | 精品一区精品二区高清| 成人欧美一区二区三区白人 | 精品一区二区三区久久久| 国产精品美女久久久久av爽李琼| 91国偷自产一区二区三区成为亚洲经典| 日韩高清中文字幕一区| 一区二区中文视频| 日韩一区二区精品葵司在线| 97精品国产露脸对白| 在线一区二区三区四区五区 | av在线这里只有精品| 日韩极品在线观看| 亚洲日本一区二区| www激情久久| 欧美二区在线观看| 97se狠狠狠综合亚洲狠狠| 老司机精品视频一区二区三区| 一区二区成人在线视频| 日本一二三不卡|