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

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

?? msado15.tli

?? 用VC寫的日記筆小程序,采用的序列化存儲.
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (f291607b).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library c:\Program Files\Common Files\System\ADO\msado15.dll
// compiler-generated file created 08/31/04 at 10:27:36 - 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一区二区三区免费野_久草精品视频
久久精品人人做| 欧美日韩一区二区三区免费看| 日韩精品资源二区在线| 日韩福利电影在线| 欧美一区午夜精品| 免费成人在线观看视频| 精品乱人伦小说| 国产a级毛片一区| 亚洲精品视频在线| 欧美人牲a欧美精品| 精久久久久久久久久久| 中文字幕精品三区| 欧美亚洲国产一区二区三区| 水野朝阳av一区二区三区| 欧美大肚乱孕交hd孕妇| 豆国产96在线|亚洲| 亚洲男帅同性gay1069| 欧美日韩一区二区在线观看视频 | 成人av网站在线| 一区二区三区欧美视频| 欧美高清hd18日本| 韩国欧美国产1区| 亚洲你懂的在线视频| 日韩女优电影在线观看| 99精品视频在线免费观看| 日韩二区三区在线观看| 国产精品国产精品国产专区不蜜| 欧美性受xxxx黑人xyx性爽| 久久不见久久见免费视频1| 国产精品你懂的在线| 欧美精品欧美精品系列| 国产99久久久久| 亚洲第一av色| 中文字幕不卡的av| 欧美久久一区二区| 成人精品视频.| 美女性感视频久久| 国产精品网友自拍| 日韩一级大片在线| 在线一区二区三区四区| 国产乱人伦偷精品视频不卡| 日本亚洲天堂网| 国产欧美一区二区在线| 欧美精品第一页| www.欧美精品一二区| 日韩成人av影视| 一区二区三区资源| 国产视频一区二区在线| 91精品国产乱码| 色噜噜久久综合| 成人久久18免费网站麻豆 | 在线亚洲一区二区| 国产精品小仙女| 久久99久国产精品黄毛片色诱| 一区二区三区精品| 国产精品美女久久久久aⅴ国产馆| 欧美va天堂va视频va在线| 在线免费观看成人短视频| 粉嫩av一区二区三区粉嫩 | 日韩国产欧美在线观看| 亚洲精品视频在线观看免费| 中文字幕在线不卡一区 | 91香蕉国产在线观看软件| 国产一区二区91| 免费观看一级特黄欧美大片| 日日夜夜精品免费视频| 亚洲综合色成人| 一区二区三区中文免费| 亚洲人成精品久久久久久| 国产精品久久久久久久久快鸭| 久久久久久夜精品精品免费| 日韩一区二区免费在线电影| 欧美日韩成人激情| 欧美日韩中文字幕一区| 日本乱码高清不卡字幕| 91精品办公室少妇高潮对白| 一本到三区不卡视频| 在线国产电影不卡| 欧美性受极品xxxx喷水| 6080yy午夜一二三区久久| 精品视频色一区| 欧美一区二区久久| 精品第一国产综合精品aⅴ| 精品久久国产97色综合| 久久精品欧美日韩精品| 中文字幕成人在线观看| 中文字幕中文字幕一区二区| 亚洲激情自拍偷拍| 亚洲444eee在线观看| 美女免费视频一区| 国产老肥熟一区二区三区| 成人国产在线观看| 欧美性色aⅴ视频一区日韩精品| 欧美午夜理伦三级在线观看| 日韩天堂在线观看| 久久久av毛片精品| 亚洲婷婷综合色高清在线| 亚洲成人在线观看视频| 日韩avvvv在线播放| 国产呦萝稀缺另类资源| 成人精品小蝌蚪| 精品视频一区二区三区免费| 精品久久久久av影院| 国产日韩欧美一区二区三区乱码| 最新欧美精品一区二区三区| 亚洲综合精品自拍| 精品一区二区在线视频| 成人高清视频免费观看| 3751色影院一区二区三区| 久久夜色精品国产欧美乱极品| 中文字幕亚洲综合久久菠萝蜜| 亚洲成人激情av| 国产精品资源在线观看| 在线观看三级视频欧美| 精品国产伦一区二区三区观看方式| 国产精品久线在线观看| 亚欧色一区w666天堂| 懂色av一区二区在线播放| 欧美日韩久久久| 国产女主播视频一区二区| 天天av天天翘天天综合网 | 日本 国产 欧美色综合| 成人激情文学综合网| 日韩亚洲欧美高清| 亚洲精品午夜久久久| 精品一区二区三区免费视频| 色综合久久66| 亚洲精品一区二区三区在线观看| 亚洲免费色视频| 国产黄色精品视频| 69成人精品免费视频| 尤物av一区二区| 国产二区国产一区在线观看| 欧美一级免费大片| 亚洲欧美日韩电影| 国产xxx精品视频大全| 911国产精品| 亚洲男人的天堂一区二区| 国产91露脸合集magnet| 精品国产凹凸成av人导航| 亚洲.国产.中文慕字在线| 色综合久久久久综合| 欧美激情一区二区三区四区| 精品一区二区在线视频| 9191久久久久久久久久久| 亚洲欧美另类小说视频| 成人app软件下载大全免费| 欧美精品一区二区三| 美女视频网站黄色亚洲| 欧美精品1区2区| 亚洲成av人片| 欧美午夜精品一区二区三区| 亚洲美女淫视频| 99久久久久免费精品国产| 中文字幕精品综合| 国产九色sp调教91| 26uuu亚洲| 精品综合免费视频观看| 日韩免费成人网| 美国三级日本三级久久99| 欧美精品丝袜久久久中文字幕| 一级做a爱片久久| 色老综合老女人久久久| 一区二区三区四区av| 91麻豆成人久久精品二区三区| 中文字幕亚洲区| 91色porny| 日韩一区二区三区视频在线| 男人的天堂久久精品| 日韩欧美国产综合在线一区二区三区| 日本欧美加勒比视频| 日韩一区二区三区电影| 国内不卡的二区三区中文字幕| 欧美成人vr18sexvr| 国产一区二区三区免费| 久久色中文字幕| 粉嫩久久99精品久久久久久夜| 国产精品区一区二区三| 99久久精品99国产精品| 1024亚洲合集| 欧美无人高清视频在线观看| 日韩国产欧美在线视频| 久久中文娱乐网| 99视频在线精品| 亚洲成人精品一区| 亚洲精品在线一区二区| 成人精品国产免费网站| 亚洲午夜久久久久久久久电影院| 欧美日韩精品欧美日韩精品一综合| 奇米888四色在线精品| 2023国产一二三区日本精品2022| 懂色av一区二区三区免费看| 综合色天天鬼久久鬼色| 欧美日韩久久久久久| 国产综合色产在线精品| 亚洲色图视频网| 日韩一区二区在线播放| av成人动漫在线观看| 日韩主播视频在线| 国产日产欧产精品推荐色|