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

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

?? msado15.tli

?? 局域網監控系統 實現客戶端和服務器端管理
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (6f10d07f).
//
// e:\邱志富\tm\04\局域網視頻監控\server\debug\msado15.tli
//
// Wrapper implementations for Win32 type library C:\\Program Files\\Common Files\\System\\ado\\msado15.dll
// compiler-generated file created 12/03/08 at 12:00:29 - 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一区二区三区免费野_久草精品视频
精品在线你懂的| 欧美日韩综合在线| 欧美老肥妇做.爰bbww| 久久婷婷国产综合国色天香| 亚洲老妇xxxxxx| 国产乱子伦视频一区二区三区| 一本大道久久a久久精品综合| 精品久久国产97色综合| 亚洲一二三四在线| 成人理论电影网| 欧美大白屁股肥臀xxxxxx| 亚洲宅男天堂在线观看无病毒| 国内成人精品2018免费看| 欧美挠脚心视频网站| 一区二区三区欧美亚洲| 国产成人av一区二区三区在线观看| 欧美一二三区精品| 日日摸夜夜添夜夜添精品视频 | 欧美激情综合在线| 久色婷婷小香蕉久久| 欧美日韩国产bt| 亚洲福利电影网| 欧美性生活久久| 亚洲国产一区二区a毛片| 色中色一区二区| 一区二区三区中文字幕精品精品| 成人免费黄色在线| 国产精品免费视频观看| 成人av午夜电影| 亚洲欧美自拍偷拍色图| av一区二区久久| 亚洲激情在线激情| 91福利视频网站| 亚洲成av人片在线观看| 欧美精品免费视频| 视频一区二区三区在线| 91精选在线观看| 蜜桃视频在线观看一区二区| 日韩精品资源二区在线| 国产一区二区三区不卡在线观看 | 日韩无一区二区| 日本美女视频一区二区| 91精品久久久久久久91蜜桃| 日韩专区一卡二卡| 精品国产区一区| 国产成人免费av在线| 国产精品久久久久影院亚瑟| 99视频精品全部免费在线| 一区二区三区在线视频免费| 欧美日韩国产精选| 久久疯狂做爰流白浆xx| 国产亚洲精久久久久久| 色综合久久99| 美女性感视频久久| 国产精品嫩草99a| 欧美日韩中文精品| 国产在线精品一区二区三区不卡| 欧美激情综合在线| 欧美日韩一区二区三区四区| 蜜臀91精品一区二区三区| 亚洲国产精品精华液ab| 欧美日韩在线综合| 国产一区二区精品在线观看| 亚洲欧美偷拍另类a∨色屁股| 欧美日韩国产另类一区| 国产福利视频一区二区三区| 亚洲一二三级电影| 久久久美女毛片| 欧美日韩极品在线观看一区| 国产露脸91国语对白| 亚洲va国产va欧美va观看| 欧美激情中文字幕| 91精品国产麻豆国产自产在线| 国产成人自拍在线| 人禽交欧美网站| 亚洲三级电影网站| 久久亚洲综合av| 欧美日本高清视频在线观看| 成人国产精品免费| 久久 天天综合| 午夜精品爽啪视频| 成人免费在线视频观看| 精品国产乱码久久久久久夜甘婷婷 | 一区二区三区久久| 2020国产精品自拍| 日韩一区和二区| 91久久免费观看| 成人一区二区三区中文字幕| 五月天欧美精品| 亚洲日本va午夜在线电影| 久久久精品国产99久久精品芒果 | 亚洲免费在线观看| 久久这里只有精品视频网| 欧美日韩国产综合草草| 92精品国产成人观看免费| 国产精品一卡二| 国内成人免费视频| 久久66热偷产精品| 久久精品免费看| 日韩成人av影视| 天堂一区二区在线免费观看| 一个色综合av| 亚洲最大的成人av| 一区二区免费看| 亚洲激情六月丁香| 亚洲日本电影在线| ...xxx性欧美| 一区二区三区四区国产精品| 国产精品免费aⅴ片在线观看| 久久嫩草精品久久久精品| www亚洲一区| 久久免费美女视频| 久久久夜色精品亚洲| 久久久久久久电影| 久久久不卡影院| 国产精品免费视频一区| 国产精品国产三级国产aⅴ中文| 欧美激情在线看| 最新成人av在线| 一区二区在线免费观看| 一区二区三区蜜桃| 日韩中文欧美在线| 美女网站色91| 国产激情一区二区三区桃花岛亚洲 | 91一区二区在线观看| 91在线一区二区| 欧美日韩精品专区| 欧美一区二区三区影视| 精品捆绑美女sm三区| 国产精品无遮挡| 一级日本不卡的影视| 日韩制服丝袜先锋影音| 精品一区二区综合| 成人网男人的天堂| 欧亚一区二区三区| 精品成人一区二区| 中文子幕无线码一区tr| 夜夜嗨av一区二区三区| 青娱乐精品视频在线| 国产suv精品一区二区6| 色婷婷亚洲综合| 欧美电影免费提供在线观看| 亚洲国产精品99久久久久久久久 | 欧洲视频一区二区| 91麻豆精品国产91久久久更新时间 | 亚洲成av人片在www色猫咪| 六月丁香综合在线视频| 成人国产精品免费观看动漫| 欧美午夜一区二区三区| 久久久久久电影| 亚洲午夜激情网站| 国模一区二区三区白浆| 一本色道久久综合精品竹菊| 欧美一二三四区在线| 中文字幕永久在线不卡| 久久精品久久精品| 色婷婷激情久久| 国产日韩av一区| 亚洲地区一二三色| www.色精品| 精品国产乱码久久久久久夜甘婷婷| 综合久久综合久久| 国产做a爰片久久毛片| 欧美日韩一区不卡| 国产精品久久久久久久第一福利 | 色哟哟一区二区三区| 精品国产自在久精品国产| 一区二区三区电影在线播| 国产中文一区二区三区| 制服丝袜在线91| 亚洲视频一二三区| 国产九九视频一区二区三区| 3atv在线一区二区三区| 亚洲制服欧美中文字幕中文字幕| 国产99久久久国产精品免费看| 欧美日本不卡视频| 亚洲免费在线观看| 粉嫩在线一区二区三区视频| 欧美va在线播放| 五月天一区二区三区| 欧美优质美女网站| 日韩美女久久久| 不卡一区二区在线| 欧美国产亚洲另类动漫| 国产精品中文字幕欧美| 日韩一级大片在线| 天堂一区二区在线| 欧美精品日韩一本| 污片在线观看一区二区| 欧美日本在线视频| 亚洲超碰精品一区二区| 色88888久久久久久影院野外| 国产精品视频一二三区| 成人精品小蝌蚪| 中文字幕一区二区三区av| www.久久精品| 一区二区三国产精华液| 欧美日韩中文字幕一区二区| 午夜精品视频一区| 日韩午夜av电影|