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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? msado15.tli

?? 小靈通網(wǎng)關(guān)服務(wù)程序.運行穩(wěn)定.效果好.大家都可以來下載.
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
inline HRESULT _Stream::Write ( const _variant_t & Buffer ) {
    HRESULT _hr = raw_Write(Buffer);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT _Stream::SetEOS ( ) {
    HRESULT _hr = raw_SetEOS();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT _Stream::CopyTo ( struct _Stream * DestStream, ADO_LONGPTR CharNumber ) {
    HRESULT _hr = raw_CopyTo(DestStream, CharNumber);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT _Stream::Flush ( ) {
    HRESULT _hr = raw_Flush();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT _Stream::SaveToFile ( _bstr_t FileName, enum SaveOptionsEnum Options ) {
    HRESULT _hr = raw_SaveToFile(FileName, Options);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT _Stream::LoadFromFile ( _bstr_t FileName ) {
    HRESULT _hr = raw_LoadFromFile(FileName);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline _bstr_t _Stream::ReadText ( long NumChars ) {
    BSTR _result = 0;
    HRESULT _hr = raw_ReadText(NumChars, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline HRESULT _Stream::WriteText ( _bstr_t Data, enum StreamWriteEnum Options ) {
    HRESULT _hr = raw_WriteText(Data, Options);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT _Stream::Cancel ( ) {
    HRESULT _hr = raw_Cancel();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface ADORecordConstruction wrapper method implementations
//

inline IUnknownPtr ADORecordConstruction::GetRow ( ) {
    IUnknown * _result = 0;
    HRESULT _hr = get_Row(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return IUnknownPtr(_result, false);
}

inline void ADORecordConstruction::PutRow ( IUnknown * ppRow ) {
    HRESULT _hr = put_Row(ppRow);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline void ADORecordConstruction::PutParentRow ( IUnknown * _arg1 ) {
    HRESULT _hr = put_ParentRow(_arg1);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

//
// interface ADOStreamConstruction wrapper method implementations
//

inline IUnknownPtr ADOStreamConstruction::GetStream ( ) {
    IUnknown * _result = 0;
    HRESULT _hr = get_Stream(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return IUnknownPtr(_result, false);
}

inline void ADOStreamConstruction::PutStream ( IUnknown * ppStm ) {
    HRESULT _hr = put_Stream(ppStm);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

//
// interface ADOCommandConstruction wrapper method implementations
//

inline IUnknownPtr ADOCommandConstruction::GetOLEDBCommand ( ) {
    IUnknown * _result = 0;
    HRESULT _hr = get_OLEDBCommand(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return IUnknownPtr(_result, false);
}

inline void ADOCommandConstruction::PutOLEDBCommand ( IUnknown * ppOLEDBCommand ) {
    HRESULT _hr = put_OLEDBCommand(ppOLEDBCommand);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

//
// interface ADORecordsetConstruction wrapper method implementations
//

inline IUnknownPtr ADORecordsetConstruction::GetRowset ( ) {
    IUnknown * _result = 0;
    HRESULT _hr = get_Rowset(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return IUnknownPtr(_result, false);
}

inline void ADORecordsetConstruction::PutRowset ( IUnknown * ppRowset ) {
    HRESULT _hr = put_Rowset(ppRowset);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline ADO_LONGPTR ADORecordsetConstruction::GetChapter ( ) {
    ADO_LONGPTR _result;
    HRESULT _hr = get_Chapter(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void ADORecordsetConstruction::PutChapter ( ADO_LONGPTR plChapter ) {
    HRESULT _hr = put_Chapter(plChapter);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline IUnknownPtr ADORecordsetConstruction::GetRowPosition ( ) {
    IUnknown * _result = 0;
    HRESULT _hr = get_RowPosition(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return IUnknownPtr(_result, false);
}

inline void ADORecordsetConstruction::PutRowPosition ( IUnknown * ppRowPos ) {
    HRESULT _hr = put_RowPosition(ppRowPos);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

//
// interface Field15 wrapper method implementations
//

inline ADO_LONGPTR Field15::GetActualSize ( ) {
    ADO_LONGPTR _result;
    HRESULT _hr = get_ActualSize(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline long Field15::GetAttributes ( ) {
    long _result = 0;
    HRESULT _hr = get_Attributes(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline ADO_LONGPTR Field15::GetDefinedSize ( ) {
    ADO_LONGPTR _result;
    HRESULT _hr = get_DefinedSize(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline _bstr_t Field15::GetName ( ) {
    BSTR _result = 0;
    HRESULT _hr = get_Name(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline enum DataTypeEnum Field15::GetType ( ) {
    enum DataTypeEnum _result;
    HRESULT _hr = get_Type(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline _variant_t Field15::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 Field15::PutValue ( const _variant_t & pvar ) {
    HRESULT _hr = put_Value(pvar);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline unsigned char Field15::GetPrecision ( ) {
    unsigned char _result = 0;
    HRESULT _hr = get_Precision(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline unsigned char Field15::GetNumericScale ( ) {
    unsigned char _result = 0;
    HRESULT _hr = get_NumericScale(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline HRESULT Field15::AppendChunk ( const _variant_t & Data ) {
    HRESULT _hr = raw_AppendChunk(Data);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline _variant_t Field15::GetChunk ( long Length ) {
    VARIANT _result;
    VariantInit(&_result);
    HRESULT _hr = raw_GetChunk(Length, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _variant_t(_result, false);
}

inline _variant_t Field15::GetOriginalValue ( ) {
    VARIANT _result;
    VariantInit(&_result);
    HRESULT _hr = get_OriginalValue(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _variant_t(_result, false);
}

inline _variant_t Field15::GetUnderlyingValue ( ) {
    VARIANT _result;
    VariantInit(&_result);
    HRESULT _hr = get_UnderlyingValue(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _variant_t(_result, false);
}

//
// interface Command15 wrapper method implementations
//

inline _ConnectionPtr Command15::GetActiveConnection ( ) {
    struct _Connection * _result = 0;
    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 = 0;
    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 = 0;
    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 = 0;
    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 = 0;
    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 = 0;
    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 = 0;
    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 = 0;
    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 Command25 wrapper method implementations
//

inline long Command25::GetState ( ) {
    long _result = 0;
    HRESULT _hr = get_State(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline HRESULT Command25::Cancel ( ) {
    HRESULT _hr = raw_Cancel();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface _Command wrapper method implementations
//

inline void _Command::PutRefCommandStream ( IUnknown * pvStream ) {
    HRESULT _hr = putref_CommandStream(pvStream);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一区二区三区精品在线观看| 久久视频一区二区| 国产精品18久久久久久久网站| 亚洲人一二三区| 国产精品传媒入口麻豆| 欧美日韩一区在线观看| 亚洲国产综合91精品麻豆| 色哟哟一区二区在线观看| 日本强好片久久久久久aaa| 亚洲色图色小说| 久久精品国产亚洲一区二区三区| 精品粉嫩超白一线天av| 欧美日韩国产在线观看| 91香蕉视频污| 91在线精品一区二区| 成人短视频下载| 国产91丝袜在线播放0| 精品一区二区三区视频| 日韩精品欧美精品| 亚洲综合无码一区二区| 久久亚洲免费视频| 色婷婷一区二区| 色天使久久综合网天天| 欧美专区在线观看一区| 欧美午夜电影在线播放| 欧美综合一区二区三区| 欧美日韩在线播| 欧美一区二区三区白人| 欧美一区二区三区精品| 日韩精品一区二区三区视频| 日韩欧美在线1卡| 久久蜜桃香蕉精品一区二区三区| 国产视频911| 亚洲靠逼com| 免费成人在线观看视频| 成人精品免费看| 欧美日本一道本| 久久亚洲影视婷婷| 夜夜精品浪潮av一区二区三区| 偷窥少妇高潮呻吟av久久免费| 久久精品国内一区二区三区| 国产精品一品二品| 欧美巨大另类极品videosbest| 欧美电影免费观看高清完整版 | 91啦中文在线观看| 在线看国产日韩| 久久这里都是精品| 亚洲丰满少妇videoshd| 国产福利一区在线| 欧美丝袜丝交足nylons| 国产精品拍天天在线| 奇米888四色在线精品| proumb性欧美在线观看| 精品国产乱码久久久久久影片| 日韩毛片一二三区| 国产精品538一区二区在线| 欧美丰满少妇xxxbbb| 亚洲精品免费看| 国产精品1区2区| 久久久久久久久久看片| 日本亚洲免费观看| 欧美日韩mp4| 亚洲影视在线播放| 在线观看av一区| 国产精品久久久久久久午夜片| 久久精品国内一区二区三区| 欧美日韩日本视频| 天天色 色综合| 欧美日韩精品三区| 天堂精品中文字幕在线| 欧美三级视频在线观看| 一区二区三区美女| 色丁香久综合在线久综合在线观看| 国产欧美一区二区三区鸳鸯浴 | 蜜臀av性久久久久蜜臀av麻豆| 欧美日韩不卡一区二区| 日本欧美大码aⅴ在线播放| 欧美日韩一区国产| 免费人成在线不卡| 欧美一区二区国产| 国产成人精品亚洲日本在线桃色| 国产人妖乱国产精品人妖| 国产激情一区二区三区| 亚洲欧洲国产专区| 91精品欧美久久久久久动漫| 国产一区中文字幕| 欧美人与禽zozo性伦| 亚洲欧美激情在线| 丁香五精品蜜臀久久久久99网站| 91精品国产综合久久久久久漫画| 久久综合九色综合欧美亚洲| 日韩高清在线电影| 精品国产乱码久久久久久牛牛| 国产一区二区三区黄视频| 国产精品久99| 欧美电影免费观看完整版| 成人av电影免费在线播放| 亚洲最色的网站| 日本一区二区三级电影在线观看| 91视频免费播放| 久久99热狠狠色一区二区| 自拍偷拍国产亚洲| 欧美老人xxxx18| 韩国成人在线视频| 亚洲影视在线观看| 中文字幕欧美激情一区| 欧美一区二区黄| 在线观看日韩毛片| www.成人网.com| 精品亚洲aⅴ乱码一区二区三区| ...xxx性欧美| 国产精品久久三| 国产三级精品在线| 久久亚区不卡日本| 日韩精品一区二区三区在线播放 | 欧美激情一区二区| 精品免费国产一区二区三区四区| 在线免费观看日本一区| 成人少妇影院yyyy| 国产一区二区三区在线观看免费视频| 亚洲最新视频在线播放| 亚洲欧美日韩国产综合| 国产精品嫩草99a| 国产精品丝袜黑色高跟| 久久久久久久国产精品影院| 欧美成人欧美edvon| 日韩西西人体444www| 欧美一二三四区在线| 91精品中文字幕一区二区三区| 欧美日韩电影在线| 日韩一区二区在线观看| 精品欧美久久久| www国产精品av| 国产精品网站在线| 亚洲欧美aⅴ...| 爽好久久久欧美精品| 国产91精品露脸国语对白| 国产精品小仙女| 99久久国产综合精品色伊| 欧美在线免费视屏| 日韩欧美高清在线| 亚洲欧洲一区二区在线播放| 亚洲精品高清在线| 国产传媒日韩欧美成人| 乱一区二区av| 成人动漫视频在线| 欧美精品粉嫩高潮一区二区| 国产天堂亚洲国产碰碰| 亚洲综合一二区| 99国产精品一区| 国产午夜精品一区二区三区嫩草 | 欧美久久高跟鞋激| 欧美国产日韩a欧美在线观看 | 欧美一级xxx| 亚洲精品成a人| 成人中文字幕在线| 91精品国产品国语在线不卡| 综合久久给合久久狠狠狠97色| 人人精品人人爱| 欧美另类久久久品| 欧美a级一区二区| 91麻豆精品在线观看| 久久久久久久久蜜桃| 久久黄色级2电影| 欧美一区二区三区成人| 亚洲成人tv网| 在线观看日韩精品| 亚洲一区二区三区中文字幕 | 亚洲精品福利视频网站| 成人sese在线| 成人免费一区二区三区视频| 精品一区二区三区在线观看| 91精品国产综合久久精品麻豆 | 日韩欧美中文字幕精品| 日韩精品亚洲一区| 4438亚洲最大| 精品一区免费av| 精品国产露脸精彩对白 | 国产精品色噜噜| 成人午夜大片免费观看| 国产精品久久久久久久久快鸭| 国产盗摄精品一区二区三区在线| 久久这里只有精品视频网| 国产老肥熟一区二区三区| 欧美国产日韩一二三区| 成人涩涩免费视频| 一区二区三区电影在线播| 欧美日韩一区在线观看| 精一区二区三区| 亚洲三级免费观看| 777午夜精品视频在线播放| 激情综合五月天| 日韩理论片一区二区| 欧美一区二区三区系列电影| 国产自产高清不卡| 亚洲一区二区三区四区的| 26uuu亚洲综合色欧美| 91免费观看视频| 狠狠色2019综合网| 亚洲在线视频网站|