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

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

?? msado15.tli

?? 主要功能 企業(yè)倉庫管理系統(tǒng)由基本信息管理模塊、入庫管理模塊、庫存管理模塊、查詢管理模塊等幾部分組成。 &#61553 基本信息管理模塊 該模塊主要包括操作員管理、商品信息管理、庫存信息管理、供
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (b654d884).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library c:\program files\common files\system\ado\msado15.dll
// compiler-generated file created 01/09/06 at 11:38:58 - 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一区二区三区免费野_久草精品视频
成人午夜视频网站| 欧美日韩中文字幕精品| 一二三四社区欧美黄| 国产精品免费网站在线观看| 精品999在线播放| 欧美tickling挠脚心丨vk| 91精品国产aⅴ一区二区| 9191成人精品久久| 日韩亚洲欧美一区二区三区| 欧美日本不卡视频| 91精品综合久久久久久| 欧美一级片在线观看| 日韩美女天天操| 精品久久人人做人人爰| 久久久亚洲欧洲日产国码αv| 久久这里只有精品首页| 久久精品一区二区三区不卡牛牛| 国产午夜一区二区三区| 综合久久综合久久| 亚洲成人黄色小说| 国产最新精品精品你懂的| 国产成人午夜精品影院观看视频 | 免费看黄色91| 久久99精品久久久久久动态图| 美女国产一区二区| 成人在线综合网| 91黄色免费版| 精品国产99国产精品| 国产蜜臀97一区二区三区| 亚洲欧美日本韩国| 另类小说欧美激情| 99精品视频免费在线观看| 欧美日韩在线播放一区| 精品久久久久久综合日本欧美| 中文幕一区二区三区久久蜜桃| 亚洲欧美日韩成人高清在线一区| 日韩中文欧美在线| 成人理论电影网| 欧美精品一卡两卡| 国产精品福利一区二区三区| 视频一区二区三区入口| 成人动漫一区二区三区| 制服丝袜av成人在线看| 国产精品一区二区无线| 精品一区二区三区在线观看 | 欧美日韩美少妇| 国产偷v国产偷v亚洲高清 | 欧美乱妇一区二区三区不卡视频| 久久久亚洲精品一区二区三区 | 久久九九久久九九| 日本大胆欧美人术艺术动态| 成av人片一区二区| 欧美精品一区二区三区在线| 午夜私人影院久久久久| www.在线欧美| 国产欧美一区二区精品秋霞影院| 婷婷成人综合网| av高清不卡在线| 国产亚洲精品福利| 国内精品伊人久久久久av影院| 91蝌蚪porny| 国产欧美日韩在线观看| 伦理电影国产精品| 欧美精品xxxxbbbb| 午夜久久久久久电影| 91小视频在线| 亚洲欧美日韩在线不卡| 成人av集中营| 中文字幕在线观看一区二区| 国产成人综合在线观看| 精品国产一区二区三区不卡 | 一区二区久久久| av不卡免费电影| 国产精品激情偷乱一区二区∴| 国产精品一区二区黑丝| 久久男人中文字幕资源站| 国产精品99久久久久久久女警 | 成人激情综合网站| 国产欧美日韩久久| 成人av综合一区| 国产精品传媒在线| 成人av影院在线| 亚洲色图视频网站| 欧美色国产精品| 青青草91视频| 26uuu欧美日本| 成人av在线看| 一区二区三区欧美激情| 欧美丝袜自拍制服另类| 亚洲一区二区精品久久av| 亚洲免费观看在线观看| 99精品热视频| 婷婷成人激情在线网| 欧美一卡二卡在线观看| 国产乱人伦精品一区二区在线观看 | 久久只精品国产| 国产寡妇亲子伦一区二区| 国产精品久久久久毛片软件| 91小视频在线| 日本不卡中文字幕| 精品国产三级电影在线观看| 另类小说欧美激情| 最好看的中文字幕久久| 欧美日韩亚州综合| 国产一区二区在线观看视频| 国产欧美日韩卡一| 欧美日韩午夜在线| 国产91精品免费| 亚洲小说欧美激情另类| 精品国产免费一区二区三区四区| 成人小视频免费观看| 亚洲视频在线观看一区| 日韩一区二区三区高清免费看看| 国产不卡在线视频| 日韩主播视频在线| 国产精品久久久久aaaa樱花 | 久久激情五月激情| 国产日韩一级二级三级| 欧美三级三级三级爽爽爽| 国产精一品亚洲二区在线视频| 亚洲激情一二三区| 久久久美女毛片| 欧美日韩一区二区三区免费看| 九九在线精品视频| 香蕉影视欧美成人| 国产精品大尺度| 久久久精品tv| 日韩一区二区电影| 91久久精品午夜一区二区| 国产精品综合av一区二区国产馆| 亚洲成人激情自拍| 伊人开心综合网| 国产精品三级在线观看| 欧美电影免费提供在线观看| 在线中文字幕不卡| 91视频一区二区| 成人爽a毛片一区二区免费| 久久电影网电视剧免费观看| 亚洲一二三四在线观看| 亚洲欧美一区二区久久| 国产精品人妖ts系列视频| 精品国产免费久久| 精品国产凹凸成av人网站| 欧美裸体一区二区三区| 欧美亚洲禁片免费| 一本到三区不卡视频| 99久久精品免费看国产免费软件| 国产一区二区三区精品视频| 久草在线在线精品观看| 老司机精品视频导航| 美女视频一区二区| 老鸭窝一区二区久久精品| 久久国产精品99精品国产 | 中文字幕精品一区二区精品绿巨人 | 久久伊人蜜桃av一区二区| 精品视频123区在线观看| 欧美午夜精品一区二区三区| 在线日韩av片| 在线观看精品一区| 欧美私模裸体表演在线观看| 欧美日韩电影在线| 7777精品伊人久久久大香线蕉| 欧美久久久久久久久| 欧美一区二区观看视频| 欧美变态凌虐bdsm| 久久久久久免费网| 国产精品久久久一区麻豆最新章节| 国产欧美精品一区二区三区四区 | 2020国产成人综合网| 久久九九久久九九| 国产精品伦理一区二区| 亚洲欧美一区二区三区国产精品| 亚洲男人天堂一区| 三级不卡在线观看| 国产一区二区三区四区五区入口| 国产精品一区二区黑丝| 91一区二区在线| 欧美高清激情brazzers| 精品粉嫩aⅴ一区二区三区四区| 久久精品人人做| 亚洲综合一区二区三区| 美女www一区二区| 成人午夜私人影院| 欧美人与禽zozo性伦| 国产喂奶挤奶一区二区三区| 一区二区三区精品在线| 久久精品国产一区二区三区免费看| 国产电影一区在线| 欧美三级乱人伦电影| 久久久99精品免费观看| 亚洲国产精品综合小说图片区| 久久国产精品第一页| 日本精品一区二区三区高清| 日韩欧美另类在线| 一区二区三区不卡视频在线观看 | 成人免费毛片片v| 欧美一区二区三区四区高清| 国产精品国产三级国产aⅴ中文 | 国产精品123区| 欧美日韩国产在线观看|