亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
亚洲一区二区三区视频在线播放| 偷偷要91色婷婷| 婷婷亚洲久悠悠色悠在线播放| 麻豆一区二区三| 91在线精品一区二区三区| 欧美综合在线视频| 国产日韩欧美在线一区| 日产欧产美韩系列久久99| 91蜜桃网址入口| 国产午夜精品一区二区三区四区 | 蜜桃av噜噜一区二区三区小说| 国产成人啪午夜精品网站男同| 欧美精品aⅴ在线视频| 中文字幕一区二区三中文字幕| 久久成人免费电影| 欧美男人的天堂一二区| 亚洲人妖av一区二区| 国产精品小仙女| 日韩免费看的电影| 日韩中文字幕一区二区三区| 色域天天综合网| 国产精品大尺度| 粗大黑人巨茎大战欧美成人| 26uuu久久天堂性欧美| 美女视频一区在线观看| 欧美日韩综合色| 一区二区三区资源| 97久久精品人人做人人爽| 国产清纯白嫩初高生在线观看91| 精品无码三级在线观看视频| 91.成人天堂一区| 性久久久久久久久| 欧美最猛黑人xxxxx猛交| 亚洲综合在线视频| 在线观看日产精品| 亚洲资源中文字幕| 欧美亚洲一区二区在线| 亚洲国产精品久久久男人的天堂| 91免费看`日韩一区二区| 亚洲精品视频观看| 在线精品视频免费观看| 亚洲国产精品麻豆| 欧美日本一区二区| 午夜精品久久久久| 在线播放中文字幕一区| 日本亚洲视频在线| 久久综合五月天婷婷伊人| 国产在线播精品第三| 欧美成人一区二区| 国产成人综合亚洲91猫咪| 国产婷婷一区二区| 9i看片成人免费高清| 一区二区三区视频在线看| 欧美三级电影网| 精品一区二区三区香蕉蜜桃 | 中文字幕亚洲欧美在线不卡| www.欧美日韩| 一区二区在线观看免费| 91精品在线一区二区| 精品在线观看免费| 亚洲视频一二区| 69堂成人精品免费视频| 精品一区二区三区蜜桃| 欧美极品aⅴ影院| 在线观看日韩国产| 国产精品综合二区| 亚洲人成小说网站色在线 | 久久久精品欧美丰满| av亚洲精华国产精华精| 亚洲资源在线观看| 欧美高清在线一区二区| 欧美亚洲丝袜传媒另类| 黑人巨大精品欧美一区| 亚洲人成精品久久久久久| 91精品国产综合久久香蕉的特点| 国产精品中文字幕日韩精品| 亚洲老司机在线| 久久精品亚洲麻豆av一区二区 | 国产福利视频一区二区三区| 亚洲免费视频中文字幕| 欧美videos中文字幕| 色94色欧美sute亚洲线路一久 | www激情久久| 在线观看成人小视频| 国内精品久久久久影院色| 亚洲男人的天堂一区二区| 日韩精品一区二区三区视频在线观看 | 成人综合在线网站| 日日骚欧美日韩| 亚洲日本免费电影| 26uuu亚洲综合色欧美| 在线精品视频一区二区| 成人免费毛片高清视频| 久久99精品久久久久久久久久久久| 亚洲人妖av一区二区| 久久久久久久网| 欧美一区午夜精品| 欧日韩精品视频| 91免费国产在线观看| 国产黄色精品视频| 精品午夜一区二区三区在线观看| 亚洲网友自拍偷拍| 亚洲精品中文在线| 国产精品美女www爽爽爽| 亚洲精品一区二区三区精华液 | 免费三级欧美电影| 亚洲成人黄色影院| 亚洲一区二区在线播放相泽| 亚洲品质自拍视频| 日韩伦理电影网| 亚洲视频免费在线观看| 国产精品色眯眯| 日本一区二区三区电影| 国产亚洲欧美日韩俺去了| 日韩免费视频一区| 精品国产欧美一区二区| 日韩欧美一区二区久久婷婷| 欧美一区二区女人| 欧美一级一区二区| 日韩午夜小视频| 日韩欧美国产综合一区 | 欧美日韩国产中文| 欧美亚洲日本国产| 正在播放亚洲一区| 欧美一区二区视频在线观看2020| 欧美日韩国产大片| 欧美一区二区三区免费大片| 日韩你懂的在线观看| 2021中文字幕一区亚洲| 久久久久久久精| 国产精品九色蝌蚪自拍| 亚洲欧美国产毛片在线| 亚洲一区二区在线免费看| 日本中文字幕不卡| 国产一区免费电影| 99久久婷婷国产综合精品| 色综合中文字幕| 欧美日韩高清一区二区| 日韩一区二区中文字幕| 久久久久久久久伊人| 欧美国产一区在线| 一区二区三区四区亚洲| 日韩国产欧美视频| 国产在线播放一区二区三区| www.一区二区| 7777精品伊人久久久大香线蕉| 欧美mv日韩mv| 中文字幕亚洲在| 日韩电影在线观看网站| 国产精品996| 欧美调教femdomvk| 日韩精品中文字幕在线不卡尤物 | 一区二区三区在线观看视频| 视频一区二区中文字幕| 国产98色在线|日韩| 一本大道综合伊人精品热热 | 欧美三日本三级三级在线播放| 日韩午夜激情av| 综合网在线视频| 秋霞国产午夜精品免费视频| 成人av在线资源| 欧美一级欧美三级| 国产精品三级视频| 美国十次了思思久久精品导航| 国产一区二区成人久久免费影院| 91麻豆免费视频| 亚洲精品在线电影| 亚洲国产精品影院| 丁香激情综合国产| 欧美一级午夜免费电影| 一区二区三区不卡视频| 国产黄色成人av| 欧美大片在线观看一区二区| 一区二区三区精品视频在线| 精品一区中文字幕| 制服丝袜激情欧洲亚洲| 亚洲人吸女人奶水| 大白屁股一区二区视频| 精品久久久久久久久久久久久久久| 亚洲女同一区二区| 福利一区福利二区| 久久综合九色综合97婷婷| 日韩av一区二区三区| 91理论电影在线观看| 国产精品水嫩水嫩| 国产剧情一区二区| 国产视频在线观看一区二区三区| 六月丁香婷婷色狠狠久久| 欧美视频一二三区| 一区二区欧美精品| 一本色道**综合亚洲精品蜜桃冫 | 亚洲国产婷婷综合在线精品| caoporn国产一区二区| 日本一区二区动态图| 国产精一区二区三区| 久久久久久亚洲综合影院红桃| 激情五月激情综合网| 26uuu色噜噜精品一区| 国产乱人伦偷精品视频免下载| 欧美不卡视频一区|