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

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

?? msado15.tli

?? 小靈通網關服務程序.運行穩定.效果好.大家都可以來下載.
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 13.10.3077 (477772ba).
//
// e:\work\code\c++ .net\backup\sms\smscode\newlife\server\program\mosmgpservice\release\msado15.tli
//
// Wrapper implementations for Win32 type library C:\Program Files\Common Files\System\ADO\msado15.dll
// compiler-generated file created 02/10/06 at 10:37:06 - DO NOT EDIT!

#pragma once

//
// interface _Collection wrapper method implementations
//

inline long _Collection::GetCount ( ) {
    long _result = 0;
    HRESULT _hr = get_Count(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline IUnknownPtr _Collection::_NewEnum ( ) {
    IUnknown * _result = 0;
    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 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 = 0;
    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 = 0;
    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 Properties wrapper method implementations
//

inline PropertyPtr Properties::GetItem ( const _variant_t & Index ) {
    struct Property * _result = 0;
    HRESULT _hr = get_Item(Index, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return PropertyPtr(_result, false);
}

//
// interface _ADO wrapper method implementations
//

inline PropertiesPtr _ADO::GetProperties ( ) {
    struct Properties * _result = 0;
    HRESULT _hr = get_Properties(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return PropertiesPtr(_result, false);
}

//
// interface Error wrapper method implementations
//

inline long Error::GetNumber ( ) {
    long _result = 0;
    HRESULT _hr = get_Number(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline _bstr_t Error::GetSource ( ) {
    BSTR _result = 0;
    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 = 0;
    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 = 0;
    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 = 0;
    HRESULT _hr = get_HelpContext(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline _bstr_t Error::GetSQLState ( ) {
    BSTR _result = 0;
    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 = 0;
    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 = 0;
    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 Field20 wrapper method implementations
//

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

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

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

inline _bstr_t Field20::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 Field20::GetType ( ) {
    enum DataTypeEnum _result;
    HRESULT _hr = get_Type(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

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

inline unsigned char Field20::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 Field20::GetNumericScale ( ) {
    unsigned char _result = 0;
    HRESULT _hr = get_NumericScale(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline HRESULT Field20::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 Field20::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 Field20::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 Field20::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);
}

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

inline void Field20::PutRefDataFormat ( IUnknown * ppiDF ) {
    HRESULT _hr = putref_DataFormat(ppiDF);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline void Field20::PutPrecision ( unsigned char pbPrecision ) {
    HRESULT _hr = put_Precision(pbPrecision);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline void Field20::PutNumericScale ( unsigned char pbNumericScale ) {
    HRESULT _hr = put_NumericScale(pbNumericScale);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline void Field20::PutType ( enum DataTypeEnum pDataType ) {
    HRESULT _hr = put_Type(pDataType);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline void Field20::PutDefinedSize ( ADO_LONGPTR pl ) {
    HRESULT _hr = put_DefinedSize(pl);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline void Field20::PutAttributes ( long pl ) {
    HRESULT _hr = put_Attributes(pl);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

//
// interface Field wrapper method implementations
//

inline long Field::GetStatus ( ) {
    long _result = 0;
    HRESULT _hr = get_Status(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

//
// interface Fields15 wrapper method implementations
//

inline FieldPtr Fields15::GetItem ( const _variant_t & Index ) {
    struct Field * _result = 0;
    HRESULT _hr = get_Item(Index, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return FieldPtr(_result, false);
}

//
// interface Fields20 wrapper method implementations
//

inline HRESULT Fields20::_Append ( _bstr_t Name, enum DataTypeEnum Type, ADO_LONGPTR DefinedSize, enum FieldAttributeEnum Attrib ) {
    HRESULT _hr = raw__Append(Name, Type, DefinedSize, Attrib);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT Fields20::Delete ( const _variant_t & Index ) {
    HRESULT _hr = raw_Delete(Index);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface Fields wrapper method implementations
//

inline HRESULT Fields::Append ( _bstr_t Name, enum DataTypeEnum Type, ADO_LONGPTR DefinedSize, enum FieldAttributeEnum Attrib, const _variant_t & FieldValue ) {
    HRESULT _hr = raw_Append(Name, Type, DefinedSize, Attrib, FieldValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT Fields::Update ( ) {
    HRESULT _hr = raw_Update();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT Fields::Resync ( enum ResyncEnum ResyncValues ) {

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
三级欧美在线一区| a级高清视频欧美日韩| 成人性色生活片免费看爆迷你毛片| 97久久超碰国产精品| 日韩一二三四区| 136国产福利精品导航| 国产综合久久久久久鬼色| 欧美视频在线不卡| 亚洲国产精品99久久久久久久久 | 在线观看精品一区| 欧美精品一区二区三区四区| 亚洲一卡二卡三卡四卡无卡久久| 国产伦精品一区二区三区免费| 欧美在线免费观看视频| 国产精品国产三级国产aⅴ原创 | 色婷婷一区二区三区四区| 欧美一区二区在线不卡| 亚洲综合激情另类小说区| 不卡区在线中文字幕| 久久久久久影视| 国产曰批免费观看久久久| 欧美一区二区在线不卡| 性做久久久久久免费观看| 91麻豆精东视频| 中文字幕一区二区视频| 99re在线视频这里只有精品| 国产精品久久三区| 99精品国产一区二区三区不卡| 中文字幕第一区二区| 国产91精品露脸国语对白| 亚洲国产高清在线观看视频| 国产成人高清视频| 欧美国产日韩亚洲一区| 成人黄动漫网站免费app| 国产区在线观看成人精品| 国产99一区视频免费| 国产精品日产欧美久久久久| 高清av一区二区| 日韩毛片一二三区| 在线亚洲免费视频| 日本v片在线高清不卡在线观看| 欧美日免费三级在线| 日韩和欧美的一区| 精品国产人成亚洲区| 成人激情小说网站| 亚洲制服欧美中文字幕中文字幕| 欧美精品日日鲁夜夜添| 视频一区二区不卡| 久久免费精品国产久精品久久久久| 国产精品 欧美精品| 亚洲精品免费播放| 欧美在线观看视频一区二区| 日韩精品五月天| 久久精品日产第一区二区三区高清版| 成人深夜在线观看| 亚洲午夜久久久久久久久电影院| 欧美日本视频在线| 国产黄色精品网站| 亚洲一级片在线观看| 欧美成人精品1314www| 成人高清视频在线| 日日夜夜精品免费视频| 国产欧美日韩精品一区| 欧美综合色免费| 国产精品自拍三区| 亚洲无线码一区二区三区| 26uuu国产一区二区三区| fc2成人免费人成在线观看播放| 无吗不卡中文字幕| 久久久无码精品亚洲日韩按摩| 色av综合在线| 韩国毛片一区二区三区| 一区二区三区日韩在线观看| 精品乱码亚洲一区二区不卡| 91在线免费播放| 久久91精品国产91久久小草| 亚洲精品亚洲人成人网在线播放| 日韩你懂的在线观看| 一本大道久久a久久精二百| 久久爱另类一区二区小说| 日韩美女视频一区二区| 精品国产一区二区三区忘忧草 | 北岛玲一区二区三区四区| 亚洲黄色录像片| 亚洲国产经典视频| 日韩精品一区在线| 欧美日韩国产一二三| 99综合电影在线视频| 精品一区二区三区久久| 午夜精品福利一区二区三区av| 中文字幕一区在线| 亚洲国产精品高清| 久久久久久亚洲综合影院红桃| 6080日韩午夜伦伦午夜伦| 一本一道波多野结衣一区二区| 精品一区二区三区视频| 日本不卡的三区四区五区| 午夜欧美2019年伦理| 亚洲永久免费视频| 亚洲乱码国产乱码精品精可以看| 久久久精品免费免费| 精品国产乱码久久久久久蜜臀| 91精品国产色综合久久| 欧美视频完全免费看| 色av成人天堂桃色av| 91一区二区在线| 色呦呦一区二区三区| 成人动漫在线一区| 99久久国产综合精品麻豆| 99re这里只有精品首页| www.性欧美| 91亚洲精品久久久蜜桃网站 | 国产精品久久久久婷婷| 欧美国产日本韩| 国产日韩精品一区二区三区在线| 久久久美女毛片| 国产欧美va欧美不卡在线| 欧美国产精品久久| 国产精品久久久久久久久免费桃花| 国产网站一区二区三区| 久久女同精品一区二区| 欧美国产日本视频| 中文字幕一区在线观看| 一区av在线播放| 日韩中文字幕亚洲一区二区va在线| 日精品一区二区| 麻豆久久久久久| 国产不卡视频一区二区三区| www.视频一区| 欧美日韩激情一区二区三区| 3atv一区二区三区| 欧美va在线播放| 国产精品你懂的在线| 亚洲黄色片在线观看| 日韩在线a电影| 日本va欧美va精品发布| 亚洲精品欧美在线| 中文字幕日韩av资源站| 欧美激情在线一区二区三区| 国产精品成人一区二区艾草| 亚洲蜜臀av乱码久久精品| 亚洲aaa精品| 国产经典欧美精品| 欧洲视频一区二区| 日韩欧美三级在线| 亚洲三级在线免费| 蜜臀av性久久久久蜜臀aⅴ四虎 | 一区二区三区成人| 日本不卡视频一二三区| 成人免费看片app下载| 欧美日韩中文国产| 久久午夜电影网| 亚洲国产视频一区二区| 国产美女在线观看一区| 欧美系列日韩一区| 国产欧美一区二区三区在线老狼| 一级精品视频在线观看宜春院| 久久精品国产亚洲一区二区三区| 成人一区二区三区视频在线观看| 欧美三级一区二区| 国产三级欧美三级日产三级99| 一区二区三区免费网站| 国产盗摄精品一区二区三区在线 | 日韩一区二区免费在线电影| 国产精品久久久久一区二区三区共| 亚洲成av人影院在线观看网| 成人小视频在线观看| 日韩一级黄色大片| 亚洲精品久久久蜜桃| 成人天堂资源www在线| 欧美成人综合网站| 亚洲成人1区2区| 91丨国产丨九色丨pron| 欧美激情中文不卡| 国内成+人亚洲+欧美+综合在线| 日本韩国精品在线| 中文字幕的久久| 国产精品资源站在线| 欧美大片在线观看| 奇米777欧美一区二区| 欧美亚洲动漫精品| 亚洲色图欧洲色图婷婷| 成人蜜臀av电影| 久久久国际精品| 久久99久久99| 日韩欧美国产一区二区三区| 五月婷婷色综合| 欧美日韩黄色一区二区| 亚洲在线观看免费视频| 色欧美片视频在线观看在线视频| 国产精品人妖ts系列视频| 国产成人福利片| 国产精品狼人久久影院观看方式| 国产精品99久| 国产精品视频一区二区三区不卡| 国模冰冰炮一区二区| ww亚洲ww在线观看国产| 久草热8精品视频在线观看| 日韩欧美不卡在线观看视频| 久久精品理论片|