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

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

?? msado15.tli

?? MH編碼是用于黑白二進制文件傳真的數據壓縮。文件傳真是指一般文件、圖紙、手寫稿、表格、報紙等文件的傳真。他們是黑白二值的
?? TLI
?? 第 1 頁 / 共 5 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (33e3901b).
//
// d:\program files\程序設計\visuai c++ 6.0\msdev98\myprojects\mz\debug\msado15.tli
//
// Wrapper implementations for Win32 type library C:\Program Files\Common Files\System\ado\msado15.dll
// compiler-generated file created 12/12/08 at 12:41:46 - 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一区二区三区免费野_久草精品视频
欧美色综合网站| 中文字幕亚洲区| 国产精品素人视频| 亚洲国产另类精品专区| 国产一区美女在线| 欧美麻豆精品久久久久久| 中文字幕不卡一区| 久久精品噜噜噜成人88aⅴ| 3atv一区二区三区| 国产精品嫩草影院com| 久久国产剧场电影| 7777精品伊人久久久大香线蕉完整版 | 久久综合九色综合久久久精品综合| 亚洲欧美精品午睡沙发| 国产999精品久久久久久绿帽| 91精品麻豆日日躁夜夜躁| 亚洲色图19p| 成人深夜在线观看| 久久男人中文字幕资源站| 麻豆国产欧美一区二区三区| 欧美猛男超大videosgay| 亚洲精选一二三| 成人av网站免费观看| 久久久久亚洲综合| 狠狠久久亚洲欧美| 精品第一国产综合精品aⅴ| 亚洲h精品动漫在线观看| 在线观看视频一区二区欧美日韩| 中文字幕一区二区不卡| 豆国产96在线|亚洲| 国产视频一区在线观看| 国产99久久久国产精品潘金| 国产欧美日韩亚州综合| 国产成人福利片| 日本一区二区综合亚洲| 成人在线视频首页| 亚洲欧洲国产专区| 91猫先生在线| 亚洲一区二区三区免费视频| 欧美少妇一区二区| 天天操天天干天天综合网| 欧美日本在线看| 麻豆精品新av中文字幕| 久久嫩草精品久久久精品| 国产成人在线免费| 中文字幕日韩av资源站| 在线观看区一区二| 大尺度一区二区| 国产精品色呦呦| 色综合久久久久综合体桃花网| 中文字幕一区二区视频| 欧美制服丝袜第一页| 日韩av电影免费观看高清完整版| 欧美xxxx在线观看| 成人一区二区三区视频| 中文字幕综合网| 欧美日韩精品一区二区三区蜜桃 | 欧美日韩一卡二卡三卡| 精品亚洲成a人| 中文子幕无线码一区tr| 一本大道av一区二区在线播放| 婷婷综合五月天| 日韩美女一区二区三区四区| 国产福利一区二区三区在线视频| 国产欧美精品一区aⅴ影院| 91美女在线观看| 久久国产精品一区二区| 亚洲国产精品精华液ab| 欧美性大战久久| 国产精品一卡二| 樱花草国产18久久久久| 91精品国产高清一区二区三区| 国产成人精品一区二区三区网站观看| 亚洲三级久久久| 精品久久人人做人人爽| 日本丰满少妇一区二区三区| 久久er99热精品一区二区| 亚洲日本电影在线| 久久久亚洲精华液精华液精华液 | 国产一区二区0| 亚洲一区二区三区三| 国产欧美1区2区3区| 欧美喷潮久久久xxxxx| 成人黄色网址在线观看| 精品一区二区三区免费视频| 国产主播一区二区三区| 亚洲伊人伊色伊影伊综合网| 国产午夜久久久久| 制服丝袜亚洲播放| 日本精品视频一区二区| 成人永久aaa| 国产综合色视频| 免费国产亚洲视频| 亚洲成人av免费| 亚洲欧美色综合| 中文字幕电影一区| 精品国产露脸精彩对白| 欧美一区二区三区婷婷月色| 色94色欧美sute亚洲线路一久 | 欧美丝袜丝交足nylons| 99久久久精品免费观看国产蜜| 美洲天堂一区二卡三卡四卡视频| 亚洲一区二区三区免费视频| 亚洲色图.com| 亚洲人妖av一区二区| 中文字幕高清不卡| 欧美国产精品v| 久久久久国产精品麻豆| 久久毛片高清国产| 久久久天堂av| 日本一区二区视频在线| 久久精品夜色噜噜亚洲aⅴ| 欧美v日韩v国产v| 精品少妇一区二区三区| 精品剧情在线观看| 久久精品亚洲麻豆av一区二区| 久久久亚洲精品石原莉奈 | 亚洲成人一区二区在线观看| 亚洲综合色视频| 亚洲国产一区二区三区青草影视| 1区2区3区精品视频| 最新欧美精品一区二区三区| 中文字幕日韩一区| 亚洲综合在线免费观看| 亚洲一区二区三区不卡国产欧美| 亚洲超丰满肉感bbw| 日本成人中文字幕在线视频| 久久99国产精品久久| 国产综合色视频| 91在线看国产| 欧美性受极品xxxx喷水| 9191成人精品久久| 日韩天堂在线观看| 久久色在线观看| 亚洲色图都市小说| 日韩精品电影在线观看| 久久国产尿小便嘘嘘尿| 大陆成人av片| 欧美男人的天堂一二区| 久久色中文字幕| 亚洲伦在线观看| 日本成人在线视频网站| 国产99久久久国产精品免费看| 一本大道久久a久久精品综合| 欧美一级片在线| 国产精品久久久久久妇女6080| 亚洲在线一区二区三区| 激情小说欧美图片| 日本韩国欧美三级| 久久夜色精品国产噜噜av| 亚洲另类在线一区| 久色婷婷小香蕉久久| 欧美成人精品福利| 一区免费观看视频| 奇米影视一区二区三区| 99国产精品一区| 欧美成人在线直播| 综合久久国产九一剧情麻豆| 麻豆精品一区二区| 色噜噜偷拍精品综合在线| 精品国一区二区三区| 洋洋成人永久网站入口| 国产精品99久久久久久宅男| 欧美日韩免费高清一区色橹橹 | 性感美女久久精品| 成人污污视频在线观看| 日韩一区二区电影在线| 亚洲精品美腿丝袜| 国产a久久麻豆| 精品福利一二区| 免费精品视频最新在线| 精品视频免费看| 中文字幕在线视频一区| 精品一区二区精品| 在线电影欧美成精品| 亚洲精品欧美激情| 成人av资源网站| 2021国产精品久久精品| 免费高清在线一区| 欧美日本不卡视频| 一区二区三国产精华液| 成人av片在线观看| 国产精品视频免费| 国产精品夜夜爽| www久久精品| 理论电影国产精品| 日韩一区二区精品葵司在线| 性做久久久久久久久| 欧美日韩的一区二区| 亚洲第一综合色| 欧美日韩免费电影| 性做久久久久久免费观看欧美| 欧美性生活影院| 午夜久久久久久久久久一区二区| 欧美亚洲一区三区| 亚洲第一av色| 日韩欧美资源站| 精品综合免费视频观看| 精品美女在线播放| 国产成人精品亚洲日本在线桃色|