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

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

?? msado15.tli

?? 局域網監控系統 實現客戶端和服務器端管理
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (f21460f1).
//
// g:\工作\sk\局域網視頻監控\server\release\msado15.tli
//
// Wrapper implementations for Win32 type library C:\\Program Files\\Common Files\\System\\ado\\msado15.dll
// compiler-generated file created 01/07/08 at 16:21:04 - 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猫先生在线| 日韩精品一区二区三区视频播放 | 国产成人在线免费观看| 成人免费毛片嘿嘿连载视频| 欧美精品日韩一区| 国产精品不卡在线观看| 看国产成人h片视频| 91丨九色丨尤物| 久久夜色精品一区| 日韩av在线播放中文字幕| 99久久综合色| 久久久精品影视| 亚洲成精国产精品女| www.日韩av| 欧美高清在线一区二区| 免费成人av资源网| 精品视频在线免费看| 亚洲欧美综合在线精品| 奇米888四色在线精品| 99久久精品国产毛片| 欧美久久久久久久久久| 中文字幕中文在线不卡住| 日韩成人免费在线| yourporn久久国产精品| 欧美一区二区在线看| 国产精品精品国产色婷婷| 伦理电影国产精品| 欧美性受xxxx| 亚洲人成网站在线| 国产一区二区三区观看| 欧美日韩高清在线| 一区二区三区四区蜜桃| 成人网页在线观看| 欧美日韩综合一区| 国产精品乱人伦中文| 国内精品视频666| 欧美亚洲精品一区| 亚洲欧美在线aaa| 懂色av噜噜一区二区三区av| 久久影院午夜论| 免费久久精品视频| 欧美日韩精品系列| 一区二区免费在线| 色播五月激情综合网| 最好看的中文字幕久久| 顶级嫩模精品视频在线看| 日韩美女一区二区三区四区| 日韩极品在线观看| 欧美夫妻性生活| 日本亚洲一区二区| 欧美精品三级日韩久久| 亚洲欧美日韩成人高清在线一区| 国产精品123| 久久午夜老司机| 日本免费新一区视频| 91捆绑美女网站| 亚洲人一二三区| 欧美性极品少妇| 亚洲成年人影院| 日韩欧美一级特黄在线播放| 男人的天堂久久精品| 日本精品一区二区三区高清 | 91精品国产乱| 美女视频免费一区| 久久久精品国产免费观看同学| 国产乱码字幕精品高清av| 久久久久久久久99精品| 成人小视频免费在线观看| 亚洲国产高清不卡| 国产河南妇女毛片精品久久久| 中文av一区特黄| 在线欧美小视频| 日韩不卡手机在线v区| 在线亚洲一区二区| 亚洲一区二区在线观看视频| 色婷婷av一区二区| 婷婷成人激情在线网| 色婷婷香蕉在线一区二区| 香蕉成人伊视频在线观看| 欧美一级日韩免费不卡| 国产成人av电影在线| 亚洲麻豆国产自偷在线| 欧美精品aⅴ在线视频| 激情小说欧美图片| 国产精品久久久久四虎| 欧美军同video69gay| 国产毛片一区二区| 亚洲精品视频一区二区| 欧美一级一级性生活免费录像| 国产成人亚洲综合a∨婷婷图片 | 亚洲精品国产无天堂网2021| 欧美肥妇bbw| 99久久精品一区| 亚洲国产人成综合网站| 亚洲精品一区二区三区福利 | 中文字幕亚洲电影| 欧美人牲a欧美精品| 国产99久久久国产精品潘金| 亚洲香蕉伊在人在线观| 久久久久一区二区三区四区| 欧美中文字幕一区二区三区亚洲| 久久国产精品99久久久久久老狼| 综合电影一区二区三区| 久久综合久色欧美综合狠狠| 99久久综合国产精品| 精品影视av免费| 亚洲国产精品久久久久秋霞影院| 久久久久久久久伊人| 在线成人免费视频| 99re免费视频精品全部| 久久99精品国产.久久久久久| 亚洲欧美偷拍三级| 精品国产91亚洲一区二区三区婷婷 | 国产精品大尺度| 久久久综合视频| 欧美一区二区三区四区五区| 色94色欧美sute亚洲线路一ni| 国产在线看一区| 久热成人在线视频| 全国精品久久少妇| 国产精品久久久久aaaa| 7777精品久久久大香线蕉| 国v精品久久久网| 日本伊人色综合网| 亚洲成人av一区| 一区二区三区四区激情| 1024精品合集| 亚洲天堂免费看| 国产精品欧美一区二区三区| 国产视频一区二区三区在线观看 | 日韩欧美一二区| 欧美影院精品一区| 色噜噜偷拍精品综合在线| 99精品热视频| 99re6这里只有精品视频在线观看 99re8在线精品视频免费播放 | 麻豆成人av在线| 奇米888四色在线精品| 最新日韩在线视频| 久久久综合激的五月天| 欧美tk—视频vk| 欧美成人伊人久久综合网| 日韩午夜电影av| 久久蜜桃一区二区| 亚洲国产成人午夜在线一区| 国产精品私人影院| 1区2区3区精品视频| 国产精品久久99| 亚洲网友自拍偷拍| 日韩和欧美的一区| 久久成人免费电影| 国产剧情av麻豆香蕉精品| 国产精品12区| 色诱亚洲精品久久久久久| 欧美性三三影院| 日韩一区二区在线免费观看| 日韩三级在线免费观看| 日韩三级电影网址| 欧美日韩成人一区二区| 日韩精品一区二区三区在线观看 | 亚洲成人av一区| 国产在线精品一区二区三区不卡| 国产一二三精品| 99国产欧美另类久久久精品| 欧美三级日韩在线| 精品久久久久久久久久久久久久久 | 首页欧美精品中文字幕| 美国三级日本三级久久99| 亚洲成av人片一区二区三区| 亚洲精品美腿丝袜| 日本aⅴ亚洲精品中文乱码| 国产在线精品一区二区夜色| 一本大道久久精品懂色aⅴ| 在线播放视频一区| 国产免费久久精品| 亚洲丶国产丶欧美一区二区三区| 经典三级一区二区| 色激情天天射综合网| 91精品黄色片免费大全| 中国av一区二区三区| 午夜精品福利一区二区三区av| 国产美女一区二区三区| 91网站在线播放| 久久色成人在线| 亚洲一区二区高清| 国产成人在线观看免费网站| 欧美日韩亚洲国产综合| 国产欧美日韩三区| 视频精品一区二区| 91偷拍与自偷拍精品| 亚洲精品一区在线观看| 午夜精品久久久久久久蜜桃app | 爽好久久久欧美精品| hitomi一区二区三区精品| 日韩一区二区在线观看视频| 有码一区二区三区| 日本成人在线不卡视频| 国产成人综合网站| 久久久久久电影| 看电影不卡的网站| 欧美日韩精品一区二区三区蜜桃|