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

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

?? msado15.tli

?? c++制作固定資產管理系統
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (a1b54737).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library c:\Program Files\Common Files\System\ADO\msado15.dll
// compiler-generated file created 05/07/04 at 13:36:01 - 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, long 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| 欧美顶级少妇做爰| 97se亚洲国产综合自在线观| 日本亚洲三级在线| 一区二区三区国产| 国产三级三级三级精品8ⅰ区| 欧美乱妇一区二区三区不卡视频| 成人深夜视频在线观看| 久久99精品一区二区三区| 一区二区三区产品免费精品久久75| 久久久久久99精品| 91精品久久久久久久久99蜜臂| 91小视频免费看| 国产白丝网站精品污在线入口| 男男成人高潮片免费网站| 亚洲精品国产一区二区精华液 | 欧美mv日韩mv亚洲| 日本道免费精品一区二区三区| 国产久卡久卡久卡久卡视频精品| 日韩av网站免费在线| 一区二区三区四区中文字幕| 国产精品黄色在线观看| 久久久久久99久久久精品网站| 欧美电视剧免费全集观看| 欧美美女一区二区三区| 欧美色偷偷大香| 在线精品视频免费播放| 91看片淫黄大片一级在线观看| 成人小视频免费在线观看| 国产福利一区在线| 国产盗摄女厕一区二区三区| 国产乱妇无码大片在线观看| 国产综合成人久久大片91| 精品一区二区国语对白| 麻豆91免费看| 精品一区二区av| 国产一区 二区| 国产成人自拍高清视频在线免费播放| 毛片av一区二区| 国内精品视频666| 国产精品白丝av| 精品国产三级电影在线观看| 日韩一级高清毛片| 精品福利一区二区三区免费视频| 欧美一级片免费看| 精品国产一区二区三区忘忧草 | 在线视频国内自拍亚洲视频| 色呦呦日韩精品| 欧美亚洲国产一区在线观看网站| 欧美日韩午夜影院| 在线电影院国产精品| 欧美一级淫片007| 久久综合久久鬼色| 欧美激情一区二区三区在线| 亚洲视频一二区| 亚洲成在人线免费| 久久国产麻豆精品| 国产宾馆实践打屁股91| 色综合亚洲欧洲| 欧美一区二区三区喷汁尤物| 久久精品人人爽人人爽| 国产精品乱码妇女bbbb| 亚洲在线视频网站| 韩国精品免费视频| 99久久国产综合精品麻豆| 欧美三级中文字幕在线观看| 日韩网站在线看片你懂的| 国产亚洲成年网址在线观看| 亚洲欧美一区二区三区国产精品| 亚洲.国产.中文慕字在线| 久久精品国内一区二区三区| 成人91在线观看| 欧美久久一区二区| 国产精品欧美经典| 视频一区视频二区在线观看| 国产成人一区在线| 欧美三区在线观看| 国产精品网站一区| 日韩制服丝袜av| 91在线视频网址| 日韩欧美一级二级三级久久久| 中文字幕国产精品一区二区| 天涯成人国产亚洲精品一区av| 国产九色sp调教91| 欧美精品乱码久久久久久 | 亚洲国产成人私人影院tom| 亚洲精选一二三| 激情综合五月天| 欧洲精品一区二区| 国产欧美日韩麻豆91| 丝袜美腿亚洲一区二区图片| 成人免费视频caoporn| 欧美一级免费大片| 亚洲精品日产精品乱码不卡| 国产伦精品一区二区三区视频青涩| 欧洲精品在线观看| 国产精品女主播av| 激情综合网最新| 91精品国产综合久久婷婷香蕉| 亚洲欧洲av一区二区三区久久| 精品一区二区免费视频| 欧美少妇bbb| 亚洲乱码中文字幕综合| 国产福利一区二区| 精品国精品国产尤物美女| 亚洲一区二区三区四区五区黄| 成人午夜免费视频| 2022国产精品视频| 另类调教123区| 91精品国产综合久久香蕉的特点 | 欧美电视剧在线看免费| 亚洲夂夂婷婷色拍ww47| 91丨porny丨中文| 国产亚洲一二三区| 美国十次综合导航| 欧美久久一二三四区| 亚洲国产va精品久久久不卡综合| 成人av第一页| 国产精品国产三级国产普通话三级 | 亚洲欧洲精品成人久久奇米网| 激情欧美一区二区三区在线观看| 欧美剧在线免费观看网站| 亚洲高清视频在线| 欧美视频一区二区| 亚洲综合自拍偷拍| 91福利精品第一导航| 成人av在线一区二区| 国产色产综合色产在线视频| 国产一区二区女| 久久久不卡网国产精品一区| 极品少妇xxxx精品少妇偷拍| 欧美电影免费观看高清完整版在线观看| 日韩电影免费一区| 欧美一区二区三区视频免费| 日韩精品乱码免费| 欧美不卡视频一区| 国产在线视频精品一区| 欧美国产综合一区二区| zzijzzij亚洲日本少妇熟睡| 国产精品免费看片| 色综合天天综合狠狠| 一区二区三区精品| 欧美一区午夜精品| 久久国产剧场电影| 中文字幕精品一区二区精品绿巨人 | 国内不卡的二区三区中文字幕 | 91在线视频官网| 亚洲一卡二卡三卡四卡| 欧美日韩视频专区在线播放| 日本不卡一二三| 欧美精品一区二区高清在线观看 | 91麻豆免费在线观看| 亚洲精品乱码久久久久久黑人| 欧美日韩一区二区三区视频| 日本不卡一区二区三区高清视频| 欧美大片顶级少妇| 大陆成人av片| 亚洲一二三四区| 日韩一区二区三区免费观看| 国产精品一区二区果冻传媒| 中文在线免费一区三区高中清不卡| 91毛片在线观看| 日韩电影在线免费| 国产性天天综合网| 91在线精品一区二区三区| 亚洲成人免费影院| 久久久国际精品| 欧美性受极品xxxx喷水| 激情综合网最新| 一区二区三区四区中文字幕| 日韩欧美一区二区视频| 波多野结衣中文字幕一区| 亚洲成av人影院| 国产农村妇女毛片精品久久麻豆| 色偷偷一区二区三区| 久久精品国产亚洲a| 亚洲免费色视频| 日韩女同互慰一区二区| gogo大胆日本视频一区| 视频在线观看一区二区三区| 国产91精品精华液一区二区三区| 一区二区三区四区不卡在线| 精品人伦一区二区色婷婷| 91黄色小视频| 国产麻豆精品久久一二三| 亚洲第一电影网| 国产精品久久久久久久久免费桃花| 91麻豆精品国产91久久久久久久久| 岛国一区二区三区| 精品一二线国产| 日韩精品一级二级 | 久久只精品国产| 欧美日韩视频专区在线播放| 成人动漫一区二区在线| 蜜臀va亚洲va欧美va天堂| 一区二区三区不卡在线观看| 国产情人综合久久777777|