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

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

?? msado15.tli

?? 還是一些小小的程序
?? 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一区二区三区免费野_久草精品视频
午夜久久久影院| 亚洲欧美区自拍先锋| 天使萌一区二区三区免费观看| 在线精品视频免费播放| 亚洲成人动漫av| 日韩欧美国产精品| 国产精品亚洲а∨天堂免在线| 中文字幕av一区二区三区免费看 | 在线精品视频一区二区三四| 亚洲一卡二卡三卡四卡无卡久久| 欧美日韩亚州综合| 六月丁香婷婷久久| 美女视频黄免费的久久 | 亚洲第一在线综合网站| 欧美一区二区三区婷婷月色| 国产一区二区福利| 亚洲美女免费视频| 日韩一区二区在线观看| 国产成人av网站| 一区二区三区在线视频观看| 69堂成人精品免费视频| 国产一二精品视频| 亚洲黄色录像片| 91精品国产91久久久久久一区二区 | 亚洲自拍偷拍欧美| 欧美精品一区在线观看| 99久久免费视频.com| 日韩精品国产精品| 国产精品美日韩| 欧美精品日韩精品| 成人黄色片在线观看| 日韩精品成人一区二区三区| 国产欧美日韩一区二区三区在线观看 | 亚洲国产成人在线| 欧美精品在欧美一区二区少妇| 国产一区二区三区精品欧美日韩一区二区三区 | 久久精工是国产品牌吗| 综合欧美一区二区三区| 欧美剧情片在线观看| 波多野结衣在线一区| 丝袜美腿亚洲一区| 亚洲欧美一区二区不卡| 久久伊人中文字幕| 精品视频在线免费观看| 成人的网站免费观看| 久久国产日韩欧美精品| 亚洲va欧美va人人爽午夜| 国产精品久久久久久久久免费丝袜 | 久久精品国内一区二区三区| 一区二区三区在线影院| 中文天堂在线一区| 精品成人私密视频| 欧美美女视频在线观看| 色婷婷综合久久久中文一区二区 | 国产目拍亚洲精品99久久精品| 6080午夜不卡| 精品1区2区3区| 91香蕉视频黄| 成人激情动漫在线观看| 国产高清在线观看免费不卡| 免费av成人在线| 亚洲第一成人在线| 一区二区三区毛片| 最新久久zyz资源站| 国产精品福利一区| 国产精品萝li| 国产日产欧产精品推荐色| 久久久亚洲精品一区二区三区| 欧美一级搡bbbb搡bbbb| 欧美疯狂性受xxxxx喷水图片| 欧美日韩在线播放三区| 欧美网站一区二区| 欧美午夜电影一区| 欧美日韩国产另类一区| 欧美日韩三级一区| 欧美日韩国产小视频| 欧美亚州韩日在线看免费版国语版| 色综合色狠狠天天综合色| 99久久精品一区二区| 色综合久久99| 欧美三级视频在线播放| 欧美亚洲综合色| 在线播放亚洲一区| 日韩一区二区三区在线| 日韩精品中文字幕在线一区| 日韩视频123| 精品国产成人在线影院| 国产欧美精品一区二区色综合 | 成人ar影院免费观看视频| 成人av在线播放网站| 91一区一区三区| 欧美中文字幕久久| 欧美一区二区久久久| 久久影院视频免费| 国产精品二区一区二区aⅴ污介绍| 亚洲人123区| 五月天激情综合网| 国内精品久久久久影院色| 成人黄色一级视频| 欧美日韩国产影片| 精品久久国产老人久久综合| 国产女人水真多18毛片18精品视频| 国产精品日韩成人| 一区二区三区精品| 麻豆精品一区二区| 成人国产精品免费观看视频| 91久久国产综合久久| 日韩精品一区二区三区在线播放| 国产日韩欧美精品一区| 亚洲欧美福利一区二区| 免费国产亚洲视频| av在线不卡免费看| 欧美日韩在线免费视频| 久久精品网站免费观看| 亚洲成人久久影院| 国产成人在线看| 欧美三级韩国三级日本一级| 久久精品一区蜜桃臀影院| 亚洲国产日日夜夜| 国产精品18久久久久| 欧美美女直播网站| 国产精品女人毛片| 美女爽到高潮91| 日本道精品一区二区三区| 精品美女被调教视频大全网站| 亚洲免费av高清| 国产一区二区在线免费观看| 欧美日韩黄色影视| 亚洲欧洲99久久| 国产一区在线观看视频| 欧美日韩国产免费一区二区| 亚洲欧洲另类国产综合| 精品制服美女丁香| 欧美日本一区二区在线观看| 中文字幕人成不卡一区| 黑人精品欧美一区二区蜜桃| 欧美三级午夜理伦三级中视频| 欧美高清一级片在线观看| 免费观看在线综合色| 欧美三级日本三级少妇99| 国产精品国产自产拍在线| 国产一区二区中文字幕| 欧美一区二区在线观看| 亚洲丶国产丶欧美一区二区三区| 成人精品视频一区二区三区| 欧美一区二区福利视频| 亚洲va中文字幕| 欧美性受极品xxxx喷水| 亚洲人精品午夜| 成人精品国产一区二区4080| 久久久久久日产精品| 久久99国产精品免费| 91精品婷婷国产综合久久| 亚洲永久免费视频| 一本到一区二区三区| 国产精品久久久久影院| 成人综合婷婷国产精品久久蜜臀| 日韩久久久精品| 久久精品国产精品亚洲精品| 717成人午夜免费福利电影| 午夜不卡av免费| 欧美日韩五月天| 日韩精品国产欧美| 日韩一区二区不卡| 麻豆精品国产传媒mv男同| 欧美一区二区三区四区在线观看| 五月婷婷激情综合网| 欧美三级午夜理伦三级中视频| 一区二区在线免费观看| 一本色道久久综合亚洲91| 亚洲日穴在线视频| 在线观看www91| 图片区小说区区亚洲影院| 91精品国产91久久久久久一区二区| 日韩电影在线免费| 精品久久五月天| 国产一区二区按摩在线观看| 精品久久久久99| 成人黄色av电影| 亚洲欧美日韩系列| 欧美日韩一区二区三区不卡| 日韩电影在线看| 久久久久久一级片| 99精品欧美一区二区蜜桃免费| 亚洲色欲色欲www在线观看| 色88888久久久久久影院野外| 亚洲高清中文字幕| 日韩一二三四区| 懂色av一区二区三区蜜臀| 亚洲精品videosex极品| 91精品一区二区三区在线观看| 韩国av一区二区三区| 国产精品国产三级国产普通话蜜臀| 成人黄色在线看| 亚洲成人动漫在线免费观看| 精品国产sm最大网站免费看| 国产成人三级在线观看| 亚洲精品网站在线观看| 日韩一级黄色片| 99国产精品国产精品久久|