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

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

?? msado15.tli

?? 數據庫程序,是一個DVD出租系統的源碼! 能記錄刪除出租記錄和錄像帶的信息
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (203351d7).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library c:\program files\common files\system\ado\msado15.dll
// compiler-generated file created 03/22/07 at 15:50:24 - 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免费版在线看| 久久久久久久久蜜桃| 日韩一级完整毛片| 亚洲日本乱码在线观看| 另类的小说在线视频另类成人小视频在线| 国产suv一区二区三区88区| 欧美日韩你懂的| 国产精品久久久久9999吃药| 久国产精品韩国三级视频| 欧美午夜视频网站| 亚洲三级小视频| 国产大片一区二区| 日韩欧美色综合| 午夜精品福利一区二区蜜股av| 成人夜色视频网站在线观看| 欧美xfplay| 五月天一区二区| 91欧美一区二区| 亚洲欧洲精品一区二区三区不卡| 激情文学综合网| 欧美成人vps| 美国欧美日韩国产在线播放| 欧美日韩成人在线| 亚洲成人综合视频| 在线看一区二区| 一区二区三区在线视频免费观看| 成人91在线观看| 国产精品国产精品国产专区不蜜| 国产电影一区二区三区| 久久久91精品国产一区二区三区| 韩国女主播一区| 久久嫩草精品久久久精品| 精品夜夜嗨av一区二区三区| 2欧美一区二区三区在线观看视频 337p粉嫩大胆噜噜噜噜噜91av | 成人的网站免费观看| 国产三级久久久| 成人免费视频一区| 国产精品久久久久久久久晋中| 福利视频网站一区二区三区| 国产精品欧美精品| 9l国产精品久久久久麻豆| 亚洲视频你懂的| 欧美在线你懂的| 婷婷开心激情综合| 欧美一级黄色录像| 久久99国产精品麻豆| 欧美激情一区二区在线| 99天天综合性| 五月激情丁香一区二区三区| 在线综合视频播放| 韩国精品一区二区| 国产精品成人免费在线| 在线观看免费成人| 麻豆91精品视频| 欧美国产精品一区二区三区| 91麻豆视频网站| 日本伊人色综合网| 国产无遮挡一区二区三区毛片日本| 成人av资源站| 亚洲电影第三页| 国产亚洲欧美中文| 欧美日韩一区视频| 国产iv一区二区三区| 亚洲自拍偷拍欧美| 337p日本欧洲亚洲大胆色噜噜| 91在线观看美女| 久久精品国产精品青草| 1024国产精品| 欧美一区二区三区婷婷月色| 久99久精品视频免费观看| 中文字幕亚洲欧美在线不卡| 欧美一区二区视频网站| 东方aⅴ免费观看久久av| 无吗不卡中文字幕| 国产精品免费久久| 欧美电影免费提供在线观看| av一区二区不卡| 久久99国产精品免费网站| 亚洲激情六月丁香| 久久久久久久久久久久久久久99| 色综合网站在线| 国产精品一区二区在线观看不卡 | 成人免费看视频| 日韩av午夜在线观看| 1区2区3区精品视频| 久久综合一区二区| 欧美精品xxxxbbbb| 99视频有精品| 国产91在线|亚洲| 免费日韩伦理电影| 亚洲国产精品久久久久婷婷884 | 这里是久久伊人| 91高清在线观看| 成人高清免费观看| 国产伦精品一区二区三区视频青涩 | 亚洲黄色小说网站| 国产日产欧美一区二区视频| 日韩一区二区在线看| 91成人免费网站| 国产99久久久精品| 国产在线精品免费av| 日韩影院在线观看| 亚洲成av人综合在线观看| 亚洲精品ww久久久久久p站| 中文天堂在线一区| 国产欧美日韩在线观看| 久久一日本道色综合| 精品国内片67194| 精品久久久三级丝袜| 51精品国自产在线| 久久国产尿小便嘘嘘| 久久国内精品自在自线400部| 精品国产免费视频| 日韩欧美www| 精品免费国产一区二区三区四区| 日韩一区二区在线观看视频| 欧美一区中文字幕| 日韩一卡二卡三卡| 精品久久一区二区| 国产午夜精品久久久久久久| 国产亚洲综合av| 国产精品久久久久久久久免费丝袜 | 精品88久久久久88久久久| 精品不卡在线视频| 国产精品毛片久久久久久| 中文字幕一区在线| 亚洲欧美日韩国产手机在线| 一级精品视频在线观看宜春院| 亚洲制服丝袜av| 日本中文一区二区三区| 激情综合色播激情啊| 国产a精品视频| 在线这里只有精品| 欧美一区二区三区在线电影| 精品国产亚洲一区二区三区在线观看| 久久奇米777| 日韩美女视频一区二区| 亚洲午夜三级在线| 韩国欧美国产一区| 91一区二区在线观看| 欧美精品自拍偷拍| 久久噜噜亚洲综合| 一区二区在线观看视频| 奇米一区二区三区av| 国产成人鲁色资源国产91色综| 99精品一区二区三区| 9191国产精品| 亚洲国产精品传媒在线观看| 亚洲天堂成人在线观看| 午夜精品久久久久久久蜜桃app | 欧美岛国在线观看| 国产精品视频九色porn| 午夜一区二区三区视频| 国产成人a级片| 欧美日产国产精品| 国产三级欧美三级| 亚洲一区二区三区三| 国产精品一区二区三区99| 91麻豆成人久久精品二区三区| 欧美一区二区三区视频| 中文字幕一区二区三中文字幕| 日韩高清电影一区| 99久久婷婷国产综合精品| 欧美一区午夜视频在线观看| 中文字幕一区二区视频| 久久99精品久久久| 欧美一区二区久久久| ㊣最新国产の精品bt伙计久久| 日韩高清国产一区在线| 色噜噜狠狠一区二区三区果冻| 久久伊人蜜桃av一区二区| 日韩黄色在线观看| 色狠狠色狠狠综合| 国产欧美一二三区| 久久99最新地址| 欧美欧美午夜aⅴ在线观看| 亚洲三级在线免费| 成人高清视频在线观看| 精品欧美乱码久久久久久1区2区| 亚洲一区二区三区中文字幕在线| 成人高清伦理免费影院在线观看| 日韩欧美亚洲另类制服综合在线 | 91久久人澡人人添人人爽欧美| www成人在线观看| 奇米在线7777在线精品| 日本韩国欧美三级| 亚洲人成网站影音先锋播放| 成人的网站免费观看| 国产日韩精品久久久| 国产乱码一区二区三区| 欧美电影免费观看高清完整版在线观看| 亚洲精品久久久蜜桃| 91麻豆免费视频| 综合久久久久久| 99亚偷拍自图区亚洲| 综合在线观看色| 色婷婷久久99综合精品jk白丝| 亚洲色大成网站www久久九九| 99久久精品一区二区| 综合久久久久久久|