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

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

?? msado15.tli

?? 數據庫信息管理——ShopAssistant 代碼使用說明 1.創建數據庫 SQLServer 2000企業管理器創建數據庫方法
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (17d06d34).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library c:\program files\common files\system\ado\msado15.dll
// compiler-generated file created 07/15/05 at 21:50:47 - 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, ADO_LONGPTR 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一区二区三区免费野_久草精品视频
色综合天天做天天爱| 91精品福利视频| 在线观看一区不卡| 欧美成va人片在线观看| 亚洲人成网站在线| 国产真实乱对白精彩久久| 91免费观看国产| 久久久亚洲高清| 久久精品久久99精品久久| 在线亚洲人成电影网站色www| 亚洲精品一区二区三区精华液 | 国产一区二区精品久久99| 欧美中文字幕一二三区视频| 亚洲国产精品黑人久久久| 毛片基地黄久久久久久天堂| 欧美日韩另类国产亚洲欧美一级| 国产女人18水真多18精品一级做 | 亚洲欧美日韩国产另类专区| 蜜臀va亚洲va欧美va天堂| 欧美日本免费一区二区三区| 亚洲精品成人在线| bt7086福利一区国产| 国产欧美日本一区视频| 国产一区二区三区美女| 欧美精品一区二区三区很污很色的| 午夜精品久久久久久不卡8050| 日本乱人伦aⅴ精品| 亚洲欧洲制服丝袜| 日本道色综合久久| 亚洲理论在线观看| 欧美性大战久久久久久久蜜臀 | 欧美亚洲丝袜传媒另类| 一二三区精品福利视频| 色八戒一区二区三区| 亚洲国产日韩一级| 欧美日韩一区二区在线观看| 亚洲综合男人的天堂| 欧美三级电影精品| 亚洲高清免费视频| 91精品国产乱码| 麻豆精品蜜桃视频网站| 久久蜜桃一区二区| 成人黄色电影在线| 亚洲精品第一国产综合野| 欧美日韩综合在线免费观看| 三级欧美在线一区| 日韩欧美第一区| 国产高清成人在线| 亚洲欧美色综合| 欧美色图12p| 久草中文综合在线| 国产女人18毛片水真多成人如厕| www.亚洲在线| 亚洲高清免费视频| 久久中文娱乐网| 91视频观看视频| 日韩中文字幕av电影| 精品国产91乱码一区二区三区 | 日本亚洲三级在线| 久久这里都是精品| 不卡的av电影在线观看| 亚洲第一狼人社区| 国产婷婷色一区二区三区在线| 97国产精品videossex| 婷婷成人综合网| 国产欧美日本一区二区三区| 在线观看国产日韩| 久久 天天综合| 亚洲制服丝袜一区| 久久看人人爽人人| 欧美三级视频在线| 成人av在线资源网站| 亚洲va在线va天堂| 国产亚洲精品aa| 欧美精品一二三| 顶级嫩模精品视频在线看| 亚洲国产色一区| 国产精品久久精品日日| 欧美一区二区三区免费大片| 不卡在线视频中文字幕| 免费在线成人网| 亚洲欧美另类小说视频| 2021久久国产精品不只是精品| 色综合久久综合网97色综合 | 午夜一区二区三区视频| 国产亚洲欧美中文| 日韩视频一区二区三区| 在线欧美日韩精品| 成人丝袜18视频在线观看| 日韩精品电影一区亚洲| 亚洲精品日日夜夜| 国产欧美日韩另类视频免费观看| 欧美一区二区三区小说| 欧美三级韩国三级日本三斤| 91亚洲男人天堂| 成人小视频在线观看| 韩国一区二区三区| 欧美aaaaaa午夜精品| 亚洲一区二区精品视频| 亚洲三级在线观看| 欧美高清在线一区| 久久九九影视网| 欧美精品一区二区在线播放| 日韩欧美一二区| 欧美精品在线观看一区二区| 日本精品免费观看高清观看| 99久久免费精品高清特色大片| 国产一区二区视频在线播放| 美女高潮久久久| 久久99久久久久| 日韩一区二区三区电影在线观看| 高清不卡一区二区| 亚洲一区二区不卡免费| 亚洲日本一区二区| 欧美人xxxx| 韩国成人在线视频| 亚洲黄色片在线观看| 国产精品国产三级国产普通话三级| 成人听书哪个软件好| 欧美人妖巨大在线| 国产精品99久久久久久久女警| 国产精品色噜噜| 粉嫩一区二区三区在线看 | 在线影视一区二区三区| 91亚洲大成网污www| 一本一本大道香蕉久在线精品| 99久久777色| 97aⅴ精品视频一二三区| 亚洲精品久久嫩草网站秘色| 国产性天天综合网| 亚洲人成在线观看一区二区| 一区二区三区日韩欧美精品| 日韩免费高清视频| 精品理论电影在线观看 | 色婷婷av一区二区三区gif | 久久国产精品99久久人人澡| 久久精品国产在热久久| 欧美日韩一区二区三区四区五区| 精品久久久久久久久久久院品网| 亚洲婷婷在线视频| 久久精品国产第一区二区三区| 99精品视频在线免费观看| 日韩欧美激情一区| 亚洲mv大片欧洲mv大片精品| 国产剧情av麻豆香蕉精品| 4438x成人网最大色成网站| 亚洲一区二区在线视频| 美女一区二区久久| 色综合色综合色综合色综合色综合| 91精品国产综合久久精品麻豆| 国产精品私人自拍| 国产jizzjizz一区二区| 久久久影视传媒| 狠狠狠色丁香婷婷综合激情| 欧美一卡2卡三卡4卡5免费| 亚洲国产欧美另类丝袜| 欧美日韩一区二区三区免费看| 中文字幕一区在线观看视频| 99视频精品全部免费在线| 亚洲视频综合在线| 国产激情精品久久久第一区二区 | 亚洲欧美一区二区三区久本道91| 99久久精品免费看| 亚洲色图制服诱惑| 色哟哟一区二区三区| 国产精品少妇自拍| 激情久久五月天| 91精品啪在线观看国产60岁| 国产乱淫av一区二区三区| 久久麻豆一区二区| 91一区二区三区在线播放| 午夜视频久久久久久| 中文一区在线播放| 欧美精品日日鲁夜夜添| 久久精品国产一区二区三 | 日韩精品中文字幕一区| 成人动漫一区二区三区| 91麻豆精品91久久久久久清纯 | 在线观看国产一区二区| 久久综合久色欧美综合狠狠| 国产一区二区网址| 欧美日韩日日骚| 9人人澡人人爽人人精品| 一区二区三区在线观看国产| 国产午夜精品一区二区三区视频 | 成人高清免费在线播放| 国产98色在线|日韩| 成人免费高清在线| 一本一本大道香蕉久在线精品| 欧美色中文字幕| 欧美精品乱码久久久久久按摩| 91丨九色丨蝌蚪富婆spa| 91福利精品视频| 欧美日韩精品欧美日韩精品一 | 91免费国产在线观看| 成人97人人超碰人人99| 9久草视频在线视频精品| 欧美日韩视频一区二区| 欧美日韩成人综合| 日韩精品一区二区三区老鸭窝|