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

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

?? msado15.tli

?? 采用C++與SQL結合設計的一套業務管理系統。功能比較齊全
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (2764df43).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library c:\Program Files\Common Files\System\ado\msado15.dll
// compiler-generated file created 11/03/08 at 13:16:36 - 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, ADO_LONGPTR 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;
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美日韩精品是欧美日韩精品| 亚洲色图色小说| 亚洲精品久久久蜜桃| 日本aⅴ亚洲精品中文乱码| aa级大片欧美| 国产午夜亚洲精品午夜鲁丝片| 亚洲午夜视频在线| aaa亚洲精品| 国产欧美日韩在线看| 男男成人高潮片免费网站| 色88888久久久久久影院野外| 精品三级在线观看| 日韩中文字幕91| 色哦色哦哦色天天综合| 国产精品国产三级国产a| 国产一区在线观看视频| 日韩午夜av电影| 污片在线观看一区二区| 在线精品亚洲一区二区不卡| 中文字幕在线观看不卡视频| 国产精品1024久久| 国产亚洲综合在线| 国产精品91一区二区| 久久夜色精品国产欧美乱极品| 视频一区二区国产| 欧美日韩视频在线一区二区| 亚洲午夜免费电影| 欧美日韩国产综合一区二区三区| 亚洲国产人成综合网站| 91久久国产综合久久| 一区二区三区免费网站| 欧美亚洲动漫精品| 天天综合色天天| 欧美一区二区视频在线观看2022| 午夜欧美在线一二页| 91精品国产综合久久精品图片| 亚洲综合精品久久| 69精品人人人人| 久久国产三级精品| 久久久影院官网| 粉嫩欧美一区二区三区高清影视 | 亚洲伦理在线免费看| 99久久久久免费精品国产| 国产精品成人一区二区艾草| 99精品视频免费在线观看| 亚洲黄网站在线观看| 欧美性xxxxxxxx| 欧美bbbbb| 国产欧美一区二区精品婷婷| 成人h动漫精品| 亚洲激情图片一区| 日韩欧美123| 国产.欧美.日韩| 一区二区三区视频在线看| 正在播放亚洲一区| 国产电影一区二区三区| 自拍av一区二区三区| 欧美丰满美乳xxx高潮www| 精东粉嫩av免费一区二区三区| 国产日韩欧美电影| 欧美私人免费视频| 国产精品一区二区黑丝| 亚洲欧美一区二区不卡| 日韩三级在线观看| 91影院在线观看| 男人的天堂亚洲一区| 国产精品成人免费| 日韩午夜在线观看| 99久久精品国产精品久久| 丝袜美腿亚洲一区二区图片| 欧美激情在线免费观看| 91精品国产综合久久婷婷香蕉| 国产精品18久久久久| 午夜精品久久一牛影视| 国产欧美精品一区二区色综合 | 精品国产免费人成电影在线观看四季 | 夜夜夜精品看看| 精品国产在天天线2019| 色成年激情久久综合| 激情综合亚洲精品| 亚洲成人一区二区| 国产精品久久久久久久岛一牛影视 | 久久精品亚洲一区二区三区浴池| 91免费看`日韩一区二区| 精品伊人久久久久7777人| 亚洲精品美腿丝袜| 中文字幕中文字幕一区二区| 欧美一区二区高清| 在线一区二区三区四区| 国产成人av电影在线| 免费一区二区视频| 亚洲第四色夜色| 亚洲欧美在线视频观看| 国产婷婷色一区二区三区四区| 欧美日本在线播放| 欧美日韩一区在线观看| 99久久免费视频.com| 大白屁股一区二区视频| 国产剧情av麻豆香蕉精品| 蜜臀av国产精品久久久久| 午夜久久久影院| 亚洲地区一二三色| 亚洲国产精品天堂| 亚洲mv在线观看| 亚洲午夜私人影院| 亚洲一区二区美女| 亚洲综合小说图片| 亚洲18女电影在线观看| 亚洲自拍偷拍图区| 亚洲国产成人精品视频| 亚洲成a人片在线不卡一二三区| 亚洲精品国产一区二区三区四区在线| 亚洲国产精品v| 亚洲欧美综合在线精品| 中文字幕欧美国产| 亚洲欧洲国产日本综合| 亚洲日本在线a| 亚洲国产aⅴ天堂久久| 亚洲综合网站在线观看| 午夜私人影院久久久久| 午夜国产精品影院在线观看| 三级不卡在线观看| 六月丁香婷婷久久| 韩国欧美国产1区| 成人网在线免费视频| 成人免费毛片片v| 色8久久精品久久久久久蜜| 精品视频1区2区3区| 91精品国产一区二区| 精品久久一区二区三区| 亚洲国产激情av| 亚洲男人天堂av| 午夜电影网一区| 国产一本一道久久香蕉| 成人99免费视频| 欧美日韩在线三级| 精品福利二区三区| 亚洲欧美综合在线精品| 亚洲第一精品在线| 国产乱人伦偷精品视频免下载| 成人综合在线观看| 欧美天堂一区二区三区| 制服.丝袜.亚洲.中文.综合| 久久久青草青青国产亚洲免观| 国产精品欧美一级免费| 午夜激情综合网| 国产电影一区二区三区| 欧美色综合网站| 国产亚洲一区二区三区在线观看| 亚洲视频免费观看| 久久se这里有精品| 99精品1区2区| 日韩精品中文字幕一区二区三区| 中文字幕一区二区视频| 亚洲女同女同女同女同女同69| 免费精品视频在线| 91久久久免费一区二区| 欧美一区二区三区白人| 国产精品久久精品日日| 奇米综合一区二区三区精品视频| 丁香桃色午夜亚洲一区二区三区| 欧美视频三区在线播放| 国产女同性恋一区二区| 日韩电影免费在线观看网站| 国产很黄免费观看久久| 欧美久久一区二区| 亚洲精品国产精华液| 国产一区二区在线看| 欧美视频一区二区在线观看| 久久久久88色偷偷免费 | 91麻豆精品国产91久久久 | 亚洲四区在线观看| 久久国产精品露脸对白| 91黄色激情网站| 国产精品人妖ts系列视频| 日本91福利区| 欧美三级韩国三级日本三斤| 国产精品理论在线观看| 狠狠网亚洲精品| 日韩欧美国产wwwww| 午夜国产精品影院在线观看| 波多野结衣中文一区| 精品欧美乱码久久久久久| 天天色综合天天| 欧美三级蜜桃2在线观看| 一区二区三区波多野结衣在线观看| 国内精品第一页| 精品999久久久| 久久99国内精品| 欧美变态口味重另类| 视频一区在线视频| 91麻豆精品国产91久久久更新时间| 一区二区三区成人| 欧美视频在线一区二区三区| 一区二区在线看| 91成人网在线| 一区二区三区不卡视频 | 国产日韩欧美综合在线| 狠狠色狠狠色综合系列| 欧美大尺度电影在线|