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

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

?? msado15.tli

?? VC++和ACCESS開發的簡單的工資管理系統 各種功能比較齊全
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (db211180).
//
// f:\vcdatabasecode2\2\第07章工資管理系統\code\release\msado15.tli
//
// Wrapper implementations for Win32 type library C:\program files\common files\system\ado\msado15.dll
// compiler-generated file created 06/13/04 at 16:23:39 - 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电影免费观看高清完整版 | 成人激情动漫在线观看| 中文字幕制服丝袜一区二区三区 | 青草国产精品久久久久久| 欧美一区二区二区| 国产乱子轮精品视频| 国产免费久久精品| 91精品办公室少妇高潮对白| 亚洲国产视频a| 欧美成人女星排名| 成人激情黄色小说| 日韩成人dvd| 欧美极品美女视频| 欧美三级在线播放| 国产一区二区三区四区五区美女 | 久久综合狠狠综合久久激情| 成人久久18免费网站麻豆| 亚洲一区二区三区中文字幕| 精品毛片乱码1区2区3区| 成人精品小蝌蚪| 日韩精品亚洲专区| 国产免费成人在线视频| 欧美日韩亚洲国产综合| 懂色一区二区三区免费观看| 亚洲电影视频在线| 国产午夜精品一区二区三区视频 | 国产拍揄自揄精品视频麻豆| 欧美影院午夜播放| 国产剧情在线观看一区二区| 亚洲一区二区三区自拍| 久久久久久久久久久久久女国产乱 | 日本黄色一区二区| 国产精品一区二区久激情瑜伽| 亚洲国产成人av好男人在线观看| 日韩一级欧美一级| 一本大道久久a久久综合婷婷| 久久99精品久久久久久| 亚洲高清久久久| 日本一区二区免费在线观看视频 | 日韩欧美一级片| 色综合色综合色综合色综合色综合| 另类的小说在线视频另类成人小视频在线 | 色呦呦国产精品| 国产精品18久久久久久久网站| 亚洲成人av免费| 一区二区视频在线| 欧美极品少妇xxxxⅹ高跟鞋| 欧美电影免费观看高清完整版 | 国产精品午夜春色av| 91麻豆精品91久久久久久清纯 | 精品嫩草影院久久| 欧美日本精品一区二区三区| 91国产免费观看| 99精品久久免费看蜜臀剧情介绍| 国产成人精品免费一区二区| 国内欧美视频一区二区| 日韩二区在线观看| 亚洲午夜激情av| 亚洲激情av在线| 亚洲欧美另类小说| 一区精品在线播放| 中文字幕一区二区三区色视频| 久久综合网色—综合色88| 欧美一级欧美三级在线观看| 91精品在线观看入口| 欧美一区二区三区免费观看视频 | 欧美激情一区二区三区不卡| 中文字幕欧美日韩一区| 欧美国产精品一区二区三区| 国产精品美女一区二区在线观看| 国产清纯在线一区二区www| 国产丝袜在线精品| 国产色婷婷亚洲99精品小说| 国产欧美日韩视频在线观看| 国产日产欧美一区二区视频| 国产精品乱人伦| 国产精品国产馆在线真实露脸| 成人欧美一区二区三区黑人麻豆| ●精品国产综合乱码久久久久| 亚洲男女毛片无遮挡| 亚洲综合av网| 日韩av午夜在线观看| 免费高清成人在线| 国产福利一区在线观看| 成人免费观看视频| 色婷婷一区二区| 欧美视频三区在线播放| 日韩欧美久久久| 国产三级精品视频| 亚洲欧美色一区| 日本成人中文字幕在线视频| 黑人巨大精品欧美黑白配亚洲| 粉嫩aⅴ一区二区三区四区五区 | 91麻豆精品国产自产在线观看一区 | 成人激情图片网| 色综合久久中文综合久久牛| 欧美日韩综合一区| 欧美一区二区女人| 久久免费国产精品| 亚洲欧美日韩成人高清在线一区| 三级影片在线观看欧美日韩一区二区 | 亚洲激情网站免费观看| 日本不卡一区二区三区| 国产精品白丝av| 欧美在线影院一区二区| 在线综合视频播放| 中文字幕精品—区二区四季| 亚洲电影一级黄| 国产99久久久国产精品潘金| 欧美影院精品一区| 久久久久久麻豆| 午夜伊人狠狠久久| 黄一区二区三区| 欧洲精品在线观看| 精品国产乱码久久久久久闺蜜| 亚洲视频免费看| 激情综合色播激情啊| 一本一道久久a久久精品| 91精品福利在线一区二区三区 | 亚洲成国产人片在线观看| 国产米奇在线777精品观看| 欧美视频中文字幕| 久久久久久久综合色一本| 亚洲一区二区精品视频| 国产大片一区二区| 在线91免费看| 亚洲欧美国产三级| 国产成人午夜精品影院观看视频| 欧美色手机在线观看| 自拍偷自拍亚洲精品播放| 蜜桃视频在线观看一区| 欧美视频在线一区二区三区 | 欧美午夜电影在线播放| 国产精品三级电影| 国产在线不卡视频| 欧美一区二区性放荡片| 亚洲电影你懂得| 色婷婷久久久久swag精品| 中文字幕av在线一区二区三区| 国产一区在线视频| 日韩免费高清视频| 午夜婷婷国产麻豆精品| 在线免费观看日本一区| 综合精品久久久| 成人av网站在线观看| 国产清纯美女被跳蛋高潮一区二区久久w| 肉肉av福利一精品导航| 欧美丝袜丝交足nylons图片| 亚洲九九爱视频| 色天天综合色天天久久| 亚洲欧洲日韩av| 成人成人成人在线视频| 国产欧美综合在线| 国产成人亚洲精品青草天美| 久久奇米777| 国产99久久久精品| 日本一区二区高清| 成人激情动漫在线观看| 国产精品久久久久一区二区三区共 | 成人av资源网站| 国产欧美精品日韩区二区麻豆天美| 国产真实乱对白精彩久久| 久久久午夜电影| 国产精品亚洲第一| 欧美高清在线视频| 91性感美女视频| 一区二区在线免费| 欧美精品在线观看播放| 日韩精品欧美精品| 欧美一区2区视频在线观看| 日本午夜精品视频在线观看| 欧美一区二区人人喊爽| 亚洲精品国产精品乱码不99| 免费看日韩a级影片| 日韩欧美久久一区| 久久国产福利国产秒拍| 久久精品欧美一区二区三区麻豆| 国产精品99久久不卡二区| 欧美激情一区二区三区| 色婷婷精品久久二区二区蜜臂av| 亚洲综合区在线| 91精品免费观看| 国产成人日日夜夜| 亚洲视频一区二区在线| 欧美日韩国产中文| 狠狠网亚洲精品| 日韩伦理av电影| 欧美日韩1区2区| 国产美女娇喘av呻吟久久 | 一区二区免费在线播放| 欧美一区日本一区韩国一区| 国产精品自拍在线| 一区二区视频免费在线观看| 欧美一区二区三区啪啪|