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

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

?? msado15.tli

?? 一個(gè)完整的學(xué)生管理系統(tǒng)很好
?? TLI
?? 第 1 頁 / 共 5 頁
字號(hào):
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (fe0b6a44).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library c:\Program Files\Common Files\System\ADO\msado15.dll
// compiler-generated file created 01/03/06 at 10:26:19 - 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;
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91国产免费看| 国产激情91久久精品导航 | 亚洲免费伊人电影| eeuss影院一区二区三区| 国产日本一区二区| av激情综合网| 亚洲午夜视频在线| 欧美mv日韩mv国产网站| 国产精品99久久久久| 日韩精品一区第一页| 在线成人午夜影院| 国内国产精品久久| 国产精品欧美一区喷水| 欧美影视一区在线| 免费国产亚洲视频| 国产精品久久午夜夜伦鲁鲁| 色婷婷综合激情| 蜜桃一区二区三区在线| 国产色一区二区| 欧美剧情片在线观看| 国产精品99久久久| 亚洲午夜日本在线观看| 2023国产一二三区日本精品2022| 成人国产精品免费观看| 无码av中文一区二区三区桃花岛| 欧美精品一区二区三区很污很色的 | 一级女性全黄久久生活片免费| 欧美乱熟臀69xxxxxx| 国产成人自拍在线| 亚洲成人福利片| 国产拍欧美日韩视频二区| 欧美在线免费视屏| 粉嫩13p一区二区三区| 亚洲不卡一区二区三区| 国产精品午夜在线| 日韩免费观看高清完整版在线观看| av日韩在线网站| 91麻豆精品在线观看| 欧美a级理论片| 亚洲激情在线激情| 亚洲国产高清在线观看视频| 欧美一区二区视频在线观看2020| 97se亚洲国产综合自在线观| 精品一区二区三区不卡| 亚洲小说欧美激情另类| 国产日本一区二区| 精品捆绑美女sm三区| 欧美日韩大陆在线| 色一情一乱一乱一91av| 国产91丝袜在线18| 国产最新精品免费| 奇米精品一区二区三区在线观看一| 亚洲色图欧洲色图婷婷| 中文字幕欧美国产| 久久久青草青青国产亚洲免观| 91精品欧美久久久久久动漫| 91成人免费在线视频| 成人av电影在线| 成人一二三区视频| 韩国精品久久久| 久久精品国产精品亚洲红杏| 日韩电影免费在线观看网站| 一区二区高清视频在线观看| 亚洲色图20p| 亚洲色图19p| 亚洲欧美另类久久久精品2019| 久久久不卡网国产精品一区| 久久先锋影音av鲁色资源网| 久久夜色精品一区| 久久久一区二区| 久久亚洲欧美国产精品乐播| 2023国产精品| 国产亚洲精品久| 国产精品女上位| 国产精品久久久久7777按摩| 国产精品久久久久久亚洲伦 | 亚洲一区二区三区四区中文字幕| 国产精品乱人伦中文| 国产精品美日韩| 国产精品国产自产拍高清av王其 | 欧美调教femdomvk| 欧美午夜精品一区| 国产精品国产三级国产普通话蜜臀| 久久久久久免费毛片精品| 久久免费看少妇高潮| 久久免费精品国产久精品久久久久| 久久久国产精品午夜一区ai换脸| 欧美国产日韩a欧美在线观看| 亚洲国产精品成人综合色在线婷婷 | 蜜桃视频一区二区三区| 久久99精品久久久久久动态图 | 欧美一区二区三区色| 欧美不卡在线视频| 亚洲国产经典视频| 亚洲精品老司机| 婷婷激情综合网| 久久99九九99精品| 成人av网址在线| 欧美在线观看你懂的| 91麻豆精品国产91久久久久久久久 | 在线观看91视频| 欧美一区二区三区啪啪| 久久色在线视频| 亚洲免费伊人电影| 麻豆精品国产91久久久久久| 国产中文字幕一区| 97aⅴ精品视频一二三区| 欧美日本精品一区二区三区| 久久久久九九视频| 一区二区三区四区五区视频在线观看| 午夜久久久久久| 成人精品一区二区三区中文字幕| 欧美性大战久久久久久久| 日韩三级伦理片妻子的秘密按摩| 国产精品丝袜一区| 日韩国产一二三区| av一本久道久久综合久久鬼色| 欧美日韩精品欧美日韩精品一综合| 欧美va在线播放| 亚洲自拍偷拍网站| 国产高清久久久久| 这里只有精品视频在线观看| 国产精品网站在线| 伦理电影国产精品| 在线观看欧美日本| 国产精品免费久久| 成人动漫在线一区| 日韩欧美高清在线| 一区二区三区中文字幕在线观看| 国产自产v一区二区三区c| 精品视频一区二区三区免费| 国产日韩成人精品| 久久精品国产秦先生| 欧美日韩免费观看一区二区三区| 国产欧美精品一区二区色综合 | 国产成人免费视频精品含羞草妖精| 欧美亚洲日本国产| 国产精品伦理在线| 韩国av一区二区三区| 欧美丰满少妇xxxxx高潮对白| 亚洲欧洲精品天堂一级| 国产一区久久久| 91精品国产乱| 日韩精品亚洲专区| 欧美亚洲国产bt| 一区二区三区四区乱视频| 成人免费视频一区| 国产三区在线成人av| 激情偷乱视频一区二区三区| 777久久久精品| 亚洲综合在线第一页| 色综合久久88色综合天天免费| 国产精品午夜久久| 成人动漫一区二区三区| 国产婷婷色一区二区三区在线| 久久成人免费电影| 精品剧情v国产在线观看在线| 免费久久精品视频| 日韩欧美国产综合一区| 美脚の诱脚舐め脚责91| 日韩一级高清毛片| 精品一区二区在线视频| 精品91自产拍在线观看一区| 久久av中文字幕片| 精品成人在线观看| 国产精品亚洲一区二区三区妖精| 欧美xxxxx牲另类人与| 狠狠狠色丁香婷婷综合激情| 精品久久国产字幕高潮| 国产精品一区在线观看你懂的| www一区二区| 成人午夜私人影院| 亚洲精品国产精华液| 欧美亚洲日本国产| 青青草国产成人99久久| 欧美va亚洲va在线观看蝴蝶网| 欧美日韩成人在线| 日韩av午夜在线观看| 欧美大黄免费观看| 国产高清成人在线| 亚洲视频你懂的| 欧美精品一卡两卡| 国产一区二区三区久久久 | 欧美精品一区二区三区久久久 | 免费观看久久久4p| 久久综合色综合88| 成人性生交大片免费看中文| 亚洲品质自拍视频| 欧美日韩国产综合一区二区| 美女任你摸久久| 国产精品国模大尺度视频| 欧美日韩在线播放三区四区| 久久99国产精品久久99果冻传媒| 久久久精品国产99久久精品芒果| caoporm超碰国产精品| 五月婷婷欧美视频| 久久先锋影音av鲁色资源网| 99国产精品国产精品久久| 日本欧美大码aⅴ在线播放| www国产成人免费观看视频 深夜成人网|