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

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

?? msado15.tli

?? 基于Access數(shù)據(jù)庫
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (988cc9cf).
//
// e:\程序\vc\vc項目開發(fā)全程實錄\tm\局域網(wǎng)視頻監(jiān)控\server\debug\msado15.tli
//
// Wrapper implementations for Win32 type library C:\\Program Files\\Common Files\\System\\ado\\msado15.dll
// compiler-generated file created 01/17/08 at 15:23:51 - 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一区二区三区免费野_久草精品视频
久久久久国色av免费看影院| 日韩欧美在线一区二区三区| 日韩国产欧美在线观看| 欧美大黄免费观看| 色先锋资源久久综合| 国产美女娇喘av呻吟久久| 亚洲女爱视频在线| 欧美精品一区二区在线观看| 欧美中文字幕一二三区视频| 国产一区二区伦理| 视频一区二区中文字幕| 亚洲日本丝袜连裤袜办公室| 久久亚洲综合av| 欧美猛男超大videosgay| 99久久精品久久久久久清纯| 国内精品久久久久影院色| 亚洲综合免费观看高清在线观看| 久久看人人爽人人| 欧美一区二区三区日韩视频| 欧美影视一区二区三区| 成人av午夜影院| 国产精华液一区二区三区| 久久国产尿小便嘘嘘尿| 日韩av电影天堂| 午夜欧美2019年伦理 | 国产精品久久久久久久久图文区| 欧美一区二区黄| 欧美日韩午夜精品| 日本韩国精品在线| 一本到三区不卡视频| 成人免费看的视频| 国产suv精品一区二区6| 国产在线精品免费| 麻豆精品一区二区av白丝在线| 亚洲bt欧美bt精品777| 亚洲一二三四区不卡| 亚洲综合一区在线| 亚洲成人综合视频| 午夜成人免费电影| 日韩中文字幕亚洲一区二区va在线| 亚洲午夜视频在线观看| 亚洲一区二区四区蜜桃| 玉足女爽爽91| 夜夜精品视频一区二区| 亚洲成年人网站在线观看| 日韩精品电影一区亚洲| 日韩av不卡一区二区| 麻豆精品精品国产自在97香蕉| 青青草国产成人99久久| 久久99精品久久久久久久久久久久| 美国十次了思思久久精品导航| 美国三级日本三级久久99| 狠狠色丁香久久婷婷综合_中| 激情都市一区二区| 国产成人自拍在线| 91视频国产观看| 欧美日韩国产a| 日韩精品最新网址| 久久久蜜桃精品| 一区在线播放视频| 夜夜爽夜夜爽精品视频| 免费三级欧美电影| 国产主播一区二区三区| 99久久久无码国产精品| 欧美亚洲综合另类| 欧美一区二区三区电影| 国产午夜亚洲精品不卡| 日韩美女视频一区| 五月婷婷久久综合| 国产一区二区免费看| av在线不卡电影| 欧美久久久久久久久中文字幕| 精品久久国产字幕高潮| 欧美国产视频在线| 亚洲国产精品精华液网站| 蜜桃av噜噜一区二区三区小说| 国产精品亚洲视频| 91黄色小视频| 精品成人一区二区三区四区| 亚洲人123区| 麻豆91小视频| 91蜜桃在线免费视频| 欧美大黄免费观看| 亚洲永久免费av| 国产一区二区三区四区五区入口| av不卡免费电影| 日韩一二三四区| 亚洲欧美一区二区三区极速播放| 日韩黄色在线观看| 99在线精品视频| 欧美v亚洲v综合ⅴ国产v| 亚洲欧美色综合| 国产美女视频91| 欧美精品777| **网站欧美大片在线观看| 老司机精品视频线观看86 | 成人毛片在线观看| 69堂亚洲精品首页| 综合色中文字幕| 国产主播一区二区三区| 欧美精品日韩一本| 亚洲免费三区一区二区| 国产高清精品网站| 91精品啪在线观看国产60岁| 亚洲欧洲无码一区二区三区| 黑人精品欧美一区二区蜜桃| 欧美日韩一级黄| 中文字幕在线不卡一区二区三区| 久久99精品久久久| 欧美精品日韩精品| 一区二区三区成人在线视频| 国产+成+人+亚洲欧洲自线| 欧美一个色资源| 亚洲r级在线视频| 色婷婷综合久久久中文字幕| 中文幕一区二区三区久久蜜桃| 日本不卡视频在线| 欧美日韩国产另类不卡| 亚洲午夜视频在线观看| 色综合欧美在线视频区| 国产精品精品国产色婷婷| 国产精品一区二区91| 日韩视频一区在线观看| 日韩精品一卡二卡三卡四卡无卡| 在线观看亚洲a| 亚洲精品中文字幕在线观看| caoporen国产精品视频| 国产片一区二区| 高清国产一区二区三区| 久久先锋影音av| 国产一区二区女| 国产人成一区二区三区影院| 国产精品一区二区91| 久久久久久亚洲综合影院红桃| 国产乱国产乱300精品| 久久久久亚洲蜜桃| 国产成人在线视频网址| 国产午夜三级一区二区三| 粉嫩一区二区三区性色av| 国产欧美视频一区二区| 成人性生交大片免费看中文网站| 国产欧美日韩麻豆91| 99国产欧美另类久久久精品 | 午夜精品久久久久久久99樱桃| 欧美曰成人黄网| 亚洲成人综合网站| 日韩一卡二卡三卡| 国产精品影视在线观看| 国产精品嫩草影院com| 不卡免费追剧大全电视剧网站| 中文字幕制服丝袜一区二区三区 | 亚洲自拍偷拍欧美| 欧美日韩久久久| 另类小说综合欧美亚洲| 久久久精品免费免费| 成人视屏免费看| 一区二区三区精密机械公司| 欧美蜜桃一区二区三区| 精一区二区三区| 中国av一区二区三区| 日本高清免费不卡视频| 天天色图综合网| 久久五月婷婷丁香社区| jlzzjlzz国产精品久久| 亚洲一二三区在线观看| 日韩一级完整毛片| 国产福利一区二区三区| 综合分类小说区另类春色亚洲小说欧美| 91麻豆国产精品久久| 日韩精品欧美成人高清一区二区| 久久女同性恋中文字幕| 在线看一区二区| 美女视频黄免费的久久| 国产精品久久二区二区| 欧美人妇做爰xxxⅹ性高电影| 久久99国产乱子伦精品免费| 成人免费在线播放视频| 69堂精品视频| 99国产精品视频免费观看| 图片区小说区国产精品视频| 国产无遮挡一区二区三区毛片日本 | 午夜精彩视频在线观看不卡| 久久婷婷久久一区二区三区| 97se亚洲国产综合自在线观| 日韩高清不卡在线| 国产精品素人视频| 在线播放91灌醉迷j高跟美女| 国产成人av一区二区| 亚洲一区二区三区免费视频| 久久精品夜色噜噜亚洲aⅴ| 在线免费观看成人短视频| 国产高清在线精品| 日本中文一区二区三区| 亚洲丝袜自拍清纯另类| 337p粉嫩大胆噜噜噜噜噜91av | 国产精品免费丝袜| 亚洲小少妇裸体bbw| 国产日韩精品一区二区三区| 欧美精品一卡二卡| 国产成人精品免费|