亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
日本电影欧美片| 国产精品一品二品| 亚洲色图制服诱惑| 国产精品亲子乱子伦xxxx裸| 久久久蜜桃精品| 日本一区二区三区免费乱视频| 精品免费一区二区三区| 久久天天做天天爱综合色| 久久先锋资源网| 久久久精品2019中文字幕之3| 久久精品综合网| 中文字幕av在线一区二区三区| 国产日产欧美精品一区二区三区| 国产亚洲一区二区在线观看| 国产欧美一区视频| 亚洲人成在线观看一区二区| 亚洲午夜免费电影| 美女在线视频一区| 高清视频一区二区| 色乱码一区二区三区88| 欧美另类z0zxhd电影| 欧美va亚洲va在线观看蝴蝶网| 久久中文娱乐网| 自拍偷拍欧美精品| 日韩国产欧美在线视频| 国产乱一区二区| 99久久精品国产一区二区三区| 欧洲精品在线观看| 精品国产在天天线2019| 亚洲同性同志一二三专区| 亚洲一级电影视频| 国产精品一区在线观看你懂的| 成人不卡免费av| 欧美一区二区在线免费播放| 中文字幕乱码亚洲精品一区| 亚洲一区二区三区在线播放| 国产一区久久久| 91蝌蚪porny| 精品国产一二三| 午夜电影一区二区三区| 成人涩涩免费视频| 3atv一区二区三区| 亚洲色图在线播放| 国产精品综合av一区二区国产馆| 94色蜜桃网一区二区三区| 日韩一区二区三区av| 国产精品国产三级国产a| 麻豆视频观看网址久久| 色又黄又爽网站www久久| 久久久久国产免费免费| 日韩精品亚洲一区| 在线精品视频免费播放| 欧美国产欧美综合| 紧缚捆绑精品一区二区| 欧美日韩免费一区二区三区 | 白白色 亚洲乱淫| 国产精品欧美极品| 久久99蜜桃精品| 欧美在线你懂得| 中文字幕一区二区三区不卡在线| 青青草91视频| 欧美日韩mp4| 亚洲国产精品嫩草影院| 一本久道久久综合中文字幕| 中文在线资源观看网站视频免费不卡| 秋霞国产午夜精品免费视频| 欧美日韩黄视频| 亚洲综合视频网| 99re在线视频这里只有精品| 中文字幕精品一区二区精品绿巨人 | 日韩欧美一级二级三级| 日韩电影在线一区| 欧美精品高清视频| 青青国产91久久久久久| 制服.丝袜.亚洲.中文.综合 | 欧美日韩一区二区三区在线看| 国产精品久99| 色94色欧美sute亚洲线路一ni| 国产精品色一区二区三区| 国产传媒欧美日韩成人| 中文字幕中文在线不卡住| 成人a区在线观看| 亚洲欧美日韩久久精品| 色综合视频在线观看| 亚洲电影中文字幕在线观看| 色婷婷综合久久久久中文 | 国产综合色精品一区二区三区| 欧美精品久久久久久久多人混战 | av在线综合网| 一级做a爱片久久| 在线播放中文一区| 久久99久久久久久久久久久| www国产成人免费观看视频 深夜成人网| 捆绑变态av一区二区三区| 久久嫩草精品久久久精品一| caoporm超碰国产精品| 亚洲一区二区三区国产| 欧美一区二区三区四区高清| 国内外精品视频| |精品福利一区二区三区| 色综合天天视频在线观看| 日韩av二区在线播放| 久久精品一区二区三区av| 99精品黄色片免费大全| 亚洲大片在线观看| 精品sm在线观看| 91久久精品一区二区三| 久久精品999| 日韩伦理电影网| 欧美丰满美乳xxx高潮www| 国产成人免费视频一区| 亚洲自拍偷拍九九九| 2020国产精品自拍| 欧美日韩免费高清一区色橹橹| 久久99精品国产.久久久久久 | 久久国产成人午夜av影院| 国产精品久久久久aaaa樱花| 欧美一级片在线看| 91一区在线观看| 国产高清成人在线| 午夜欧美电影在线观看| 国产欧美综合在线| 日韩一区和二区| 在线影院国内精品| av一区二区三区四区| 狠狠v欧美v日韩v亚洲ⅴ| 亚洲成人久久影院| 亚洲欧美日韩在线播放| 欧美韩国日本综合| 亚洲精品在线免费观看视频| 欧美日韩不卡一区二区| 日本久久电影网| 成人99免费视频| 国产一区二区三区电影在线观看 | 精品成人在线观看| 欧美精品一二三| 欧美色男人天堂| 91黄色免费网站| 色菇凉天天综合网| 99精品国产热久久91蜜凸| 国产精品69毛片高清亚洲| 经典一区二区三区| 激情欧美一区二区三区在线观看| 日韩黄色片在线观看| 天天av天天翘天天综合网 | 亚洲一区欧美一区| 亚洲欧洲综合另类| 中文字幕在线不卡一区二区三区| 久久久国产综合精品女国产盗摄| 日韩视频一区二区三区在线播放| 欧美综合在线视频| 日本久久一区二区| 欧美视频一区二区三区| 欧美日韩一卡二卡三卡 | 国产黄色91视频| 国产v综合v亚洲欧| 国产不卡视频在线观看| 成人高清免费在线播放| 91在线小视频| 欧美性生活一区| 5858s免费视频成人| 日韩欧美一区在线| 久久精品综合网| 亚洲欧美日韩国产综合在线| 亚洲女女做受ⅹxx高潮| 亚洲午夜免费视频| 美国十次了思思久久精品导航| 麻豆成人久久精品二区三区小说| 久久精品国产99| 成人中文字幕电影| 色呦呦网站一区| 91精品国产综合久久国产大片| 精品奇米国产一区二区三区| 久久精品免视看| 亚洲黄色av一区| 免费高清在线一区| 国产不卡在线播放| 欧美亚洲国产一区二区三区va| 在线电影院国产精品| 精品国产麻豆免费人成网站| 国产日产欧美一区二区视频| 亚洲激情av在线| 九九视频精品免费| av中文字幕一区| 日韩美一区二区三区| 国产精品久久久久影院老司| 爽好久久久欧美精品| 丰满亚洲少妇av| 欧美一区午夜视频在线观看| 国产精品久久夜| 日本伊人色综合网| 99久精品国产| 精品国产亚洲在线| 亚洲一区免费在线观看| 国产精品 欧美精品| 欧美区在线观看| 自拍视频在线观看一区二区| 久久精品国产在热久久| 色拍拍在线精品视频8848| 国产午夜精品久久久久久久|