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

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

?? msado15.tli

?? 一個很好的物料管理系統
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (b0e5a696).
//
// e:\book\正進行\數據庫實例\vc\code\第11章物資管理系統\code\debug\msado15.tli
//
// Wrapper implementations for Win32 type library C:\Program files\common files\System\ado\msado15.dll
// compiler-generated file created 09/12/02 at 13:23:21 - 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 newDataTypeEnum Property::GetType ( ) {
    enum newDataTypeEnum _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 newDataTypeEnum Type, enum newParameterDirectionEnum 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);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品系列在线| 欧美色爱综合网| 国产欧美1区2区3区| 国产在线精品一区在线观看麻豆| 26uuu国产电影一区二区| 国产在线国偷精品免费看| 久久综合九色综合欧美98| 国产一区二区三区在线观看免费 | 久久综合九色综合欧美98| 国产精品伊人色| 国产精品免费视频一区| 91丨九色丨蝌蚪丨老版| 亚洲成a人片综合在线| 欧美高清视频不卡网| 精品一区二区三区在线播放| 久久久久久久电影| 成人在线综合网| 一区二区三区四区激情| 91精品国产一区二区三区蜜臀| 麻豆极品一区二区三区| 国产婷婷色一区二区三区| 色综合天天综合给合国产| 亚洲成人免费电影| 久久久久久久av麻豆果冻| 91免费在线播放| 激情小说亚洲一区| 亚洲三级免费电影| 欧美一区二区网站| av在线播放成人| 免费三级欧美电影| 中文字幕一区三区| 欧美一区二区免费视频| 成人午夜视频在线观看| 日本成人中文字幕在线视频| 国产精品视频免费| 欧美日韩国产大片| 国产成人在线网站| 精品一区二区三区在线播放| 亚洲视频每日更新| 欧美大片国产精品| 色婷婷久久综合| 国产综合成人久久大片91| 亚洲影视在线播放| 欧美激情一区二区三区| 日韩一区国产二区欧美三区| 色悠悠亚洲一区二区| 成人免费视频一区| 久久99精品久久久久久国产越南 | 国产麻豆成人精品| 天堂影院一区二区| 中文av字幕一区| 精品奇米国产一区二区三区| 欧美日韩亚洲不卡| 99re6这里只有精品视频在线观看| 六月丁香婷婷久久| 亚洲va在线va天堂| 亚洲黄色性网站| 国产精品福利在线播放| 精品国产百合女同互慰| 在线不卡中文字幕播放| 在线精品视频免费播放| 91在线免费播放| 国产成a人无v码亚洲福利| 麻豆高清免费国产一区| 午夜视频在线观看一区二区| 亚洲靠逼com| 成人欧美一区二区三区小说| 亚洲国产精品ⅴa在线观看| 欧美激情一区在线观看| 国产三级精品三级在线专区| 欧美不卡在线视频| 日韩欧美中文一区| 欧美一区二区在线视频| 欧美老年两性高潮| 3d动漫精品啪啪1区2区免费| 欧美高清精品3d| 欧美福利视频一区| 7777精品伊人久久久大香线蕉| 在线视频一区二区三| 日本精品一级二级| 欧美日韩中字一区| 欧美日韩一区精品| 欧美日韩精品一区二区| 欧美高清视频一二三区 | 亚洲黄色性网站| 亚洲午夜在线电影| 亚洲成av人片观看| 亚洲成人福利片| 美国精品在线观看| 麻豆高清免费国产一区| 国产麻豆午夜三级精品| 国产成人aaaa| 色噜噜夜夜夜综合网| 欧美天堂一区二区三区| 欧美二区在线观看| 欧美大片日本大片免费观看| 国产无人区一区二区三区| 国产精品国产a| 国产麻豆视频一区二区| 国产黄色精品网站| av电影一区二区| 欧美一区二区三级| 国产日韩欧美精品综合| 最近日韩中文字幕| 午夜欧美大尺度福利影院在线看| 久久99久久精品| 99精品久久只有精品| 在线成人高清不卡| 久久网站最新地址| 亚洲美女区一区| 久久国产精品无码网站| 成人一级片网址| 欧美精品粉嫩高潮一区二区| 久久―日本道色综合久久| 亚洲免费观看视频| 九一九一国产精品| 色综合久久88色综合天天| 欧美一区二区三区日韩| 中文一区在线播放| 日韩国产欧美在线视频| 国产99久久久国产精品免费看| 91美女片黄在线| 欧美成人女星排名| 亚洲同性gay激情无套| 蜜桃av噜噜一区| 91免费小视频| 国产日韩欧美激情| 午夜激情一区二区三区| 成人午夜在线免费| 欧美大片拔萝卜| 夜夜嗨av一区二区三区网页| 久久精品国产99| 在线这里只有精品| 国产三级精品在线| 三级成人在线视频| 91在线丨porny丨国产| 欧美mv日韩mv| 五月婷婷激情综合网| caoporen国产精品视频| 精品国产麻豆免费人成网站| 亚洲在线视频网站| 成年人网站91| 亚洲国产裸拍裸体视频在线观看乱了| 久久99精品国产麻豆婷婷| 欧美日韩黄色一区二区| 国产精品久久毛片av大全日韩| 国产在线精品一区二区夜色 | av在线播放一区二区三区| 精品国产自在久精品国产| 日韩精品视频网| 欧美日韩免费电影| 亚洲色图欧洲色图婷婷| 成人深夜视频在线观看| www国产成人免费观看视频 深夜成人网| 亚洲国产欧美另类丝袜| 91视频在线观看| 亚洲三级在线观看| 99国产精品久| 亚洲欧美激情视频在线观看一区二区三区| 国产精品一区二区在线播放| 欧美变态tickle挠乳网站| 日韩中文字幕一区二区三区| 欧美日韩高清在线播放| 欧美一区二区私人影院日本| 日本一区二区免费在线观看视频| 亚洲在线视频免费观看| 91免费看视频| 一区二区三区四区高清精品免费观看| av电影天堂一区二区在线| 日本一二三四高清不卡| 粉嫩绯色av一区二区在线观看| 国产精品污污网站在线观看 | 蜜臀va亚洲va欧美va天堂| 欧美老女人第四色| 青青草伊人久久| 欧美一区二区视频在线观看| 日日骚欧美日韩| 日韩欧美综合在线| 国产在线精品一区二区三区不卡 | 精品国内片67194| 经典三级一区二区| 久久精品人人做人人爽97| 成人午夜激情片| 一区二区三区中文在线| 欧美男生操女生| 麻豆91免费看| 欧美国产精品一区二区| 99国产精品久| 丝袜美腿亚洲色图| 久久夜色精品国产噜噜av| 国产精品综合二区| 中文字幕精品一区二区精品绿巨人 | 精品对白一区国产伦| 国产激情视频一区二区在线观看| 国产精品黄色在线观看| 91激情五月电影| 美洲天堂一区二卡三卡四卡视频| 久久久久久久久久久电影| 91丨九色丨蝌蚪丨老版| 秋霞av亚洲一区二区三|