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

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

?? msado15.tli

?? 門禁軟件
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (9aa054d1).
//
// f:\門禁軟件\門禁軟件0824-1\門禁軟件\release\msado15.tli
//
// Wrapper implementations for Win32 type library C:\program files\common files\System\ado\msado15.dll
// compiler-generated file created 08/25/08 at 10:12:43 - 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一区二区三区免费野_久草精品视频
欧美日韩一级大片网址| 一区二区三区.www| 国产一区二区网址| 久久精品一区蜜桃臀影院| 国内成+人亚洲+欧美+综合在线| 欧美电影一区二区| 奇米亚洲午夜久久精品| 日韩手机在线导航| 国产一区在线不卡| 国产精品久久看| 在线视频欧美精品| 日韩经典一区二区| 精品国产伦一区二区三区观看方式 | 国产精品免费久久| 99视频精品免费视频| 亚洲综合另类小说| 日韩女优av电影在线观看| 国产在线国偷精品产拍免费yy| 自拍偷拍国产精品| 欧美亚洲禁片免费| 精品一二三四区| 国产精品对白交换视频| 欧美美女bb生活片| 国产91精品一区二区麻豆网站| 成人欧美一区二区三区小说| 欧美伊人久久久久久午夜久久久久| 亚洲成人自拍网| 久久久另类综合| 日本高清不卡视频| 精品一区二区三区免费视频| 综合色中文字幕| 日韩一级视频免费观看在线| 成人免费va视频| 香蕉久久一区二区不卡无毒影院| 精品国产免费一区二区三区四区| 色域天天综合网| 国产综合久久久久久鬼色 | 亚洲美女免费在线| 精品国产伦理网| 色狠狠桃花综合| 国内精品国产成人国产三级粉色| 亚洲激情网站免费观看| 欧美精品一区二区三区久久久 | 国产麻豆精品久久一二三| 一区二区三区四区不卡视频| 精品福利一二区| 日本精品一级二级| www.欧美日韩| 国产麻豆成人精品| 男人的天堂亚洲一区| 亚洲猫色日本管| 亚洲国产精品二十页| 欧美一区二区播放| 欧美丝袜丝nylons| 91免费观看国产| 成人一区二区在线观看| 精品写真视频在线观看| 性做久久久久久免费观看| 18成人在线观看| 欧美高清在线视频| 久久一区二区三区四区| 7777精品伊人久久久大香线蕉 | 久久精品人人做| 日韩三级免费观看| 欧美精选午夜久久久乱码6080| 97久久超碰国产精品电影| 国产精品影视网| 久久99久久久久久久久久久| 亚洲国产中文字幕在线视频综合| 国产精品久久久爽爽爽麻豆色哟哟| 久久网站热最新地址| 欧美电视剧免费观看| 日韩午夜在线播放| 欧美精品欧美精品系列| 精品视频在线看| 欧美剧在线免费观看网站| 欧美日韩亚洲丝袜制服| 国产日韩欧美激情| 国产亚洲欧美日韩在线一区| 久久噜噜亚洲综合| 亚洲国产精品国自产拍av| 日本一区二区三区国色天香 | 久久精品免费在线观看| 久久久亚洲欧洲日产国码αv| 久久综合色鬼综合色| 精品国产91久久久久久久妲己 | 久久久亚洲综合| 欧美激情资源网| 欧美激情资源网| 国产精品亲子乱子伦xxxx裸| 亚洲欧洲av色图| 亚洲欧洲综合另类在线| 亚洲大片免费看| 青青草精品视频| 麻豆成人久久精品二区三区小说| 久久精品国产亚洲a| 国产成人免费网站| 色综合久久综合网欧美综合网 | 欧美α欧美αv大片| 久久精品夜色噜噜亚洲a∨| 日本一区二区视频在线| 亚洲欧美国产三级| 日韩国产欧美一区二区三区| 韩国精品久久久| 97精品超碰一区二区三区| 在线亚洲免费视频| 91精品国产一区二区人妖| 久久久精品免费免费| 亚洲色图自拍偷拍美腿丝袜制服诱惑麻豆| 亚洲欧洲另类国产综合| 无码av免费一区二区三区试看 | 亚洲国产日韩综合久久精品| 香蕉久久夜色精品国产使用方法 | 成人免费毛片高清视频| 在线国产电影不卡| 精品精品欲导航| 亚洲男人的天堂av| 日本vs亚洲vs韩国一区三区二区| 国产.欧美.日韩| 欧美日韩电影在线| 中文字幕成人在线观看| 亚洲国产乱码最新视频| 国产福利一区二区三区| 欧美精品日韩一区| 国产精品久久久久一区| 美国毛片一区二区三区| 成人中文字幕合集| 91精品国产综合久久婷婷香蕉| 久久精品无码一区二区三区| 亚洲成人自拍网| 成人黄色片在线观看| 日韩一区二区三区观看| √…a在线天堂一区| 久久se这里有精品| 色吊一区二区三区| 国产情人综合久久777777| 水野朝阳av一区二区三区| 成人av中文字幕| 久久久精品黄色| 东方欧美亚洲色图在线| 欧美一区二区三区的| 自拍偷拍欧美激情| 成人综合激情网| 欧美v亚洲v综合ⅴ国产v| 亚洲综合色自拍一区| 国产乱国产乱300精品| 91精品国产欧美一区二区18| 亚洲三级在线免费观看| 懂色av一区二区三区免费看| 精品入口麻豆88视频| 日韩成人精品视频| 欧美精品1区2区3区| 一区二区三区免费看视频| 91天堂素人约啪| 国产精品久久久久久久久晋中| 国产激情偷乱视频一区二区三区| 精品久久久久久无| 日本欧美在线看| 欧美高清视频不卡网| 一区二区久久久| 欧美综合久久久| 亚洲狼人国产精品| 色婷婷亚洲综合| 亚洲黄色小视频| 在线观看免费视频综合| 亚洲三级电影网站| 色综合久久天天| 一区二区三区在线观看网站| 91麻豆视频网站| 亚洲欧美另类在线| av福利精品导航| 欧美一区二区三区系列电影| 亚洲电影激情视频网站| 欧美日韩一区二区在线观看视频| 国产精品热久久久久夜色精品三区 | 久久亚区不卡日本| 久久成人羞羞网站| 欧美v国产在线一区二区三区| 久久91精品国产91久久小草| 91麻豆精品久久久久蜜臀| 亚洲成va人在线观看| 欧美综合亚洲图片综合区| 亚洲成人动漫一区| 9191国产精品| 丝瓜av网站精品一区二区| 精品毛片乱码1区2区3区| 精品无人码麻豆乱码1区2区| 欧美成人精品3d动漫h| 亚洲成a人v欧美综合天堂下载| 欧美精品精品一区| 午夜精品久久久久久久99水蜜桃 | 国产精品天干天干在观线| 国产在线视频精品一区| 自拍偷拍国产精品| 91蜜桃在线免费视频| 亚洲一二三四区不卡| 精品久久久久久久人人人人传媒| 狠狠色丁香久久婷婷综| 国产欧美精品在线观看| 成人午夜在线视频|