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

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

?? msado15.tli

?? 圖書館管理系統是典型的信息管理系統(MIS),其開發主要包括后臺數據庫的建立和維護以及前端應用程序的開發兩個方面。對于前者要求建立起數據一致性和完整性強.數據安全性好的庫。而對于后者則要求應用程序功能
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (4f42f982).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library C:\Program Files\Common Files\System\ado\msado15.dll
// compiler-generated file created 06/11/08 at 15:48:30 - 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一区二区三区免费野_久草精品视频
日韩精品一区二区三区中文不卡 | 久久久久久夜精品精品免费| 一本色道久久综合亚洲91| 国产精品18久久久久久vr| 九一九一国产精品| 国产一区中文字幕| 国产福利91精品一区| 国产成人精品在线看| 国产激情精品久久久第一区二区| 国产精品一区二区你懂的| 国产精品影视网| 成人av网址在线| 日本韩国欧美一区| 欧美探花视频资源| 欧美二区乱c少妇| 精品国产91洋老外米糕| 亚洲国产成人一区二区三区| 国产精品视频你懂的| 一区二区三区在线观看视频| 亚洲一区二区精品3399| 蜜臀av亚洲一区中文字幕| 国产麻豆精品在线观看| 91香蕉国产在线观看软件| 欧美日韩不卡在线| 精品国产免费一区二区三区四区| 国产三区在线成人av| 亚洲免费观看在线视频| 日本欧美一区二区| 国产成人精品免费| 欧美色偷偷大香| 精品国产乱码久久久久久蜜臀| 中文字幕av资源一区| 亚洲影视在线播放| 韩国v欧美v亚洲v日本v| av影院午夜一区| 制服丝袜亚洲网站| 国产精品视频一二三区 | 欧美日韩免费高清一区色橹橹 | 男男gaygay亚洲| 懂色av一区二区三区免费观看 | 欧美一区二区免费观在线| 国产亚洲污的网站| 日日夜夜免费精品| 99久久综合色| 精品久久久久久最新网址| 亚洲精品伦理在线| 国产一区二区三区四| 欧美日韩一区二区三区视频| 久久精品视频一区二区| 日韩av一区二| 色欧美片视频在线观看在线视频| 精品欧美乱码久久久久久1区2区| 亚洲欧美福利一区二区| 国产成都精品91一区二区三| 777a∨成人精品桃花网| 一区二区三区四区视频精品免费| 国产精品一级片| 日韩欧美卡一卡二| 午夜天堂影视香蕉久久| 91丨porny丨国产| 国产午夜三级一区二区三| 免费精品视频最新在线| 欧美日韩一区二区不卡| 一区二区三区产品免费精品久久75| 国产jizzjizz一区二区| 亚洲精品一区二区三区四区高清 | 欧美一二三区精品| 午夜视黄欧洲亚洲| 欧美综合亚洲图片综合区| 中文av一区二区| 丁香激情综合国产| 国产日韩欧美电影| 国产成a人无v码亚洲福利| 日韩欧美黄色影院| 久久99精品国产91久久来源| 日韩小视频在线观看专区| 日本中文字幕一区二区有限公司| 欧美亚洲高清一区| 亚洲综合久久久| 欧美日韩精品三区| 五月天激情综合网| 欧美一区二区久久久| 美腿丝袜一区二区三区| 日韩欧美一区电影| 韩国女主播一区| 中文字幕乱码亚洲精品一区| 成人网男人的天堂| 亚洲男人的天堂网| 欧美日韩dvd在线观看| 日本午夜一区二区| 久久九九99视频| heyzo一本久久综合| 亚洲最大成人网4388xx| 欧美另类高清zo欧美| 免费看日韩a级影片| 久久蜜桃一区二区| 91视视频在线观看入口直接观看www| 亚洲日韩欧美一区二区在线| 欧美在线色视频| 另类综合日韩欧美亚洲| 国产亚洲一区二区三区四区| 96av麻豆蜜桃一区二区| 亚洲国产精品精华液网站| 日韩欧美国产三级电影视频| 国产精品一区二区三区99| 亚洲精品国产无套在线观| 欧美一区二区日韩| 91玉足脚交白嫩脚丫在线播放| 亚洲大片在线观看| 国产三级一区二区| 欧美精品在线一区二区三区| 国产高清精品在线| 丝袜美腿一区二区三区| 国产欧美日韩中文久久| 欧美日韩国产综合一区二区| 国产乱码字幕精品高清av| 亚洲一区二区三区四区在线| 久久综合色婷婷| 欧美日韩视频专区在线播放| 国产黄色91视频| 日本午夜精品视频在线观看| 国产精品网友自拍| 欧美本精品男人aⅴ天堂| 在线观看欧美精品| 成人国产电影网| 精品午夜一区二区三区在线观看| 亚洲女子a中天字幕| 久久女同互慰一区二区三区| 精品视频123区在线观看| av网站免费线看精品| 国产一区二区在线观看免费| 亚洲午夜久久久| 国产精品电影一区二区三区| 精品国产123| 91麻豆精品国产91久久久久久久久| 99热99精品| 北条麻妃国产九九精品视频| 国产伦精一区二区三区| 欧美bbbbb| 五月婷婷综合在线| 一区二区成人在线视频 | 欧美日韩视频第一区| 成人黄色片在线观看| 国产一区二区三区高清播放| 琪琪久久久久日韩精品| 亚洲成人动漫在线免费观看| 亚洲精品日日夜夜| 成人免费视频在线观看| 国产精品情趣视频| 欧美国产一区二区在线观看 | 欧美男同性恋视频网站| 在线免费亚洲电影| 91毛片在线观看| 色成人在线视频| 欧美在线免费观看亚洲| 日本高清成人免费播放| 色综合视频一区二区三区高清| av在线综合网| 日本精品视频一区二区| 欧美午夜电影网| 在线成人小视频| 日韩精品一区二区三区swag | 亚洲视频狠狠干| 伊人一区二区三区| 亚洲国产wwwccc36天堂| 免费观看久久久4p| 激情图片小说一区| 国产suv精品一区二区883| eeuss鲁片一区二区三区| 91女人视频在线观看| 欧美系列在线观看| 日韩三级在线观看| 久久精品视频一区二区三区| 国产精品久久久久婷婷| 亚洲综合色噜噜狠狠| 日本v片在线高清不卡在线观看| 久久精品国产一区二区三| 国产福利不卡视频| 在线观看免费一区| 26uuuu精品一区二区| 国产精品久久久久婷婷二区次| 亚洲国产视频网站| 精品写真视频在线观看| 99re成人精品视频| 欧美久久久久久蜜桃| 久久精品视频网| 亚洲午夜精品在线| 国产a视频精品免费观看| 日本高清无吗v一区| 久久影院午夜片一区| 一区二区三区精品| 久久av老司机精品网站导航| 97精品电影院| 精品理论电影在线观看| 一区二区三区四区蜜桃| 国产综合久久久久影院| 欧美日韩免费在线视频| 国产欧美综合在线| 日韩激情视频在线观看| 成人av资源在线观看|