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

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

?? msado15.tli

?? 基于Access數據庫
?? 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一区二区三区免费野_久草精品视频
亚洲欧美日韩在线| 性欧美大战久久久久久久久| 一区二区免费视频| 国产精品一色哟哟哟| 7777精品伊人久久久大香线蕉经典版下载 | 丰满白嫩尤物一区二区| 欧美日韩国产一级片| 国产精品麻豆99久久久久久| 美女视频黄频大全不卡视频在线播放| av福利精品导航| 国产欧美日韩视频一区二区| 久久精品久久99精品久久| 在线视频观看一区| 中文字幕一区二区三区精华液| 老鸭窝一区二区久久精品| 欧美色老头old∨ideo| 最近中文字幕一区二区三区| 国产精品中文字幕一区二区三区| 538prom精品视频线放| 夜夜嗨av一区二区三区四季av| 成人白浆超碰人人人人| 国产欧美一区二区精品婷婷| 久久69国产一区二区蜜臀| 制服丝袜亚洲网站| 婷婷激情综合网| 在线电影一区二区三区| 亚洲午夜激情av| 欧美日韩免费视频| 性做久久久久久免费观看欧美| 欧亚一区二区三区| 亚洲国产精品久久人人爱| 欧美影视一区二区三区| 一区二区三区欧美久久| 欧美撒尿777hd撒尿| 亚洲线精品一区二区三区| 欧美日韩精品综合在线| 丝袜美腿亚洲色图| 欧美一区二区三区免费大片| 日韩电影在线观看网站| 欧美成人猛片aaaaaaa| 激情欧美一区二区三区在线观看| 精品福利二区三区| 国产91露脸合集magnet| 亚洲欧美日韩中文播放| 欧美日韩久久一区二区| 日韩电影在线一区二区| 久久综合成人精品亚洲另类欧美| 经典三级视频一区| 自拍偷自拍亚洲精品播放| 欧美性高清videossexo| 久久成人精品无人区| 国产欧美精品一区aⅴ影院 | 亚洲精品国产精华液| 欧美在线看片a免费观看| 日本麻豆一区二区三区视频| 精品国产乱码久久久久久夜甘婷婷| 国产伦精品一区二区三区视频青涩| 欧美激情综合五月色丁香| 99久久久精品| 美国毛片一区二区三区| 国产精品系列在线| 在线观看国产91| 蜜臀av一区二区在线观看| 国产欧美综合色| 欧美精品v日韩精品v韩国精品v| 蜜臀久久99精品久久久画质超高清| 国产欧美日韩亚州综合| 欧美精品欧美精品系列| 国产91富婆露脸刺激对白| 亚洲第一激情av| 国产精品色哟哟| 91.成人天堂一区| proumb性欧美在线观看| 青青草一区二区三区| 亚洲人吸女人奶水| 精品国内二区三区| 欧美高清视频不卡网| 成人av午夜电影| 久久99国产精品免费网站| 一区二区三区四区五区视频在线观看 | 免费在线观看不卡| 中文字幕一区av| 久久午夜老司机| 91精品久久久久久久91蜜桃| 色网综合在线观看| 国产东北露脸精品视频| 日本亚洲三级在线| 亚洲一区av在线| ●精品国产综合乱码久久久久| 欧美成人video| 欧美巨大另类极品videosbest | 欧美一区二区三区四区高清| 99精品视频在线观看免费| 国产在线麻豆精品观看| 日本人妖一区二区| 亚洲va国产va欧美va观看| 亚洲精品视频在线| 国产片一区二区三区| 久久久久久久综合色一本| 欧美一区二区三区四区在线观看| 欧美性猛交xxxx黑人交| 欧美在线色视频| 欧美在线视频日韩| 欧日韩精品视频| 欧美中文字幕一区二区三区| 99精品欧美一区二区三区小说 | 国产成人在线视频免费播放| 精品一区二区三区的国产在线播放| 无码av免费一区二区三区试看| 亚洲综合久久av| 亚洲午夜私人影院| 亚洲亚洲精品在线观看| 亚洲成人黄色小说| 视频一区视频二区中文字幕| 亚洲1区2区3区视频| 天堂va蜜桃一区二区三区 | 日韩欧美国产电影| 久久爱另类一区二区小说| 中文字幕亚洲视频| 国产欧美一区二区精品忘忧草| 精品黑人一区二区三区久久| 久久久五月婷婷| 亚洲国产精品高清| 中文字幕一区二区三区不卡| 亚洲精品久久久蜜桃| 亚洲影院理伦片| 日本在线观看不卡视频| 精品一区二区国语对白| 国产一区二区调教| 成人av午夜电影| 欧美日韩一区二区三区四区五区| 欧美日韩国产高清一区| 亚洲精品在线电影| 国产精品国产自产拍高清av| 亚洲欧美韩国综合色| 五月天久久比比资源色| 国内精品视频一区二区三区八戒| 成人看片黄a免费看在线| 欧美在线视频日韩| 久久婷婷色综合| 亚洲日本va午夜在线电影| 婷婷成人激情在线网| 国产成人午夜精品影院观看视频| bt7086福利一区国产| 欧美色窝79yyyycom| 精品理论电影在线| 亚洲综合一区二区三区| 国产一区二区伦理片| 一本一本久久a久久精品综合麻豆 一本一道波多野结衣一区二区 | 99久久国产综合精品色伊| 欧美色中文字幕| 国产女主播在线一区二区| 亚洲成av人影院在线观看网| 国产999精品久久久久久| 欧美性一级生活| 亚洲国产成人午夜在线一区| 亚洲不卡av一区二区三区| 国产精品一区二区在线播放| 欧美在线视频你懂得| 中文字幕的久久| 久久精品国产亚洲一区二区三区| 91日韩一区二区三区| 欧美成人精品福利| 性做久久久久久免费观看| 国产成人精品网址| 久久久久久久综合日本| 1024成人网| 麻豆免费看一区二区三区| 99久久国产综合精品麻豆| 欧美精品一区二区三区蜜桃视频| 一区二区三区中文字幕电影 | 一区二区三区资源| 国产一区二区三区高清播放| 欧美日韩国产精选| 亚洲精品国产一区二区精华液| 国产高清久久久| 欧美成人在线直播| 午夜视频在线观看一区二区三区| av不卡免费在线观看| 中文久久乱码一区二区| 久久99精品久久久久婷婷| 91精品国产91久久久久久最新毛片| 亚洲色欲色欲www| av电影在线观看一区| 欧美极品美女视频| 国产传媒欧美日韩成人| 欧美大度的电影原声| 爽爽淫人综合网网站| 欧美日韩一区在线| 亚洲国产精品人人做人人爽| 一本一本久久a久久精品综合麻豆| 欧美国产视频在线| 国产成人精品亚洲日本在线桃色| wwww国产精品欧美| 国产一区二区三区久久久| 久久综合给合久久狠狠狠97色69| 久久精品二区亚洲w码| 91精品国产色综合久久| 蜜臀av一级做a爰片久久| 日韩三区在线观看|