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

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

?? msado15.tli

?? VC + SQL數據庫編程 人事、工資、部門管理 包含SQL備份文件及部分源碼注釋
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (2764df43).
//
// msado15.tli
//
// Wrapper implementations for Win32 type library c:\Program Files\Common Files\System\ado\msado15.dll
// compiler-generated file created 05/06/05 at 14:05:29 - 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一区二区三区免费野_久草精品视频
国产麻豆精品在线观看| 欧美一区二区三区四区视频| 欧美精三区欧美精三区| 久久久99久久| 日本大胆欧美人术艺术动态| 91蜜桃网址入口| 久久久蜜桃精品| 蜜臀av性久久久久蜜臀aⅴ四虎| 91麻豆免费观看| 久久久精品欧美丰满| 蜜臀av性久久久久蜜臀aⅴ流畅| 色中色一区二区| 国产精品国产成人国产三级| 久久99热狠狠色一区二区| 欧美午夜片在线看| 亚洲欧美电影一区二区| 国产成人av资源| 精品99久久久久久| 国产在线看一区| 欧美大片日本大片免费观看| 日日骚欧美日韩| 欧美性极品少妇| 一区二区视频在线| 色婷婷av一区二区三区软件| 国产清纯在线一区二区www| 激情成人综合网| 日韩一区二区三区免费看| 午夜国产精品一区| 欧美日韩免费不卡视频一区二区三区| 亚洲激情在线播放| 91久久精品一区二区| 亚洲综合一区二区精品导航| 在线亚洲一区二区| 亚洲午夜精品网| 欧美精品一二三| 日韩专区中文字幕一区二区| 宅男噜噜噜66一区二区66| 日韩成人一区二区| 欧美成人a在线| 国产一区二区在线观看视频| 国产精品视频九色porn| proumb性欧美在线观看| 亚洲欧美成人一区二区三区| 欧美撒尿777hd撒尿| 婷婷综合久久一区二区三区| 91精品在线免费| 国产乱子伦视频一区二区三区 | av一二三不卡影片| 亚洲精品亚洲人成人网| 欧美日韩国产首页在线观看| 日韩不卡一二三区| 久久精品一区八戒影视| jlzzjlzz国产精品久久| 亚洲妇女屁股眼交7| 精品少妇一区二区| av午夜一区麻豆| 午夜精品福利一区二区蜜股av | 亚洲成av人片一区二区| 欧美videofree性高清杂交| 成人一级片网址| 一区二区三区四区不卡视频 | 激情av综合网| 亚洲精品免费电影| 欧美mv日韩mv亚洲| 99国产精品久久久| 奇米在线7777在线精品| 日本一区二区不卡视频| 欧美日韩一本到| 国产成+人+日韩+欧美+亚洲| 亚洲在线中文字幕| 久久久久久久综合日本| 欧美日韩国产中文| 国产成人aaa| 免费成人av在线播放| 欧美亚洲日本国产| 五月激情综合网| 捆绑变态av一区二区三区| 亚洲国产精品国自产拍av| 久久久久国产免费免费| 久久久久久毛片| 国产色综合久久| 中文字幕高清不卡| 亚洲欧洲美洲综合色网| 亚洲日本韩国一区| 亚洲高清中文字幕| 午夜精品久久久久久久久久久 | 精品国产一区二区在线观看| 久久综合狠狠综合久久综合88 | av在线不卡电影| 一本久道久久综合中文字幕| 在线观看一区二区视频| 91精品国产欧美一区二区18| 欧美成人aa大片| 国产精品女主播在线观看| 亚洲视频狠狠干| 五月综合激情网| 激情欧美一区二区三区在线观看| 国产成人在线观看免费网站| 91免费国产在线| 在线不卡免费av| 亚洲精品一区二区三区福利 | 成人高清伦理免费影院在线观看| 不卡一区二区中文字幕| 在线亚洲人成电影网站色www| 91精品婷婷国产综合久久性色| 精品国产一区二区三区久久影院| 亚洲国产精品二十页| 亚洲综合精品自拍| 久久99精品国产.久久久久久| 成人午夜激情影院| 欧美日韩成人综合在线一区二区| 久久婷婷一区二区三区| 一区二区三区四区不卡在线| 久久99精品网久久| av午夜一区麻豆| 日韩精品一区二区三区在线| 亚洲猫色日本管| 久久精品国产亚洲aⅴ| 不卡一区二区中文字幕| 日韩你懂的电影在线观看| 国产精品日韩成人| 日本亚洲欧美天堂免费| 92国产精品观看| 欧美va亚洲va香蕉在线| 亚洲综合色噜噜狠狠| 国产盗摄一区二区| 7777精品伊人久久久大香线蕉 | 亚洲裸体xxx| 国内精品嫩模私拍在线| 欧美亚洲免费在线一区| 国产精品人妖ts系列视频| 人妖欧美一区二区| 91视频在线观看免费| 久久蜜臀精品av| 麻豆一区二区三区| 91成人免费网站| 国产精品久久久久久久久免费相片 | 成人毛片老司机大片| 日韩视频一区二区在线观看| 亚洲精品成人精品456| 成人精品视频一区二区三区 | 一区二区三区日本| 国产成人久久精品77777最新版本 国产成人鲁色资源国产91色综 | av资源站一区| 久久奇米777| 韩国av一区二区三区四区| 欧美久久一区二区| 亚洲精品国产无套在线观| 成人午夜激情视频| 欧美国产精品一区二区三区| 国内精品写真在线观看| 亚洲精品一区二区三区蜜桃下载| 日本成人超碰在线观看| 欧美一区二区三区在线看| 亚洲va欧美va人人爽| 91黄色免费版| 亚洲图片有声小说| 日本韩国一区二区| 一区二区三区色| 欧美性大战久久久久久久蜜臀 | 成人欧美一区二区三区视频网页 | 久久精品视频免费观看| 黄一区二区三区| 久久先锋影音av| 国模娜娜一区二区三区| www久久久久| 国产精品123| 亚洲国产精品99久久久久久久久| 国产成人综合自拍| 国产欧美一区二区精品秋霞影院| 国产精品一区免费视频| 国产精品午夜春色av| 成人aaaa免费全部观看| 亚洲精品大片www| 欧美日韩视频在线观看一区二区三区 | 国产精品福利一区二区| 波多野结衣在线一区| 亚洲天堂精品视频| 在线一区二区观看| 日韩av在线发布| 欧美精品一区二区久久婷婷| 国产精品一区二区免费不卡| 亚洲欧洲精品一区二区精品久久久 | 懂色av噜噜一区二区三区av| 亚洲国产精品99久久久久久久久 | 一区二区三区在线观看视频| 欧美亚洲禁片免费| 麻豆成人91精品二区三区| 国产亚洲一区二区三区在线观看| 丰满放荡岳乱妇91ww| 亚洲精品久久久蜜桃| 欧美一二三区在线观看| 国产精品99久久不卡二区| 1区2区3区国产精品| 欧美性大战久久久| 国产美女精品在线| 亚洲乱码国产乱码精品精的特点 | 欧美日韩色综合| 久久国产精品99久久久久久老狼| 国产欧美日韩另类视频免费观看 |