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

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

?? msado15.tli

?? 這是一個加油站管理系統
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (6d1e1cc1).
//
// d:\加油站開發系統\src\debug\msado15.tli
//
// Wrapper implementations for Win32 type library C:\Program Files\Common Files\System\ADO\msado15.dll
// compiler-generated file created 01/03/05 at 21:19:47 - 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一区二区三区免费野_久草精品视频
国产精品99久久久久久久vr| 国产精品剧情在线亚洲| 欧美电影精品一区二区| 2017欧美狠狠色| 一区二区三区影院| 国内成人自拍视频| 在线观看精品一区| 国产情人综合久久777777| 亚洲第一综合色| 99久久精品费精品国产一区二区| 欧美精品成人一区二区三区四区| 国产精品乱码人人做人人爱| 亚洲国产sm捆绑调教视频| 国产成人精品亚洲日本在线桃色| 欧美日韩国产综合视频在线观看| 国产精品久久久久婷婷| 国产一区二区三区在线观看精品 | 亚洲国产精华液网站w| 亚洲福利一二三区| 91在线视频免费观看| 久久久.com| 精品在线一区二区| 欧美人与z0zoxxxx视频| 亚洲国产精品久久艾草纯爱| 91丝袜美女网| 成人免费一区二区三区视频 | 精品久久久久久久久久久久包黑料 | 亚洲国产成人tv| 色老汉av一区二区三区| 国产精品久久夜| 国产凹凸在线观看一区二区| 精品久久一区二区三区| 久久不见久久见免费视频1| 精品污污网站免费看| 亚洲电影第三页| 欧美日韩免费电影| 婷婷成人激情在线网| 在线精品视频一区二区| 亚洲777理论| 欧美精品1区2区3区| 偷窥少妇高潮呻吟av久久免费| 日本高清免费不卡视频| 亚洲综合一区二区精品导航| 在线观看国产91| 日日摸夜夜添夜夜添国产精品| 在线播放中文一区| 久久精品国产99久久6| 欧美成人bangbros| 激情国产一区二区| 国产欧美日韩亚州综合| 99re这里只有精品视频首页| 亚洲一区二区三区小说| 9191精品国产综合久久久久久| 免费观看在线综合色| 国产亚洲综合在线| 99国产欧美另类久久久精品| 亚洲影视资源网| 日韩精品一区二区三区视频播放| 激情综合网激情| 国产精品午夜久久| 欧美视频一二三区| 狠狠狠色丁香婷婷综合激情 | 7777女厕盗摄久久久| 久久97超碰国产精品超碰| 中文一区二区在线观看| 欧美视频在线一区| 国产资源在线一区| 亚洲欧美福利一区二区| 欧美高清视频一二三区| 国产成人一区二区精品非洲| 一区二区三区 在线观看视频| 宅男噜噜噜66一区二区66| 国产精品1区2区3区| 一区二区三区.www| 国产日韩av一区二区| 欧洲一区二区av| 国产高清精品久久久久| 午夜伊人狠狠久久| 国产精品久久久久婷婷| 欧美不卡视频一区| 色激情天天射综合网| 黑人巨大精品欧美一区| 亚洲高清在线视频| 国产精品天美传媒沈樵| 日韩欧美国产精品| 在线看国产一区| 99久久综合国产精品| 韩国欧美国产一区| 亚洲国产精品嫩草影院| 中文av一区特黄| 日韩精品一区二区三区视频播放| 91网址在线看| 成人av片在线观看| 国产一区二区三区四区五区美女 | 亚洲欧美日韩精品久久久久| 欧美xfplay| 欧美二区三区的天堂| 91在线porny国产在线看| 国产美女娇喘av呻吟久久| 日韩黄色片在线观看| 亚洲色大成网站www久久九九| 久久婷婷一区二区三区| 欧美一级欧美三级在线观看| 欧美日韩国产电影| 欧美艳星brazzers| 色综合久久久久综合99| 国产99久久久国产精品免费看| 蜜臀91精品一区二区三区| 天天综合天天综合色| 亚洲影视在线播放| 亚洲午夜精品久久久久久久久| 最新中文字幕一区二区三区| 国产日本亚洲高清| 中文字幕国产精品一区二区| 国产亚洲精品久| 国产日韩欧美麻豆| 中文字幕欧美日韩一区| 中文字幕欧美区| 亚洲欧洲精品一区二区三区不卡| 国产精品乱人伦| 亚洲同性gay激情无套| 亚洲欧美在线aaa| 亚洲免费在线视频一区 二区| 亚洲色图欧美在线| 亚洲va欧美va天堂v国产综合| 午夜婷婷国产麻豆精品| 亚洲成人久久影院| 日本欧美一区二区| 男人的j进女人的j一区| 精品一区二区三区久久久| 极品瑜伽女神91| 丰满少妇久久久久久久 | 另类小说综合欧美亚洲| 久久99国内精品| 丰满白嫩尤物一区二区| 91麻豆精东视频| 欧美日韩国产一级片| 精品美女被调教视频大全网站| 中文字幕国产一区| 亚洲自拍偷拍综合| 乱中年女人伦av一区二区| 国产成人无遮挡在线视频| 99re在线精品| 51精品国自产在线| 国产午夜亚洲精品羞羞网站| 国产精品国产三级国产三级人妇 | 一本色道久久加勒比精品| 欧美性xxxxxx少妇| 欧美大片一区二区| 中文字幕av不卡| 婷婷久久综合九色综合伊人色| 精品一区二区三区在线观看| 99re在线视频这里只有精品| 91精品国产综合久久福利软件| 久久婷婷国产综合国色天香| 中文字幕在线播放不卡一区| 日韩精品一区第一页| 成人综合婷婷国产精品久久| 色综合一区二区| 精品欧美乱码久久久久久 | 色哟哟一区二区在线观看| 日韩无一区二区| 亚洲色图欧美偷拍| 国产老女人精品毛片久久| 91福利精品第一导航| 欧美精品一区二区精品网| 亚洲欧美日韩中文字幕一区二区三区 | 亚洲理论在线观看| 久久99精品一区二区三区| 在线影院国内精品| 国产亚洲综合在线| 日韩高清在线观看| 色婷婷综合久久久中文字幕| 日韩精品一区二区三区视频播放 | 一本一道综合狠狠老| 7799精品视频| 亚洲日穴在线视频| 国产露脸91国语对白| 日韩一区二区三区av| 亚洲综合色自拍一区| 本田岬高潮一区二区三区| 精品美女一区二区| 毛片av中文字幕一区二区| 在线观看一区二区视频| 国产精品进线69影院| 国产91清纯白嫩初高中在线观看| 91精品国产福利在线观看 | 欧美va在线播放| 亚洲成人福利片| 91高清视频在线| 1024亚洲合集| 9l国产精品久久久久麻豆| 久久这里只有精品6| 久久99国产精品成人| 欧美xxxx老人做受| 久久精品国产99| 日韩欧美aaaaaa| 久久9热精品视频| 日韩女优制服丝袜电影| 日韩精品电影一区亚洲|