亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
中文字幕一区二区三区不卡| 日韩一卡二卡三卡四卡| 亚洲精品国产一区二区精华液| 成人午夜又粗又硬又大| 亚洲国产精品高清| 91网站在线播放| 亚洲国产精品久久人人爱| 欧美日韩激情在线| 国产综合色在线视频区| 欧美极品aⅴ影院| 日本高清不卡aⅴ免费网站| 一区二区三区**美女毛片| 欧美日韩精品高清| 狠狠色2019综合网| 亚洲欧洲国产专区| 91精品在线免费| 国产成人免费视频网站| 亚洲综合成人在线| 欧美大肚乱孕交hd孕妇| 岛国av在线一区| 午夜精品视频在线观看| 精品日韩在线观看| av成人免费在线| 丝袜亚洲另类欧美| 日本一区二区三区四区在线视频| 欧美中文字幕一区二区三区 | 一区二区三区四区在线免费观看| 欧美在线free| 国产一区二区看久久| 中文字幕中文字幕在线一区 | 亚洲一线二线三线视频| 欧美疯狂做受xxxx富婆| 久久99国产精品免费| 国产精品久久久久永久免费观看| 欧美精品一二三区| 日本黄色一区二区| 久久激五月天综合精品| 欧美国产一区二区在线观看| 91.成人天堂一区| 懂色av一区二区夜夜嗨| 天天亚洲美女在线视频| **欧美大码日韩| www国产精品av| 欧美视频中文字幕| av网站免费线看精品| 免费观看30秒视频久久| 亚洲一区电影777| 中文字幕一区二区三区蜜月| 日韩一级黄色片| 在线亚洲欧美专区二区| 成人美女在线视频| 国内精品不卡在线| 婷婷夜色潮精品综合在线| 18涩涩午夜精品.www| 2023国产精品| 欧美一区二区精品在线| 在线亚洲高清视频| 99久久精品国产毛片| 国产二区国产一区在线观看| 久久国产尿小便嘘嘘尿| 蜜臀av性久久久久av蜜臀妖精| 亚洲精选视频免费看| 欧美经典一区二区| 久久免费偷拍视频| 欧美精品一区二区精品网| 欧美日韩精品欧美日韩精品| 色综合久久天天综合网| 91亚洲精品久久久蜜桃网站 | 国产在线视视频有精品| 日本aⅴ精品一区二区三区| 天天综合天天做天天综合| 亚洲美女免费在线| 亚洲免费av高清| 亚洲精品视频自拍| 亚洲综合视频在线| 一区二区三区国产精华| 一区二区三区在线视频播放| 一区二区三区在线免费视频| 中文字幕日本乱码精品影院| 国产精品麻豆久久久| 成人欧美一区二区三区白人| 中文字幕一区二区5566日韩| 1024成人网| 亚洲激情在线播放| 亚洲国产日韩综合久久精品| 亚瑟在线精品视频| 美女视频黄久久| 韩国欧美国产一区| 成人国产精品免费观看| 色婷婷精品久久二区二区蜜臀av | 国产成人免费在线视频| www.视频一区| 色哟哟一区二区在线观看| 在线观看欧美日本| 日韩一区和二区| 国产女人aaa级久久久级| 亚洲三级理论片| 亚洲成av人影院| 精品一区二区三区久久久| 国产成人精品午夜视频免费| 91日韩在线专区| 4438成人网| 国产调教视频一区| 亚洲精品你懂的| 日产国产高清一区二区三区| 国产精品一卡二卡| 欧美艳星brazzers| 精品免费99久久| 亚洲九九爱视频| 美女视频网站久久| av电影在线不卡| 欧美一级电影网站| 日韩美女视频一区二区| 日本道色综合久久| 日韩一区二区电影在线| 国产成人自拍在线| 91欧美激情一区二区三区成人| 成人黄色一级视频| 欧洲生活片亚洲生活在线观看| 欧美日韩视频在线第一区| 日韩视频免费观看高清完整版| 久久久久久久久久美女| 一区二区三区在线免费视频| av成人老司机| 高清国产一区二区| 9191成人精品久久| 亚洲人成人一区二区在线观看| 日韩高清在线观看| 成人av网站免费| 欧美一区二区啪啪| 亚洲免费在线视频| 国产精品一级黄| 欧美一卡二卡在线观看| 亚洲精品视频在线观看网站| 国产一区二区三区电影在线观看| 欧美日韩三级在线| 亚洲精品一卡二卡| 国产大片一区二区| 日韩午夜小视频| 亚洲一区二区高清| 91视频在线看| 国产精品三级在线观看| 久久国产精品99久久人人澡| 欧美日韩国产一二三| 一区二区三区日韩| av一本久道久久综合久久鬼色| 精品国产自在久精品国产| 日韩福利电影在线| 在线播放国产精品二区一二区四区| 亚洲欧洲综合另类在线| 成人网男人的天堂| 国产欧美视频一区二区三区| 黄色日韩三级电影| 日韩免费电影一区| 日本中文字幕一区二区视频| 国产成人精品免费网站| 亚洲一区二区三区四区五区黄 | 欧美精品一区二区三区很污很色的 | 国产一区91精品张津瑜| 欧美一区二区三区在| 午夜精品久久一牛影视| 欧美视频三区在线播放| 亚洲午夜影视影院在线观看| 在线观看视频一区| 一区二区三国产精华液| 在线影院国内精品| 一区二区三区毛片| 91久久免费观看| 亚洲午夜久久久久久久久电影院 | 久久精品国产成人一区二区三区| 91精品国产91久久久久久一区二区 | 日韩女优电影在线观看| 蜜臀久久99精品久久久久久9 | 亚洲精品在线三区| 久久成人综合网| 26uuu精品一区二区在线观看| 久久精品99久久久| 久久丝袜美腿综合| 国产成a人亚洲| 国产精品白丝在线| 在线日韩av片| 调教+趴+乳夹+国产+精品| 欧美欧美午夜aⅴ在线观看| 日本欧美在线观看| 久久久久久免费毛片精品| 成人高清在线视频| 亚洲人xxxx| 欧美一区二区精品| 丰满亚洲少妇av| 亚洲午夜日本在线观看| 欧美大片在线观看| 成人深夜在线观看| 亚洲一区视频在线观看视频| 91麻豆精品国产91| 国产成人午夜高潮毛片| 亚洲一区在线视频观看| ww久久中文字幕| 在线欧美日韩精品| 激情综合一区二区三区| 亚洲区小说区图片区qvod|