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

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

?? msado15.tli

?? 本程序是利用com原理開發的一個ATM機與銀行之間的分布式應用
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.9782.0 (ea61aaa1).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library c:\program files\common files\system\ado\msado15.dll
// compiler-generated file created 10/14/05 at 08:43:44 - 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| 日韩视频国产视频| 91精品国产91久久久久久一区二区 | 91在线云播放| www.av亚洲| 色婷婷综合激情| 在线观看www91| 欧美日韩日日夜夜| 91精品福利在线一区二区三区 | 欧美四级电影网| 3d成人动漫网站| 久久综合色一综合色88| 国产亚洲精品bt天堂精选| 亚洲国产精品ⅴa在线观看| 国产精品久久久久久久久动漫| 国产精品乱码人人做人人爱| ...av二区三区久久精品| 一区二区三区色| 丝瓜av网站精品一区二区| 免费日韩伦理电影| 国产精品99精品久久免费| 成人免费高清在线观看| 在线视频欧美区| 日韩欧美一二三区| 欧美国产国产综合| 亚洲超碰97人人做人人爱| 美日韩一级片在线观看| 国产成人精品影视| 91高清在线观看| 日韩精品一区二区三区四区 | 9i在线看片成人免费| 欧美色偷偷大香| 精品电影一区二区三区| 成人欧美一区二区三区视频网页| 亚洲精品视频免费看| 极品少妇xxxx精品少妇偷拍 | 日韩精品国产欧美| 国产99久久久国产精品潘金| 在线看国产日韩| 国产午夜亚洲精品午夜鲁丝片| 亚洲欧美日韩一区二区| 色爱区综合激月婷婷| 日韩亚洲欧美高清| 亚洲精品午夜久久久| 国产精品综合一区二区三区| 欧美无人高清视频在线观看| 久久久不卡网国产精品一区| 亚洲精品中文字幕在线观看| 国产成人免费在线观看不卡| 欧美一区二区三区四区高清| 中文字幕视频一区二区三区久| 青青草国产精品亚洲专区无| 日本电影欧美片| 国产日韩欧美不卡在线| 麻豆91免费看| 51久久夜色精品国产麻豆| **欧美大码日韩| 波多野结衣一区二区三区 | 日韩不卡免费视频| 色综合久久久久久久| 中国av一区二区三区| 久久不见久久见免费视频1| 在线观看视频91| 综合av第一页| www.欧美日韩| 国产精品久久久久久亚洲毛片 | 精品久久人人做人人爽| 免费成人在线影院| 777a∨成人精品桃花网| 亚洲国产精品久久久久婷婷884| 99视频有精品| 国产精品色呦呦| 大胆亚洲人体视频| 国产性色一区二区| 国产成人午夜精品影院观看视频 | 香蕉成人啪国产精品视频综合网| 精品99999| 久久精品国产久精国产| 日韩你懂的在线观看| 久久爱www久久做| 精品国产91九色蝌蚪| 国内精品免费在线观看| 日本一区二区不卡视频| 99在线精品观看| 亚洲五码中文字幕| 7777精品伊人久久久大香线蕉| 亚洲国产aⅴ天堂久久| 51精品秘密在线观看| 极品美女销魂一区二区三区免费| 久久久精品欧美丰满| 国产91精品免费| 一区二区三区加勒比av| 欧美美女一区二区在线观看| 另类人妖一区二区av| 日本一区二区免费在线| 色婷婷综合久久久久中文一区二区| 亚洲福利一二三区| 欧美va亚洲va在线观看蝴蝶网| 国产精品一区二区三区99| 国产精品高潮久久久久无| 欧美日韩一区久久| 国产在线不卡一卡二卡三卡四卡| 欧美国产一区二区| 欧美日韩一区二区三区四区五区| 老司机一区二区| 综合久久给合久久狠狠狠97色 | 国产91丝袜在线播放九色| 亚洲三级免费观看| 日韩一区二区三区四区| 成人免费毛片片v| 日韩国产欧美在线观看| 国产女人18毛片水真多成人如厕 | 白白色 亚洲乱淫| 视频在线观看一区二区三区| 国产嫩草影院久久久久| 欧美一区二区性放荡片| aaa亚洲精品一二三区| 美女任你摸久久| 亚洲精品国产精华液| 精品国产乱码久久久久久牛牛| 99久久99久久精品免费观看| 蜜臀av在线播放一区二区三区| 国产精品无遮挡| 91麻豆精品国产91| 91黄色免费看| 成人精品高清在线| 精品一区二区免费在线观看| 亚洲国产美女搞黄色| 国产精品家庭影院| 久久婷婷成人综合色| 337p亚洲精品色噜噜狠狠| 91在线视频播放地址| 国产乱一区二区| 久久成人18免费观看| 奇米色777欧美一区二区| 夜夜亚洲天天久久| 蜜臀久久99精品久久久久宅男| 亚洲精品成人少妇| 中文字幕色av一区二区三区| 久久久美女毛片| 精品国产免费久久| 91精品福利在线一区二区三区 | 国产99久久久精品| 国产综合色视频| 精品一区二区三区久久| 五月激情综合婷婷| 亚洲高清在线视频| 亚洲成av人片观看| 首页综合国产亚洲丝袜| 亚洲国产精品天堂| 亚洲第一二三四区| 日韩国产精品大片| 日韩av成人高清| 麻豆中文一区二区| 久久国产综合精品| 国产一区二区中文字幕| 久草精品在线观看| 国产麻豆精品在线| 岛国一区二区三区| 成人h动漫精品一区二区| 99久久免费精品高清特色大片| 成人激情午夜影院| 91极品美女在线| 欧美日韩视频在线第一区 | 国产一区二区三区四区五区美女 | 欧美午夜精品一区| 欧美军同video69gay| 日韩欧美亚洲一区二区| 欧美精品一区二区三区一线天视频| 26uuu亚洲婷婷狠狠天堂| 国产午夜三级一区二区三| 国产精品灌醉下药二区| 亚洲在线视频免费观看| 麻豆免费看一区二区三区| 国产精品91xxx| 色婷婷综合激情| 色88888久久久久久影院野外| 欧美图区在线视频| 欧美精品一区二区三区久久久| 国产欧美一区二区精品婷婷 | 欧美激情一区三区| 亚洲国产一区二区三区| 久草热8精品视频在线观看| jlzzjlzz亚洲日本少妇| 亚洲欧美自拍偷拍| 婷婷国产v国产偷v亚洲高清| 国产精品 欧美精品| 欧美美女网站色| 国产精品拍天天在线| 轻轻草成人在线| 不卡一区二区中文字幕| 欧美一区二区视频观看视频| 欧美国产一区视频在线观看| 日韩一区精品视频| 色综合天天综合在线视频| 欧美不卡123| 亚洲在线中文字幕|