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

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

?? 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 ( ) {

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧亚一区二区三区| 精品美女被调教视频大全网站| 麻豆精品视频在线| 综合激情成人伊人| 久久久精品一品道一区| 欧美狂野另类xxxxoooo| 99久久精品费精品国产一区二区| 日韩精品国产欧美| 亚洲美女区一区| 国产女主播一区| 精品久久久久久久久久久久久久久久久 | 精品一区二区三区在线播放| 亚洲精品日韩综合观看成人91| 久久先锋影音av鲁色资源| 欧美猛男超大videosgay| av在线不卡电影| 国产乱一区二区| 老司机精品视频线观看86| 亚洲大片免费看| 一区二区三区四区精品在线视频| 国产免费久久精品| 久久一二三国产| 欧美va亚洲va国产综合| 8v天堂国产在线一区二区| 97精品久久久午夜一区二区三区| 国产激情一区二区三区桃花岛亚洲| 美女视频一区二区三区| 午夜激情综合网| 亚洲午夜久久久| 一区二区三区久久久| 亚洲黄色录像片| 亚洲精品中文字幕在线观看| 亚洲三级免费观看| 国产精品嫩草99a| 亚洲国产精品成人久久综合一区| 久久久不卡影院| 精品国产乱码久久久久久牛牛| 欧美一区二区国产| 91精品国产91久久久久久一区二区 | 精品一二三四区| 色婷婷狠狠综合| aaa欧美日韩| 91美女视频网站| 色伊人久久综合中文字幕| 91性感美女视频| 91啪亚洲精品| 精品视频在线看| 欧美精品一级二级| 日韩一区二区电影在线| 精品国一区二区三区| 久久综合一区二区| 中文字幕免费在线观看视频一区| 国产精品第13页| 亚洲综合小说图片| 日本va欧美va瓶| 国产在线国偷精品产拍免费yy| 国产露脸91国语对白| proumb性欧美在线观看| 一本到不卡精品视频在线观看| 欧洲一区在线观看| 91精品国产黑色紧身裤美女| 久久青草国产手机看片福利盒子| 国产日产欧美一区二区视频| 国产精品久久久久影院亚瑟| 亚洲自拍偷拍综合| 麻豆91精品91久久久的内涵| 国产精品夜夜嗨| 91网站最新地址| 欧美军同video69gay| 久久香蕉国产线看观看99| 亚洲国产高清aⅴ视频| 一个色综合av| 激情综合色综合久久综合| 成人午夜在线播放| 欧美视频一区二区在线观看| 精品美女被调教视频大全网站| 中文字幕一区二区三区色视频| 亚洲午夜羞羞片| 国产精品一区二区男女羞羞无遮挡| 99久久婷婷国产综合精品电影 | 精品国产乱子伦一区| 国产精品美女久久久久久久久| 一区二区三区欧美日| 激情六月婷婷久久| 一本大道久久a久久综合| 日韩免费一区二区| 亚洲精品中文在线| 国产在线国偷精品产拍免费yy| 91看片淫黄大片一级在线观看| 欧美精品成人一区二区三区四区| 国产欧美日韩精品在线| 天天影视涩香欲综合网| 丁香五精品蜜臀久久久久99网站 | 午夜精品久久久久久久蜜桃app| 激情丁香综合五月| 欧美视频一区二区三区在线观看 | 99精品欧美一区二区三区综合在线| 在线播放中文一区| 综合久久国产九一剧情麻豆| 麻豆中文一区二区| 欧美在线不卡视频| 日本一区二区免费在线| 日韩激情一区二区| 91丨porny丨在线| 青青青爽久久午夜综合久久午夜| 成人免费高清在线| 久久亚洲综合色一区二区三区| 亚洲成人精品一区二区| 91视频91自| 亚洲国产精华液网站w| 免费人成黄页网站在线一区二区 | 久久精品一区二区| 奇米影视一区二区三区| 欧美优质美女网站| 亚洲欧洲无码一区二区三区| 国内久久婷婷综合| 欧美变态tickling挠脚心| 日韩和欧美一区二区三区| 在线一区二区三区四区五区| 国产精品你懂的在线欣赏| 国产一区二区福利视频| 日韩免费高清视频| 美脚の诱脚舐め脚责91 | 精一区二区三区| 欧美一区二区在线免费播放| 亚洲综合一二区| 在线观看免费成人| 日韩理论片中文av| 91丝袜国产在线播放| 中文字幕亚洲区| 99久久婷婷国产| 亚洲欧洲日韩av| 91麻豆精东视频| 一区二区三区四区视频精品免费 | 久久色中文字幕| 国内精品写真在线观看| 2022国产精品视频| 欧美日韩中字一区| 亚洲一区在线电影| 欧美日韩在线观看一区二区| 香港成人在线视频| 欧美日韩电影在线| 青青国产91久久久久久| 欧美成人a视频| 国产精品中文字幕日韩精品 | 综合久久综合久久| 91国偷自产一区二区开放时间| 一区二区在线观看免费| 欧美三级三级三级爽爽爽| 五月天婷婷综合| 日韩午夜在线影院| 国产最新精品免费| 国产精品网站在线播放| 99re亚洲国产精品| 午夜成人免费电影| 精品国产百合女同互慰| 国产成人高清视频| 亚洲精品自拍动漫在线| 欧美精品在线一区二区三区| 美国十次综合导航| 国产精品免费视频一区| 欧洲国产伦久久久久久久| 午夜精品久久久久久久久久久| 日韩免费一区二区| 成人激情校园春色| 亚洲黄色片在线观看| 911精品国产一区二区在线| 久久99精品久久久久久动态图 | 国产suv精品一区二区883| 亚洲视频在线一区观看| 欧美日本在线播放| 国产成a人亚洲精品| 亚洲人成网站色在线观看| 91精品国产色综合久久不卡蜜臀| 国产综合久久久久久鬼色| 最新国产の精品合集bt伙计| 欧美日本一道本在线视频| 国产一区二区不卡| 亚洲尤物在线视频观看| 精品国产凹凸成av人导航| 一本大道久久精品懂色aⅴ | 麻豆成人综合网| 亚洲天堂成人在线观看| 91精品国产综合久久久久久漫画| 国产精品综合一区二区| 亚洲国产综合91精品麻豆| 国产三区在线成人av| 欧美性色黄大片| 国产91丝袜在线播放| 天天影视涩香欲综合网| 国产精品久久久久久久久图文区 | 26uuu国产日韩综合| 欧美在线色视频| 成人做爰69片免费看网站| 日日夜夜免费精品视频| 国产剧情一区二区| 亚洲电影在线免费观看| 国产情人综合久久777777| 7799精品视频| 色婷婷综合久久久中文字幕|