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

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

?? msado15.tli

?? 自己開發的人事的管理
?? 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 04/09/04 at 15:30:09 - 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一区二区三区免费野_久草精品视频
成人激情动漫在线观看| 国产精品久久久久久久久免费相片| 色婷婷久久99综合精品jk白丝| 欧美三区在线视频| 久久久久久久久蜜桃| 五月天激情小说综合| 成人黄色av网站在线| 欧美狂野另类xxxxoooo| 亚洲欧洲av另类| 老汉av免费一区二区三区| 色婷婷激情综合| 久久精品这里都是精品| 奇米一区二区三区| 欧美日韩成人一区| 亚洲精品成a人| 94-欧美-setu| 欧美国产日本视频| 国产乱子轮精品视频| 日韩一区二区三区高清免费看看| 日韩毛片一二三区| 国产成人精品网址| 久久婷婷久久一区二区三区| 三级影片在线观看欧美日韩一区二区| 99久久精品99国产精品| 日本一区二区三区免费乱视频 | 成人激情免费网站| 欧美色图激情小说| 亚洲精品福利视频网站| 99热在这里有精品免费| 中文字幕成人av| 成熟亚洲日本毛茸茸凸凹| 精品国产一区二区国模嫣然| 麻豆成人91精品二区三区| 欧美伦理电影网| 亚洲成人综合视频| 欧美日韩国产经典色站一区二区三区| 亚洲丝袜另类动漫二区| 99视频在线精品| 亚洲色图清纯唯美| 一本到不卡免费一区二区| 亚洲免费在线看| 色噜噜狠狠成人中文综合| 自拍偷拍国产亚洲| 91精彩视频在线| 亚洲成av人片在线| 91精品国产福利在线观看| 美女高潮久久久| 精品国产精品一区二区夜夜嗨| 激情综合五月天| 精品91自产拍在线观看一区| 国产精品1区2区| 国产精品色噜噜| 色一区在线观看| 午夜久久久影院| 精品99999| 色婷婷av一区二区三区软件| 一区二区三区日韩欧美| 欧美日韩不卡一区二区| 国产成人午夜99999| 成人毛片视频在线观看| 一区二区三区影院| 欧美一区二区在线播放| 国产成人精品免费在线| 亚洲精品中文字幕乱码三区| 欧美日韩国产系列| 国产成a人无v码亚洲福利| 亚洲人成7777| 91精品国产综合久久久久久久久久| 美女视频网站黄色亚洲| 国产欧美视频在线观看| 欧美久久久久久久久久| 国产盗摄女厕一区二区三区| 一区二区三区日韩欧美| 久久久久久影视| 欧美色老头old∨ideo| 韩国理伦片一区二区三区在线播放| 国产亚洲综合在线| 欧美日韩国产免费| jlzzjlzz亚洲女人18| 日本不卡视频在线观看| 亚洲国产成人一区二区三区| 欧美乱妇20p| 成人午夜视频福利| 首页国产欧美日韩丝袜| 国产精品电影一区二区三区| 日韩一二三四区| 色婷婷av一区二区三区软件| 国产在线不卡视频| 天堂va蜜桃一区二区三区漫画版| 国产精品人成在线观看免费| 91.com在线观看| 日本久久电影网| 成人爱爱电影网址| 精品制服美女丁香| 视频一区视频二区在线观看| 亚洲人成小说网站色在线| 久久精品欧美日韩| 国产亚洲综合性久久久影院| 日韩成人av影视| 亚洲日本青草视频在线怡红院| 精品国产一区二区三区av性色| 欧美日韩一区二区在线观看| 99精品热视频| caoporn国产精品| 国产盗摄一区二区| 狠狠色丁香久久婷婷综合_中| 日欧美一区二区| 亚洲一区二区三区中文字幕| 一区二区中文视频| 国产精品久久久久三级| 国产欧美一区二区在线| 久久先锋影音av| 久久久久88色偷偷免费| 日韩欧美一级二级| 精品日韩av一区二区| 欧美mv日韩mv国产网站| 欧美一区二区三区小说| 日韩三级中文字幕| 日韩欧美国产一区二区三区 | 91国内精品野花午夜精品| av网站免费线看精品| 99麻豆久久久国产精品免费| 狠狠色狠狠色合久久伊人| 久久爱另类一区二区小说| 久久精品国产成人一区二区三区| 日本欧洲一区二区| 美腿丝袜亚洲色图| 久久99精品视频| 国产传媒欧美日韩成人| 成人丝袜18视频在线观看| 久久国产精品色婷婷| 国内外精品视频| 国产麻豆日韩欧美久久| 国产综合久久久久久鬼色| 国产精品一级在线| av亚洲产国偷v产偷v自拍| 欧美唯美清纯偷拍| 日韩一区二区三区高清免费看看| 精品国产3级a| 亚洲视频中文字幕| 视频精品一区二区| 国产毛片精品视频| 色视频欧美一区二区三区| 91麻豆精品国产91久久久资源速度| 欧美高清一级片在线| 欧美精品一区在线观看| 欧美国产日韩在线观看| 亚洲综合一区二区精品导航| 爽好多水快深点欧美视频| 国产资源在线一区| 日本高清不卡在线观看| 欧美一二三区精品| 国产精品久久夜| 日韩高清中文字幕一区| 成人国产在线观看| 欧美性生交片4| 日韩免费视频一区| 亚洲日本在线天堂| 久久97超碰国产精品超碰| 色偷偷久久人人79超碰人人澡| 91精品婷婷国产综合久久性色 | 日韩欧美一区中文| 亚洲少妇中出一区| 久久成人久久鬼色| 欧美日韩综合在线免费观看| 久久精品视频免费观看| 日本亚洲视频在线| 91在线视频播放| 久久色视频免费观看| 亚洲高清视频在线| av亚洲精华国产精华| 久久新电视剧免费观看| 天天综合日日夜夜精品| 国产传媒欧美日韩成人| 欧美高清精品3d| 综合av第一页| 成人高清免费在线播放| 欧美一区二区久久| 亚洲国产精品久久久久秋霞影院 | 一区二区三区色| 国产精品影视网| 欧美一区二区精品久久911| 亚洲国产精品一区二区久久恐怖片 | 久久婷婷国产综合国色天香| 午夜精品成人在线| 91老师片黄在线观看| 中文字幕av不卡| 激情av综合网| 欧美电视剧在线观看完整版| 亚洲成人手机在线| 在线观看日韩av先锋影音电影院| 国产精品天干天干在观线| 国产乱码精品一区二区三区av| 欧美一区欧美二区| 丝袜诱惑亚洲看片| 欧美日韩国产电影| 亚洲图片自拍偷拍| 欧美日韩亚洲综合一区二区三区| 国产精品视频麻豆| 岛国精品一区二区|