• msado.tli


    // Created by Microsoft (R) C/C++ Compiler Version 10.00.40219.01 (d0b01b1b).
    //
    // e: hreadpoolmysqlserverdebugmsado15.tli
    //
    // Wrapper implementations for type library C:Program FilesCommon FilesSystemADOmsado15.dll
    // compiler-generated file created 08/29/13 at 11:46:35 - DO NOT EDIT!

    #pragma once

    //
    // interface _Collection wrapper method implementations
    //

    inline long _Collection::GetCount ( ) {
        long _result = 0;
        HRESULT _hr = get_Count(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline IUnknownPtr _Collection::_NewEnum ( ) {
        IUnknown * _result = 0;
        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 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 = 0;
        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 = 0;
        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 Properties wrapper method implementations
    //

    inline PropertyPtr Properties::GetItem ( const _variant_t & Index ) {
        struct Property * _result = 0;
        HRESULT _hr = get_Item(Index, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return PropertyPtr(_result, false);
    }

    //
    // interface _ADO wrapper method implementations
    //

    inline PropertiesPtr _ADO::GetProperties ( ) {
        struct Properties * _result = 0;
        HRESULT _hr = get_Properties(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return PropertiesPtr(_result, false);
    }

    //
    // interface Error wrapper method implementations
    //

    inline long Error::GetNumber ( ) {
        long _result = 0;
        HRESULT _hr = get_Number(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _bstr_t Error::GetSource ( ) {
        BSTR _result = 0;
        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 = 0;
        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 = 0;
        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 = 0;
        HRESULT _hr = get_HelpContext(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _bstr_t Error::GetSQLState ( ) {
        BSTR _result = 0;
        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 = 0;
        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 = 0;
        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 Field20 wrapper method implementations
    //

    inline long Field20::GetActualSize ( ) {
        long _result = 0;
        HRESULT _hr = get_ActualSize(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline long Field20::GetAttributes ( ) {
        long _result = 0;
        HRESULT _hr = get_Attributes(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline long Field20::GetDefinedSize ( ) {
        long _result = 0;
        HRESULT _hr = get_DefinedSize(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _bstr_t Field20::GetName ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_Name(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline enum DataTypeEnum Field20::GetType ( ) {
        enum DataTypeEnum _result;
        HRESULT _hr = get_Type(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _variant_t Field20::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 Field20::PutValue ( const _variant_t & pvar ) {
        HRESULT _hr = put_Value(pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline unsigned char Field20::GetPrecision ( ) {
        unsigned char _result = 0;
        HRESULT _hr = get_Precision(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline unsigned char Field20::GetNumericScale ( ) {
        unsigned char _result = 0;
        HRESULT _hr = get_NumericScale(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline HRESULT Field20::AppendChunk ( const _variant_t & Data ) {
        HRESULT _hr = raw_AppendChunk(Data);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline _variant_t Field20::GetChunk ( long Length ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = raw_GetChunk(Length, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline _variant_t Field20::GetOriginalValue ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_OriginalValue(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline _variant_t Field20::GetUnderlyingValue ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_UnderlyingValue(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline IUnknownPtr Field20::GetDataFormat ( ) {
        IUnknown * _result = 0;
        HRESULT _hr = get_DataFormat(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return IUnknownPtr(_result, false);
    }

    inline void Field20::PutRefDataFormat ( IUnknown * ppiDF ) {
        HRESULT _hr = putref_DataFormat(ppiDF);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void Field20::PutPrecision ( unsigned char pbPrecision ) {
        HRESULT _hr = put_Precision(pbPrecision);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void Field20::PutNumericScale ( unsigned char pbNumericScale ) {
        HRESULT _hr = put_NumericScale(pbNumericScale);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void Field20::PutType ( enum DataTypeEnum pDataType ) {
        HRESULT _hr = put_Type(pDataType);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void Field20::PutDefinedSize ( long pl ) {
        HRESULT _hr = put_DefinedSize(pl);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void Field20::PutAttributes ( long pl ) {
        HRESULT _hr = put_Attributes(pl);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    //
    // interface Field wrapper method implementations
    //

    inline long Field::GetStatus ( ) {
        long _result = 0;
        HRESULT _hr = get_Status(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    //
    // interface Fields15 wrapper method implementations
    //

    inline FieldPtr Fields15::GetItem ( const _variant_t & Index ) {
        struct Field * _result = 0;
        HRESULT _hr = get_Item(Index, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return FieldPtr(_result, false);
    }

    //
    // interface Fields20 wrapper method implementations
    //

    inline HRESULT Fields20::_Append ( _bstr_t Name, enum DataTypeEnum Type, long DefinedSize, enum FieldAttributeEnum Attrib ) {
        HRESULT _hr = raw__Append(Name, Type, DefinedSize, Attrib);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Fields20::Delete ( const _variant_t & Index ) {
        HRESULT _hr = raw_Delete(Index);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface Fields wrapper method implementations
    //

    inline HRESULT Fields::Append ( _bstr_t Name, enum DataTypeEnum Type, long DefinedSize, enum FieldAttributeEnum Attrib, const _variant_t & FieldValue ) {
        HRESULT _hr = raw_Append(Name, Type, DefinedSize, Attrib, FieldValue);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Fields::Update ( ) {
        HRESULT _hr = raw_Update();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Fields::Resync ( enum ResyncEnum ResyncValues ) {
        HRESULT _hr = raw_Resync(ResyncValues);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Fields::CancelUpdate ( ) {
        HRESULT _hr = raw_CancelUpdate();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface _Parameter wrapper method implementations
    //

    inline _bstr_t _Parameter::GetName ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_Name(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline void _Parameter::PutName ( _bstr_t pbstr ) {
        HRESULT _hr = put_Name(pbstr);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _variant_t _Parameter::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 _Parameter::PutValue ( const _variant_t & pvar ) {
        HRESULT _hr = put_Value(pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum DataTypeEnum _Parameter::GetType ( ) {
        enum DataTypeEnum _result;
        HRESULT _hr = get_Type(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Parameter::PutType ( enum DataTypeEnum psDataType ) {
        HRESULT _hr = put_Type(psDataType);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void _Parameter::PutDirection ( enum ParameterDirectionEnum plParmDirection ) {
        HRESULT _hr = put_Direction(plParmDirection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum ParameterDirectionEnum _Parameter::GetDirection ( ) {
        enum ParameterDirectionEnum _result;
        HRESULT _hr = get_Direction(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Parameter::PutPrecision ( unsigned char pbPrecision ) {
        HRESULT _hr = put_Precision(pbPrecision);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline unsigned char _Parameter::GetPrecision ( ) {
        unsigned char _result = 0;
        HRESULT _hr = get_Precision(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Parameter::PutNumericScale ( unsigned char pbScale ) {
        HRESULT _hr = put_NumericScale(pbScale);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline unsigned char _Parameter::GetNumericScale ( ) {
        unsigned char _result = 0;
        HRESULT _hr = get_NumericScale(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Parameter::PutSize ( long pl ) {
        HRESULT _hr = put_Size(pl);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline long _Parameter::GetSize ( ) {
        long _result = 0;
        HRESULT _hr = get_Size(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline HRESULT _Parameter::AppendChunk ( const _variant_t & Val ) {
        HRESULT _hr = raw_AppendChunk(Val);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline long _Parameter::GetAttributes ( ) {
        long _result = 0;
        HRESULT _hr = get_Attributes(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Parameter::PutAttributes ( long plParmAttribs ) {
        HRESULT _hr = put_Attributes(plParmAttribs);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    //
    // interface Parameters wrapper method implementations
    //

    inline _ParameterPtr Parameters::GetItem ( const _variant_t & Index ) {
        struct _Parameter * _result = 0;
        HRESULT _hr = get_Item(Index, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _ParameterPtr(_result, false);
    }

    //
    // dispinterface ConnectionEvents wrapper method implementations
    //

    inline HRESULT ConnectionEvents::InfoMessage ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x0, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0009x4003x0009", pError, adStatus, pConnection);
        return _result;
    }

    inline HRESULT ConnectionEvents::BeginTransComplete ( long TransactionLevel, struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x1, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x0009x4003x0009", TransactionLevel, pError, adStatus, pConnection);
        return _result;
    }

    inline HRESULT ConnectionEvents::CommitTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x3, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0009x4003x0009", pError, adStatus, pConnection);
        return _result;
    }

    inline HRESULT ConnectionEvents::RollbackTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x2, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0009x4003x0009", pError, adStatus, pConnection);
        return _result;
    }

    inline HRESULT ConnectionEvents::WillExecute ( BSTR * Source, enum CursorTypeEnum * CursorType, enum LockTypeEnum * LockType, long * Options, enum EventStatusEnum * adStatus, struct _Command * pCommand, struct _Recordset * pRecordset, struct _Connection * pConnection ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x4, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x4008x4003x4003x4003x4003x0009x0009x0009", Source, CursorType, LockType, Options, adStatus, pCommand, pRecordset, pConnection);
        return _result;
    }

    inline HRESULT ConnectionEvents::ExecuteComplete ( long RecordsAffected, struct Error * pError, enum EventStatusEnum * adStatus, struct _Command * pCommand, struct _Recordset * pRecordset, struct _Connection * pConnection ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x5, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x0009x4003x0009x0009x0009", RecordsAffected, pError, adStatus, pCommand, pRecordset, pConnection);
        return _result;
    }

    inline HRESULT ConnectionEvents::WillConnect ( BSTR * ConnectionString, BSTR * UserID, BSTR * Password, long * Options, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x6, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x4008x4008x4008x4003x4003x0009", ConnectionString, UserID, Password, Options, adStatus, pConnection);
        return _result;
    }

    inline HRESULT ConnectionEvents::ConnectComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x7, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0009x4003x0009", pError, adStatus, pConnection);
        return _result;
    }

    inline HRESULT ConnectionEvents::Disconnect ( enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x8, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x4003x0009", adStatus, pConnection);
        return _result;
    }

    //
    // dispinterface RecordsetEvents wrapper method implementations
    //

    inline HRESULT RecordsetEvents::WillChangeField ( long cFields, const _variant_t & Fields, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x9, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x000cx4003x0009", cFields, &Fields, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents::FieldChangeComplete ( long cFields, const _variant_t & Fields, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0xa, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x000cx0009x4003x0009", cFields, &Fields, pError, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents::WillChangeRecord ( enum EventReasonEnum adReason, long cRecords, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0xb, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x0003x4003x0009", adReason, cRecords, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents::RecordChangeComplete ( enum EventReasonEnum adReason, long cRecords, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0xc, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x0003x0009x4003x0009", adReason, cRecords, pError, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents::WillChangeRecordset ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0xd, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x4003x0009", adReason, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents::RecordsetChangeComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0xe, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x0009x4003x0009", adReason, pError, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents::WillMove ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0xf, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x4003x0009", adReason, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents::MoveComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x10, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x0009x4003x0009", adReason, pError, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents::EndOfRecordset ( VARIANT_BOOL * fMoreData, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x11, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x400bx4003x0009", fMoreData, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents::FetchProgress ( long Progress, long MaxProgress, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x12, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x0003x4003x0009", Progress, MaxProgress, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents::FetchComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x13, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0009x4003x0009", pError, adStatus, pRecordset);
        return _result;
    }

    //
    // interface ADOConnectionConstruction15 wrapper method implementations
    //

    inline IUnknownPtr ADOConnectionConstruction15::GetDSO ( ) {
        IUnknown * _result = 0;
        HRESULT _hr = get_DSO(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return IUnknownPtr(_result, false);
    }

    inline IUnknownPtr ADOConnectionConstruction15::GetSession ( ) {
        IUnknown * _result = 0;
        HRESULT _hr = get_Session(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return IUnknownPtr(_result, false);
    }

    inline HRESULT ADOConnectionConstruction15::WrapDSOandSession ( IUnknown * pDSO, IUnknown * pSession ) {
        HRESULT _hr = raw_WrapDSOandSession(pDSO, pSession);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface _Stream wrapper method implementations
    //

    inline long _Stream::GetSize ( ) {
        long _result = 0;
        HRESULT _hr = get_Size(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline VARIANT_BOOL _Stream::GetEOS ( ) {
        VARIANT_BOOL _result = 0;
        HRESULT _hr = get_EOS(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline long _Stream::GetPosition ( ) {
        long _result = 0;
        HRESULT _hr = get_Position(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Stream::PutPosition ( long pPos ) {
        HRESULT _hr = put_Position(pPos);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum StreamTypeEnum _Stream::GetType ( ) {
        enum StreamTypeEnum _result;
        HRESULT _hr = get_Type(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Stream::PutType ( enum StreamTypeEnum ptype ) {
        HRESULT _hr = put_Type(ptype);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum LineSeparatorEnum _Stream::GetLineSeparator ( ) {
        enum LineSeparatorEnum _result;
        HRESULT _hr = get_LineSeparator(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Stream::PutLineSeparator ( enum LineSeparatorEnum pLS ) {
        HRESULT _hr = put_LineSeparator(pLS);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum ObjectStateEnum _Stream::GetState ( ) {
        enum ObjectStateEnum _result;
        HRESULT _hr = get_State(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline enum ConnectModeEnum _Stream::GetMode ( ) {
        enum ConnectModeEnum _result;
        HRESULT _hr = get_Mode(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Stream::PutMode ( enum ConnectModeEnum pMode ) {
        HRESULT _hr = put_Mode(pMode);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _bstr_t _Stream::GetCharset ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_Charset(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline void _Stream::PutCharset ( _bstr_t pbstrCharset ) {
        HRESULT _hr = put_Charset(pbstrCharset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _variant_t _Stream::Read ( long NumBytes ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = raw_Read(NumBytes, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline HRESULT _Stream::Open ( const _variant_t & Source, enum ConnectModeEnum Mode, enum StreamOpenOptionsEnum Options, _bstr_t UserName, _bstr_t Password ) {
        HRESULT _hr = raw_Open(Source, Mode, Options, UserName, Password);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Stream::Close ( ) {
        HRESULT _hr = raw_Close();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Stream::SkipLine ( ) {
        HRESULT _hr = raw_SkipLine();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Stream::Write ( const _variant_t & Buffer ) {
        HRESULT _hr = raw_Write(Buffer);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Stream::SetEOS ( ) {
        HRESULT _hr = raw_SetEOS();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Stream::CopyTo ( struct _Stream * DestStream, long CharNumber ) {
        HRESULT _hr = raw_CopyTo(DestStream, CharNumber);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Stream::Flush ( ) {
        HRESULT _hr = raw_Flush();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Stream::SaveToFile ( _bstr_t FileName, enum SaveOptionsEnum Options ) {
        HRESULT _hr = raw_SaveToFile(FileName, Options);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Stream::LoadFromFile ( _bstr_t FileName ) {
        HRESULT _hr = raw_LoadFromFile(FileName);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline _bstr_t _Stream::ReadText ( long NumChars ) {
        BSTR _result = 0;
        HRESULT _hr = raw_ReadText(NumChars, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline HRESULT _Stream::WriteText ( _bstr_t Data, enum StreamWriteEnum Options ) {
        HRESULT _hr = raw_WriteText(Data, Options);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Stream::Cancel ( ) {
        HRESULT _hr = raw_Cancel();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface ADORecordConstruction wrapper method implementations
    //

    inline IUnknownPtr ADORecordConstruction::GetRow ( ) {
        IUnknown * _result = 0;
        HRESULT _hr = get_Row(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return IUnknownPtr(_result, false);
    }

    inline void ADORecordConstruction::PutRow ( IUnknown * ppRow ) {
        HRESULT _hr = put_Row(ppRow);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void ADORecordConstruction::PutParentRow ( IUnknown * _arg1 ) {
        HRESULT _hr = put_ParentRow(_arg1);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    //
    // interface ADOStreamConstruction wrapper method implementations
    //

    inline IUnknownPtr ADOStreamConstruction::GetStream ( ) {
        IUnknown * _result = 0;
        HRESULT _hr = get_Stream(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return IUnknownPtr(_result, false);
    }

    inline void ADOStreamConstruction::PutStream ( IUnknown * ppStm ) {
        HRESULT _hr = put_Stream(ppStm);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    //
    // interface ADOCommandConstruction wrapper method implementations
    //

    inline IUnknownPtr ADOCommandConstruction::GetOLEDBCommand ( ) {
        IUnknown * _result = 0;
        HRESULT _hr = get_OLEDBCommand(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return IUnknownPtr(_result, false);
    }

    inline void ADOCommandConstruction::PutOLEDBCommand ( IUnknown * ppOLEDBCommand ) {
        HRESULT _hr = put_OLEDBCommand(ppOLEDBCommand);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    //
    // interface ADORecordsetConstruction wrapper method implementations
    //

    inline IUnknownPtr ADORecordsetConstruction::GetRowset ( ) {
        IUnknown * _result = 0;
        HRESULT _hr = get_Rowset(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return IUnknownPtr(_result, false);
    }

    inline void ADORecordsetConstruction::PutRowset ( IUnknown * ppRowset ) {
        HRESULT _hr = put_Rowset(ppRowset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline ADO_LONGPTR ADORecordsetConstruction::GetChapter ( ) {
        ADO_LONGPTR _result;
        HRESULT _hr = get_Chapter(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void ADORecordsetConstruction::PutChapter ( ADO_LONGPTR plChapter ) {
        HRESULT _hr = put_Chapter(plChapter);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline IUnknownPtr ADORecordsetConstruction::GetRowPosition ( ) {
        IUnknown * _result = 0;
        HRESULT _hr = get_RowPosition(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return IUnknownPtr(_result, false);
    }

    inline void ADORecordsetConstruction::PutRowPosition ( IUnknown * ppRowPos ) {
        HRESULT _hr = put_RowPosition(ppRowPos);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    //
    // interface Field15 wrapper method implementations
    //

    inline long Field15::GetActualSize ( ) {
        long _result = 0;
        HRESULT _hr = get_ActualSize(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline long Field15::GetAttributes ( ) {
        long _result = 0;
        HRESULT _hr = get_Attributes(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline long Field15::GetDefinedSize ( ) {
        long _result = 0;
        HRESULT _hr = get_DefinedSize(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _bstr_t Field15::GetName ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_Name(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline enum DataTypeEnum Field15::GetType ( ) {
        enum DataTypeEnum _result;
        HRESULT _hr = get_Type(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _variant_t Field15::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 Field15::PutValue ( const _variant_t & pvar ) {
        HRESULT _hr = put_Value(pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline unsigned char Field15::GetPrecision ( ) {
        unsigned char _result = 0;
        HRESULT _hr = get_Precision(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline unsigned char Field15::GetNumericScale ( ) {
        unsigned char _result = 0;
        HRESULT _hr = get_NumericScale(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline HRESULT Field15::AppendChunk ( const _variant_t & Data ) {
        HRESULT _hr = raw_AppendChunk(Data);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline _variant_t Field15::GetChunk ( long Length ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = raw_GetChunk(Length, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline _variant_t Field15::GetOriginalValue ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_OriginalValue(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline _variant_t Field15::GetUnderlyingValue ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_UnderlyingValue(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    //
    // interface Field20_Deprecated wrapper method implementations
    //

    inline ADO_LONGPTR Field20_Deprecated::GetActualSize ( ) {
        ADO_LONGPTR _result;
        HRESULT _hr = get_ActualSize(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline long Field20_Deprecated::GetAttributes ( ) {
        long _result = 0;
        HRESULT _hr = get_Attributes(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline ADO_LONGPTR Field20_Deprecated::GetDefinedSize ( ) {
        ADO_LONGPTR _result;
        HRESULT _hr = get_DefinedSize(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _bstr_t Field20_Deprecated::GetName ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_Name(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline enum DataTypeEnum Field20_Deprecated::GetType ( ) {
        enum DataTypeEnum _result;
        HRESULT _hr = get_Type(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _variant_t Field20_Deprecated::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 Field20_Deprecated::PutValue ( const _variant_t & pvar ) {
        HRESULT _hr = put_Value(pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline unsigned char Field20_Deprecated::GetPrecision ( ) {
        unsigned char _result = 0;
        HRESULT _hr = get_Precision(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline unsigned char Field20_Deprecated::GetNumericScale ( ) {
        unsigned char _result = 0;
        HRESULT _hr = get_NumericScale(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline HRESULT Field20_Deprecated::AppendChunk ( const _variant_t & Data ) {
        HRESULT _hr = raw_AppendChunk(Data);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline _variant_t Field20_Deprecated::GetChunk ( long Length ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = raw_GetChunk(Length, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline _variant_t Field20_Deprecated::GetOriginalValue ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_OriginalValue(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline _variant_t Field20_Deprecated::GetUnderlyingValue ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_UnderlyingValue(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline IUnknownPtr Field20_Deprecated::GetDataFormat ( ) {
        IUnknown * _result = 0;
        HRESULT _hr = get_DataFormat(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return IUnknownPtr(_result, false);
    }

    inline void Field20_Deprecated::PutRefDataFormat ( IUnknown * ppiDF ) {
        HRESULT _hr = putref_DataFormat(ppiDF);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void Field20_Deprecated::PutPrecision ( unsigned char pbPrecision ) {
        HRESULT _hr = put_Precision(pbPrecision);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void Field20_Deprecated::PutNumericScale ( unsigned char pbNumericScale ) {
        HRESULT _hr = put_NumericScale(pbNumericScale);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void Field20_Deprecated::PutType ( enum DataTypeEnum pDataType ) {
        HRESULT _hr = put_Type(pDataType);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void Field20_Deprecated::PutDefinedSize ( ADO_LONGPTR pl ) {
        HRESULT _hr = put_DefinedSize(pl);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void Field20_Deprecated::PutAttributes ( long pl ) {
        HRESULT _hr = put_Attributes(pl);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    //
    // interface Field_Deprecated wrapper method implementations
    //

    inline long Field_Deprecated::GetStatus ( ) {
        long _result = 0;
        HRESULT _hr = get_Status(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    //
    // interface Fields15_Deprecated wrapper method implementations
    //

    inline Field_DeprecatedPtr Fields15_Deprecated::GetItem ( const _variant_t & Index ) {
        struct Field_Deprecated * _result = 0;
        HRESULT _hr = get_Item(Index, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return Field_DeprecatedPtr(_result, false);
    }

    //
    // interface Fields20_Deprecated wrapper method implementations
    //

    inline HRESULT Fields20_Deprecated::_Append ( _bstr_t Name, enum DataTypeEnum Type, ADO_LONGPTR DefinedSize, enum FieldAttributeEnum Attrib ) {
        HRESULT _hr = raw__Append(Name, Type, DefinedSize, Attrib);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Fields20_Deprecated::Delete ( const _variant_t & Index ) {
        HRESULT _hr = raw_Delete(Index);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface Fields_Deprecated wrapper method implementations
    //

    inline HRESULT Fields_Deprecated::Append ( _bstr_t Name, enum DataTypeEnum Type, ADO_LONGPTR DefinedSize, enum FieldAttributeEnum Attrib, const _variant_t & FieldValue ) {
        HRESULT _hr = raw_Append(Name, Type, DefinedSize, Attrib, FieldValue);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Fields_Deprecated::Update ( ) {
        HRESULT _hr = raw_Update();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Fields_Deprecated::Resync ( enum ResyncEnum ResyncValues ) {
        HRESULT _hr = raw_Resync(ResyncValues);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Fields_Deprecated::CancelUpdate ( ) {
        HRESULT _hr = raw_CancelUpdate();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface _Parameter_Deprecated wrapper method implementations
    //

    inline _bstr_t _Parameter_Deprecated::GetName ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_Name(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline void _Parameter_Deprecated::PutName ( _bstr_t pbstr ) {
        HRESULT _hr = put_Name(pbstr);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _variant_t _Parameter_Deprecated::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 _Parameter_Deprecated::PutValue ( const _variant_t & pvar ) {
        HRESULT _hr = put_Value(pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum DataTypeEnum _Parameter_Deprecated::GetType ( ) {
        enum DataTypeEnum _result;
        HRESULT _hr = get_Type(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Parameter_Deprecated::PutType ( enum DataTypeEnum psDataType ) {
        HRESULT _hr = put_Type(psDataType);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void _Parameter_Deprecated::PutDirection ( enum ParameterDirectionEnum plParmDirection ) {
        HRESULT _hr = put_Direction(plParmDirection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum ParameterDirectionEnum _Parameter_Deprecated::GetDirection ( ) {
        enum ParameterDirectionEnum _result;
        HRESULT _hr = get_Direction(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Parameter_Deprecated::PutPrecision ( unsigned char pbPrecision ) {
        HRESULT _hr = put_Precision(pbPrecision);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline unsigned char _Parameter_Deprecated::GetPrecision ( ) {
        unsigned char _result = 0;
        HRESULT _hr = get_Precision(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Parameter_Deprecated::PutNumericScale ( unsigned char pbScale ) {
        HRESULT _hr = put_NumericScale(pbScale);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline unsigned char _Parameter_Deprecated::GetNumericScale ( ) {
        unsigned char _result = 0;
        HRESULT _hr = get_NumericScale(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Parameter_Deprecated::PutSize ( ADO_LONGPTR pl ) {
        HRESULT _hr = put_Size(pl);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline ADO_LONGPTR _Parameter_Deprecated::GetSize ( ) {
        ADO_LONGPTR _result;
        HRESULT _hr = get_Size(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline HRESULT _Parameter_Deprecated::AppendChunk ( const _variant_t & Val ) {
        HRESULT _hr = raw_AppendChunk(Val);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline long _Parameter_Deprecated::GetAttributes ( ) {
        long _result = 0;
        HRESULT _hr = get_Attributes(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Parameter_Deprecated::PutAttributes ( long plParmAttribs ) {
        HRESULT _hr = put_Attributes(plParmAttribs);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    //
    // interface Parameters_Deprecated wrapper method implementations
    //

    inline _Parameter_DeprecatedPtr Parameters_Deprecated::GetItem ( const _variant_t & Index ) {
        struct _Parameter_Deprecated * _result = 0;
        HRESULT _hr = get_Item(Index, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _Parameter_DeprecatedPtr(_result, false);
    }

    //
    // dispinterface ConnectionEvents_Deprecated wrapper method implementations
    //

    inline HRESULT ConnectionEvents_Deprecated::InfoMessage ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection_Deprecated * pConnection ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x0, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0009x4003x0009", pError, adStatus, pConnection);
        return _result;
    }

    inline HRESULT ConnectionEvents_Deprecated::BeginTransComplete ( long TransactionLevel, struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection_Deprecated * pConnection ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x1, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x0009x4003x0009", TransactionLevel, pError, adStatus, pConnection);
        return _result;
    }

    inline HRESULT ConnectionEvents_Deprecated::CommitTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection_Deprecated * pConnection ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x3, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0009x4003x0009", pError, adStatus, pConnection);
        return _result;
    }

    inline HRESULT ConnectionEvents_Deprecated::RollbackTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection_Deprecated * pConnection ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x2, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0009x4003x0009", pError, adStatus, pConnection);
        return _result;
    }

    inline HRESULT ConnectionEvents_Deprecated::WillExecute ( BSTR * Source, enum CursorTypeEnum * CursorType, enum LockTypeEnum * LockType, long * Options, enum EventStatusEnum * adStatus, struct _Command_Deprecated * pCommand, struct _Recordset_Deprecated * pRecordset, struct _Connection_Deprecated * pConnection ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x4, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x4008x4003x4003x4003x4003x0009x0009x0009", Source, CursorType, LockType, Options, adStatus, pCommand, pRecordset, pConnection);
        return _result;
    }

    inline HRESULT ConnectionEvents_Deprecated::ExecuteComplete ( long RecordsAffected, struct Error * pError, enum EventStatusEnum * adStatus, struct _Command_Deprecated * pCommand, struct _Recordset_Deprecated * pRecordset, struct _Connection_Deprecated * pConnection ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x5, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x0009x4003x0009x0009x0009", RecordsAffected, pError, adStatus, pCommand, pRecordset, pConnection);
        return _result;
    }

    inline HRESULT ConnectionEvents_Deprecated::WillConnect ( BSTR * ConnectionString, BSTR * UserID, BSTR * Password, long * Options, enum EventStatusEnum * adStatus, struct _Connection_Deprecated * pConnection ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x6, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x4008x4008x4008x4003x4003x0009", ConnectionString, UserID, Password, Options, adStatus, pConnection);
        return _result;
    }

    inline HRESULT ConnectionEvents_Deprecated::ConnectComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection_Deprecated * pConnection ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x7, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0009x4003x0009", pError, adStatus, pConnection);
        return _result;
    }

    inline HRESULT ConnectionEvents_Deprecated::Disconnect ( enum EventStatusEnum * adStatus, struct _Connection_Deprecated * pConnection ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x8, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x4003x0009", adStatus, pConnection);
        return _result;
    }

    //
    // dispinterface RecordsetEvents_Deprecated wrapper method implementations
    //

    inline HRESULT RecordsetEvents_Deprecated::WillChangeField ( long cFields, const _variant_t & Fields, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x9, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x000cx4003x0009", cFields, &Fields, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents_Deprecated::FieldChangeComplete ( long cFields, const _variant_t & Fields, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0xa, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x000cx0009x4003x0009", cFields, &Fields, pError, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents_Deprecated::WillChangeRecord ( enum EventReasonEnum adReason, long cRecords, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0xb, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x0003x4003x0009", adReason, cRecords, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents_Deprecated::RecordChangeComplete ( enum EventReasonEnum adReason, long cRecords, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0xc, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x0003x0009x4003x0009", adReason, cRecords, pError, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents_Deprecated::WillChangeRecordset ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0xd, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x4003x0009", adReason, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents_Deprecated::RecordsetChangeComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0xe, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x0009x4003x0009", adReason, pError, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents_Deprecated::WillMove ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0xf, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x4003x0009", adReason, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents_Deprecated::MoveComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x10, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x0009x4003x0009", adReason, pError, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents_Deprecated::EndOfRecordset ( VARIANT_BOOL * fMoreData, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x11, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x400bx4003x0009", fMoreData, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents_Deprecated::FetchProgress ( long Progress, long MaxProgress, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x12, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0003x0003x4003x0009", Progress, MaxProgress, adStatus, pRecordset);
        return _result;
    }

    inline HRESULT RecordsetEvents_Deprecated::FetchComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _result = 0;
        _com_dispatch_method(this, 0x13, DISPATCH_METHOD, VT_ERROR, (void*)&_result,
            L"x0009x4003x0009", pError, adStatus, pRecordset);
        return _result;
    }

    //
    // interface _Stream_Deprecated wrapper method implementations
    //

    inline ADO_LONGPTR _Stream_Deprecated::GetSize ( ) {
        ADO_LONGPTR _result;
        HRESULT _hr = get_Size(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline VARIANT_BOOL _Stream_Deprecated::GetEOS ( ) {
        VARIANT_BOOL _result = 0;
        HRESULT _hr = get_EOS(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline ADO_LONGPTR _Stream_Deprecated::GetPosition ( ) {
        ADO_LONGPTR _result;
        HRESULT _hr = get_Position(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Stream_Deprecated::PutPosition ( ADO_LONGPTR pPos ) {
        HRESULT _hr = put_Position(pPos);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum StreamTypeEnum _Stream_Deprecated::GetType ( ) {
        enum StreamTypeEnum _result;
        HRESULT _hr = get_Type(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Stream_Deprecated::PutType ( enum StreamTypeEnum ptype ) {
        HRESULT _hr = put_Type(ptype);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum LineSeparatorEnum _Stream_Deprecated::GetLineSeparator ( ) {
        enum LineSeparatorEnum _result;
        HRESULT _hr = get_LineSeparator(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Stream_Deprecated::PutLineSeparator ( enum LineSeparatorEnum pLS ) {
        HRESULT _hr = put_LineSeparator(pLS);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum ObjectStateEnum _Stream_Deprecated::GetState ( ) {
        enum ObjectStateEnum _result;
        HRESULT _hr = get_State(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline enum ConnectModeEnum _Stream_Deprecated::GetMode ( ) {
        enum ConnectModeEnum _result;
        HRESULT _hr = get_Mode(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Stream_Deprecated::PutMode ( enum ConnectModeEnum pMode ) {
        HRESULT _hr = put_Mode(pMode);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _bstr_t _Stream_Deprecated::GetCharset ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_Charset(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline void _Stream_Deprecated::PutCharset ( _bstr_t pbstrCharset ) {
        HRESULT _hr = put_Charset(pbstrCharset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _variant_t _Stream_Deprecated::Read ( long NumBytes ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = raw_Read(NumBytes, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline HRESULT _Stream_Deprecated::Open ( const _variant_t & Source, enum ConnectModeEnum Mode, enum StreamOpenOptionsEnum Options, _bstr_t UserName, _bstr_t Password ) {
        HRESULT _hr = raw_Open(Source, Mode, Options, UserName, Password);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Stream_Deprecated::Close ( ) {
        HRESULT _hr = raw_Close();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Stream_Deprecated::SkipLine ( ) {
        HRESULT _hr = raw_SkipLine();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Stream_Deprecated::Write ( const _variant_t & Buffer ) {
        HRESULT _hr = raw_Write(Buffer);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Stream_Deprecated::SetEOS ( ) {
        HRESULT _hr = raw_SetEOS();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Stream_Deprecated::CopyTo ( struct _Stream_Deprecated * DestStream, ADO_LONGPTR CharNumber ) {
        HRESULT _hr = raw_CopyTo(DestStream, CharNumber);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Stream_Deprecated::Flush ( ) {
        HRESULT _hr = raw_Flush();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Stream_Deprecated::SaveToFile ( _bstr_t FileName, enum SaveOptionsEnum Options ) {
        HRESULT _hr = raw_SaveToFile(FileName, Options);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Stream_Deprecated::LoadFromFile ( _bstr_t FileName ) {
        HRESULT _hr = raw_LoadFromFile(FileName);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline _bstr_t _Stream_Deprecated::ReadText ( long NumChars ) {
        BSTR _result = 0;
        HRESULT _hr = raw_ReadText(NumChars, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline HRESULT _Stream_Deprecated::WriteText ( _bstr_t Data, enum StreamWriteEnum Options ) {
        HRESULT _hr = raw_WriteText(Data, Options);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Stream_Deprecated::Cancel ( ) {
        HRESULT _hr = raw_Cancel();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface Field15_Deprecated wrapper method implementations
    //

    inline ADO_LONGPTR Field15_Deprecated::GetActualSize ( ) {
        ADO_LONGPTR _result;
        HRESULT _hr = get_ActualSize(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline long Field15_Deprecated::GetAttributes ( ) {
        long _result = 0;
        HRESULT _hr = get_Attributes(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline ADO_LONGPTR Field15_Deprecated::GetDefinedSize ( ) {
        ADO_LONGPTR _result;
        HRESULT _hr = get_DefinedSize(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _bstr_t Field15_Deprecated::GetName ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_Name(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline enum DataTypeEnum Field15_Deprecated::GetType ( ) {
        enum DataTypeEnum _result;
        HRESULT _hr = get_Type(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _variant_t Field15_Deprecated::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 Field15_Deprecated::PutValue ( const _variant_t & pvar ) {
        HRESULT _hr = put_Value(pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline unsigned char Field15_Deprecated::GetPrecision ( ) {
        unsigned char _result = 0;
        HRESULT _hr = get_Precision(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline unsigned char Field15_Deprecated::GetNumericScale ( ) {
        unsigned char _result = 0;
        HRESULT _hr = get_NumericScale(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline HRESULT Field15_Deprecated::AppendChunk ( const _variant_t & Data ) {
        HRESULT _hr = raw_AppendChunk(Data);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline _variant_t Field15_Deprecated::GetChunk ( long Length ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = raw_GetChunk(Length, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline _variant_t Field15_Deprecated::GetOriginalValue ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_OriginalValue(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline _variant_t Field15_Deprecated::GetUnderlyingValue ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_UnderlyingValue(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    //
    // interface Command15 wrapper method implementations
    //

    inline _ConnectionPtr Command15::GetActiveConnection ( ) {
        struct _Connection * _result = 0;
        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 = 0;
        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 = 0;
        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 = 0;
        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 = 0;
        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 = 0;
        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 = 0;
        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 = 0;
        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 Command25 wrapper method implementations
    //

    inline long Command25::GetState ( ) {
        long _result = 0;
        HRESULT _hr = get_State(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline HRESULT Command25::Cancel ( ) {
        HRESULT _hr = raw_Cancel();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface _Command wrapper method implementations
    //

    inline void _Command::PutRefCommandStream ( IUnknown * pvStream ) {
        HRESULT _hr = putref_CommandStream(pvStream);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _variant_t _Command::GetCommandStream ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_CommandStream(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline void _Command::PutDialect ( _bstr_t pbstrDialect ) {
        HRESULT _hr = put_Dialect(pbstrDialect);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _bstr_t _Command::GetDialect ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_Dialect(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline void _Command::PutNamedParameters ( VARIANT_BOOL pfNamedParameters ) {
        HRESULT _hr = put_NamedParameters(pfNamedParameters);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline VARIANT_BOOL _Command::GetNamedParameters ( ) {
        VARIANT_BOOL _result = 0;
        HRESULT _hr = get_NamedParameters(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    //
    // interface Connection15 wrapper method implementations
    //

    inline _bstr_t Connection15::GetConnectionString ( ) {
        BSTR _result = 0;
        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 = 0;
        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 = 0;
        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 = 0;
        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 = 0;
        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 = 0;
        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;
    }

    inline HRESULT Connection15::RollbackTrans ( ) {
        HRESULT _hr = raw_RollbackTrans();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Connection15::Open ( _bstr_t ConnectionString, _bstr_t UserID, _bstr_t Password, long Options ) {
        HRESULT _hr = raw_Open(ConnectionString, UserID, Password, Options);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline ErrorsPtr Connection15::GetErrors ( ) {
        struct Errors * _result = 0;
        HRESULT _hr = get_Errors(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return ErrorsPtr(_result, false);
    }

    inline _bstr_t Connection15::GetDefaultDatabase ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_DefaultDatabase(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline void Connection15::PutDefaultDatabase ( _bstr_t pbstr ) {
        HRESULT _hr = put_DefaultDatabase(pbstr);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum IsolationLevelEnum Connection15::GetIsolationLevel ( ) {
        enum IsolationLevelEnum _result;
        HRESULT _hr = get_IsolationLevel(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Connection15::PutIsolationLevel ( enum IsolationLevelEnum Level ) {
        HRESULT _hr = put_IsolationLevel(Level);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline long Connection15::GetAttributes ( ) {
        long _result = 0;
        HRESULT _hr = get_Attributes(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Connection15::PutAttributes ( long plAttr ) {
        HRESULT _hr = put_Attributes(plAttr);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum CursorLocationEnum Connection15::GetCursorLocation ( ) {
        enum CursorLocationEnum _result;
        HRESULT _hr = get_CursorLocation(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Connection15::PutCursorLocation ( enum CursorLocationEnum plCursorLoc ) {
        HRESULT _hr = put_CursorLocation(plCursorLoc);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum ConnectModeEnum Connection15::GetMode ( ) {
        enum ConnectModeEnum _result;
        HRESULT _hr = get_Mode(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Connection15::PutMode ( enum ConnectModeEnum plMode ) {
        HRESULT _hr = put_Mode(plMode);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _bstr_t Connection15::GetProvider ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_Provider(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline void Connection15::PutProvider ( _bstr_t pbstr ) {
        HRESULT _hr = put_Provider(pbstr);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline long Connection15::GetState ( ) {
        long _result = 0;
        HRESULT _hr = get_State(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _RecordsetPtr Connection15::OpenSchema ( enum SchemaEnum Schema, const _variant_t & Restrictions, const _variant_t & SchemaID ) {
        struct _Recordset * _result = 0;
        HRESULT _hr = raw_OpenSchema(Schema, Restrictions, SchemaID, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _RecordsetPtr(_result, false);
    }

    //
    // interface _Connection wrapper method implementations
    //

    inline HRESULT _Connection::Cancel ( ) {
        HRESULT _hr = raw_Cancel();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface Recordset15 wrapper method implementations
    //

    inline enum PositionEnum Recordset15::GetAbsolutePosition ( ) {
        enum PositionEnum _result;
        HRESULT _hr = get_AbsolutePosition(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15::PutAbsolutePosition ( enum PositionEnum pl ) {
        HRESULT _hr = put_AbsolutePosition(pl);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void Recordset15::PutRefActiveConnection ( IDispatch * pvar ) {
        HRESULT _hr = putref_ActiveConnection(pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void Recordset15::PutActiveConnection ( const _variant_t & pvar ) {
        HRESULT _hr = put_ActiveConnection(pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _variant_t Recordset15::GetActiveConnection ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_ActiveConnection(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline VARIANT_BOOL Recordset15::GetadoBOF ( ) {
        VARIANT_BOOL _result = 0;
        HRESULT _hr = get_adoBOF(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _variant_t Recordset15::GetBookmark ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_Bookmark(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline void Recordset15::PutBookmark ( const _variant_t & pvBookmark ) {
        HRESULT _hr = put_Bookmark(pvBookmark);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline long Recordset15::GetCacheSize ( ) {
        long _result = 0;
        HRESULT _hr = get_CacheSize(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15::PutCacheSize ( long pl ) {
        HRESULT _hr = put_CacheSize(pl);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum CursorTypeEnum Recordset15::GetCursorType ( ) {
        enum CursorTypeEnum _result;
        HRESULT _hr = get_CursorType(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15::PutCursorType ( enum CursorTypeEnum plCursorType ) {
        HRESULT _hr = put_CursorType(plCursorType);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline VARIANT_BOOL Recordset15::GetadoEOF ( ) {
        VARIANT_BOOL _result = 0;
        HRESULT _hr = get_adoEOF(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline FieldsPtr Recordset15::GetFields ( ) {
        struct Fields * _result = 0;
        HRESULT _hr = get_Fields(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return FieldsPtr(_result, false);
    }

    inline enum LockTypeEnum Recordset15::GetLockType ( ) {
        enum LockTypeEnum _result;
        HRESULT _hr = get_LockType(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15::PutLockType ( enum LockTypeEnum plLockType ) {
        HRESULT _hr = put_LockType(plLockType);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline long Recordset15::GetMaxRecords ( ) {
        long _result = 0;
        HRESULT _hr = get_MaxRecords(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15::PutMaxRecords ( long plMaxRecords ) {
        HRESULT _hr = put_MaxRecords(plMaxRecords);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline long Recordset15::GetRecordCount ( ) {
        long _result = 0;
        HRESULT _hr = get_RecordCount(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15::PutRefSource ( IDispatch * pvSource ) {
        HRESULT _hr = putref_Source(pvSource);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void Recordset15::PutSource ( _bstr_t pvSource ) {
        HRESULT _hr = put_Source(pvSource);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _variant_t Recordset15::GetSource ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_Source(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline HRESULT Recordset15::AddNew ( const _variant_t & FieldList, const _variant_t & Values ) {
        HRESULT _hr = raw_AddNew(FieldList, Values);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15::CancelUpdate ( ) {
        HRESULT _hr = raw_CancelUpdate();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15::Close ( ) {
        HRESULT _hr = raw_Close();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15::Delete ( enum AffectEnum AffectRecords ) {
        HRESULT _hr = raw_Delete(AffectRecords);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline _variant_t Recordset15::GetRows ( long Rows, const _variant_t & Start, const _variant_t & Fields ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = raw_GetRows(Rows, Start, Fields, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline HRESULT Recordset15::Move ( long NumRecords, const _variant_t & Start ) {
        HRESULT _hr = raw_Move(NumRecords, Start);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15::MoveNext ( ) {
        HRESULT _hr = raw_MoveNext();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15::MovePrevious ( ) {
        HRESULT _hr = raw_MovePrevious();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15::MoveFirst ( ) {
        HRESULT _hr = raw_MoveFirst();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15::MoveLast ( ) {
        HRESULT _hr = raw_MoveLast();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15::Open ( const _variant_t & Source, const _variant_t & ActiveConnection, enum CursorTypeEnum CursorType, enum LockTypeEnum LockType, long Options ) {
        HRESULT _hr = raw_Open(Source, ActiveConnection, CursorType, LockType, Options);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15::Requery ( long Options ) {
        HRESULT _hr = raw_Requery(Options);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15::_xResync ( enum AffectEnum AffectRecords ) {
        HRESULT _hr = raw__xResync(AffectRecords);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15::Update ( const _variant_t & Fields, const _variant_t & Values ) {
        HRESULT _hr = raw_Update(Fields, Values);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline enum PositionEnum Recordset15::GetAbsolutePage ( ) {
        enum PositionEnum _result;
        HRESULT _hr = get_AbsolutePage(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15::PutAbsolutePage ( enum PositionEnum pl ) {
        HRESULT _hr = put_AbsolutePage(pl);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum EditModeEnum Recordset15::GetEditMode ( ) {
        enum EditModeEnum _result;
        HRESULT _hr = get_EditMode(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _variant_t Recordset15::GetFilter ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_Filter(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline void Recordset15::PutFilter ( const _variant_t & Criteria ) {
        HRESULT _hr = put_Filter(Criteria);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline long Recordset15::GetPageCount ( ) {
        long _result = 0;
        HRESULT _hr = get_PageCount(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline long Recordset15::GetPageSize ( ) {
        long _result = 0;
        HRESULT _hr = get_PageSize(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15::PutPageSize ( long pl ) {
        HRESULT _hr = put_PageSize(pl);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _bstr_t Recordset15::GetSort ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_Sort(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline void Recordset15::PutSort ( _bstr_t Criteria ) {
        HRESULT _hr = put_Sort(Criteria);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline long Recordset15::GetStatus ( ) {
        long _result = 0;
        HRESULT _hr = get_Status(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline long Recordset15::GetState ( ) {
        long _result = 0;
        HRESULT _hr = get_State(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _RecordsetPtr Recordset15::_xClone ( ) {
        struct _Recordset * _result = 0;
        HRESULT _hr = raw__xClone(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _RecordsetPtr(_result, false);
    }

    inline HRESULT Recordset15::UpdateBatch ( enum AffectEnum AffectRecords ) {
        HRESULT _hr = raw_UpdateBatch(AffectRecords);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15::CancelBatch ( enum AffectEnum AffectRecords ) {
        HRESULT _hr = raw_CancelBatch(AffectRecords);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline enum CursorLocationEnum Recordset15::GetCursorLocation ( ) {
        enum CursorLocationEnum _result;
        HRESULT _hr = get_CursorLocation(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15::PutCursorLocation ( enum CursorLocationEnum plCursorLoc ) {
        HRESULT _hr = put_CursorLocation(plCursorLoc);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _RecordsetPtr Recordset15::NextRecordset ( VARIANT * RecordsAffected ) {
        struct _Recordset * _result = 0;
        HRESULT _hr = raw_NextRecordset(RecordsAffected, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _RecordsetPtr(_result, false);
    }

    inline VARIANT_BOOL Recordset15::Supports ( enum CursorOptionEnum CursorOptions ) {
        VARIANT_BOOL _result = 0;
        HRESULT _hr = raw_Supports(CursorOptions, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _variant_t Recordset15::GetCollect ( const _variant_t & Index ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_Collect(Index, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline void Recordset15::PutCollect ( const _variant_t & Index, const _variant_t & pvar ) {
        HRESULT _hr = put_Collect(Index, pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum MarshalOptionsEnum Recordset15::GetMarshalOptions ( ) {
        enum MarshalOptionsEnum _result;
        HRESULT _hr = get_MarshalOptions(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15::PutMarshalOptions ( enum MarshalOptionsEnum peMarshal ) {
        HRESULT _hr = put_MarshalOptions(peMarshal);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline HRESULT Recordset15::Find ( _bstr_t Criteria, long SkipRecords, enum SearchDirectionEnum SearchDirection, const _variant_t & Start ) {
        HRESULT _hr = raw_Find(Criteria, SkipRecords, SearchDirection, Start);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface Recordset20 wrapper method implementations
    //

    inline HRESULT Recordset20::Cancel ( ) {
        HRESULT _hr = raw_Cancel();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline IUnknownPtr Recordset20::GetDataSource ( ) {
        IUnknown * _result = 0;
        HRESULT _hr = get_DataSource(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return IUnknownPtr(_result, false);
    }

    inline void Recordset20::PutRefDataSource ( IUnknown * ppunkDataSource ) {
        HRESULT _hr = putref_DataSource(ppunkDataSource);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline HRESULT Recordset20::_xSave ( _bstr_t FileName, enum PersistFormatEnum PersistFormat ) {
        HRESULT _hr = raw__xSave(FileName, PersistFormat);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline IDispatchPtr Recordset20::GetActiveCommand ( ) {
        IDispatch * _result = 0;
        HRESULT _hr = get_ActiveCommand(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return IDispatchPtr(_result, false);
    }

    inline void Recordset20::PutStayInSync ( VARIANT_BOOL pbStayInSync ) {
        HRESULT _hr = put_StayInSync(pbStayInSync);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline VARIANT_BOOL Recordset20::GetStayInSync ( ) {
        VARIANT_BOOL _result = 0;
        HRESULT _hr = get_StayInSync(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _bstr_t Recordset20::GetString ( enum StringFormatEnum StringFormat, long NumRows, _bstr_t ColumnDelimeter, _bstr_t RowDelimeter, _bstr_t NullExpr ) {
        BSTR _result = 0;
        HRESULT _hr = raw_GetString(StringFormat, NumRows, ColumnDelimeter, RowDelimeter, NullExpr, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline _bstr_t Recordset20::GetDataMember ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_DataMember(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline void Recordset20::PutDataMember ( _bstr_t pbstrDataMember ) {
        HRESULT _hr = put_DataMember(pbstrDataMember);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum CompareEnum Recordset20::CompareBookmarks ( const _variant_t & Bookmark1, const _variant_t & Bookmark2 ) {
        enum CompareEnum _result;
        HRESULT _hr = raw_CompareBookmarks(Bookmark1, Bookmark2, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _RecordsetPtr Recordset20::Clone ( enum LockTypeEnum LockType ) {
        struct _Recordset * _result = 0;
        HRESULT _hr = raw_Clone(LockType, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _RecordsetPtr(_result, false);
    }

    inline HRESULT Recordset20::Resync ( enum AffectEnum AffectRecords, enum ResyncEnum ResyncValues ) {
        HRESULT _hr = raw_Resync(AffectRecords, ResyncValues);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface Recordset21 wrapper method implementations
    //

    inline HRESULT Recordset21::Seek ( const _variant_t & KeyValues, enum SeekEnum SeekOption ) {
        HRESULT _hr = raw_Seek(KeyValues, SeekOption);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline void Recordset21::PutIndex ( _bstr_t pbstrIndex ) {
        HRESULT _hr = put_Index(pbstrIndex);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _bstr_t Recordset21::GetIndex ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_Index(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    //
    // interface _Recordset wrapper method implementations
    //

    inline HRESULT _Recordset::Save ( const _variant_t & Destination, enum PersistFormatEnum PersistFormat ) {
        HRESULT _hr = raw_Save(Destination, PersistFormat);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface ConnectionEventsVt wrapper method implementations
    //

    inline HRESULT ConnectionEventsVt::InfoMessage ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
        HRESULT _hr = raw_InfoMessage(pError, adStatus, pConnection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT ConnectionEventsVt::BeginTransComplete ( long TransactionLevel, struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
        HRESULT _hr = raw_BeginTransComplete(TransactionLevel, pError, adStatus, pConnection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT ConnectionEventsVt::CommitTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
        HRESULT _hr = raw_CommitTransComplete(pError, adStatus, pConnection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT ConnectionEventsVt::RollbackTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
        HRESULT _hr = raw_RollbackTransComplete(pError, adStatus, pConnection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT ConnectionEventsVt::WillExecute ( BSTR * Source, enum CursorTypeEnum * CursorType, enum LockTypeEnum * LockType, long * Options, enum EventStatusEnum * adStatus, struct _Command * pCommand, struct _Recordset * pRecordset, struct _Connection * pConnection ) {
        HRESULT _hr = raw_WillExecute(Source, CursorType, LockType, Options, adStatus, pCommand, pRecordset, pConnection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT ConnectionEventsVt::ExecuteComplete ( long RecordsAffected, struct Error * pError, enum EventStatusEnum * adStatus, struct _Command * pCommand, struct _Recordset * pRecordset, struct _Connection * pConnection ) {
        HRESULT _hr = raw_ExecuteComplete(RecordsAffected, pError, adStatus, pCommand, pRecordset, pConnection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT ConnectionEventsVt::WillConnect ( BSTR * ConnectionString, BSTR * UserID, BSTR * Password, long * Options, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
        HRESULT _hr = raw_WillConnect(ConnectionString, UserID, Password, Options, adStatus, pConnection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT ConnectionEventsVt::ConnectComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
        HRESULT _hr = raw_ConnectComplete(pError, adStatus, pConnection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT ConnectionEventsVt::Disconnect ( enum EventStatusEnum * adStatus, struct _Connection * pConnection ) {
        HRESULT _hr = raw_Disconnect(adStatus, pConnection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface RecordsetEventsVt wrapper method implementations
    //

    inline HRESULT RecordsetEventsVt::WillChangeField ( long cFields, const _variant_t & Fields, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _hr = raw_WillChangeField(cFields, Fields, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt::FieldChangeComplete ( long cFields, const _variant_t & Fields, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _hr = raw_FieldChangeComplete(cFields, Fields, pError, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt::WillChangeRecord ( enum EventReasonEnum adReason, long cRecords, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _hr = raw_WillChangeRecord(adReason, cRecords, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt::RecordChangeComplete ( enum EventReasonEnum adReason, long cRecords, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _hr = raw_RecordChangeComplete(adReason, cRecords, pError, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt::WillChangeRecordset ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _hr = raw_WillChangeRecordset(adReason, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt::RecordsetChangeComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _hr = raw_RecordsetChangeComplete(adReason, pError, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt::WillMove ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _hr = raw_WillMove(adReason, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt::MoveComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _hr = raw_MoveComplete(adReason, pError, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt::EndOfRecordset ( VARIANT_BOOL * fMoreData, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _hr = raw_EndOfRecordset(fMoreData, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt::FetchProgress ( long Progress, long MaxProgress, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _hr = raw_FetchProgress(Progress, MaxProgress, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt::FetchComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset * pRecordset ) {
        HRESULT _hr = raw_FetchComplete(pError, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface _Record wrapper method implementations
    //

    inline _variant_t _Record::GetActiveConnection ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_ActiveConnection(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline void _Record::PutActiveConnection ( _bstr_t pvar ) {
        HRESULT _hr = put_ActiveConnection(pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void _Record::PutRefActiveConnection ( struct _Connection * pvar ) {
        HRESULT _hr = putref_ActiveConnection(pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum ObjectStateEnum _Record::GetState ( ) {
        enum ObjectStateEnum _result;
        HRESULT _hr = get_State(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _variant_t _Record::GetSource ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_Source(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline void _Record::PutSource ( _bstr_t pvar ) {
        HRESULT _hr = put_Source(pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void _Record::PutRefSource ( IDispatch * pvar ) {
        HRESULT _hr = putref_Source(pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum ConnectModeEnum _Record::GetMode ( ) {
        enum ConnectModeEnum _result;
        HRESULT _hr = get_Mode(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Record::PutMode ( enum ConnectModeEnum pMode ) {
        HRESULT _hr = put_Mode(pMode);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _bstr_t _Record::GetParentURL ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_ParentURL(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline _bstr_t _Record::MoveRecord ( _bstr_t Source, _bstr_t Destination, _bstr_t UserName, _bstr_t Password, enum MoveRecordOptionsEnum Options, VARIANT_BOOL Async ) {
        BSTR _result = 0;
        HRESULT _hr = raw_MoveRecord(Source, Destination, UserName, Password, Options, Async, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline _bstr_t _Record::CopyRecord ( _bstr_t Source, _bstr_t Destination, _bstr_t UserName, _bstr_t Password, enum CopyRecordOptionsEnum Options, VARIANT_BOOL Async ) {
        BSTR _result = 0;
        HRESULT _hr = raw_CopyRecord(Source, Destination, UserName, Password, Options, Async, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline HRESULT _Record::DeleteRecord ( _bstr_t Source, VARIANT_BOOL Async ) {
        HRESULT _hr = raw_DeleteRecord(Source, Async);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Record::Open ( const _variant_t & Source, const _variant_t & ActiveConnection, enum ConnectModeEnum Mode, enum RecordCreateOptionsEnum CreateOptions, enum RecordOpenOptionsEnum Options, _bstr_t UserName, _bstr_t Password ) {
        HRESULT _hr = raw_Open(Source, ActiveConnection, Mode, CreateOptions, Options, UserName, Password);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Record::Close ( ) {
        HRESULT _hr = raw_Close();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline FieldsPtr _Record::GetFields ( ) {
        struct Fields * _result = 0;
        HRESULT _hr = get_Fields(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return FieldsPtr(_result, false);
    }

    inline enum RecordTypeEnum _Record::GetRecordType ( ) {
        enum RecordTypeEnum _result;
        HRESULT _hr = get_RecordType(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _RecordsetPtr _Record::GetChildren ( ) {
        struct _Recordset * _result = 0;
        HRESULT _hr = raw_GetChildren(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _RecordsetPtr(_result, false);
    }

    inline HRESULT _Record::Cancel ( ) {
        HRESULT _hr = raw_Cancel();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface ConnectionEventsVt_Deprecated wrapper method implementations
    //

    inline HRESULT ConnectionEventsVt_Deprecated::InfoMessage ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection_Deprecated * pConnection ) {
        HRESULT _hr = raw_InfoMessage(pError, adStatus, pConnection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT ConnectionEventsVt_Deprecated::BeginTransComplete ( long TransactionLevel, struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection_Deprecated * pConnection ) {
        HRESULT _hr = raw_BeginTransComplete(TransactionLevel, pError, adStatus, pConnection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT ConnectionEventsVt_Deprecated::CommitTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection_Deprecated * pConnection ) {
        HRESULT _hr = raw_CommitTransComplete(pError, adStatus, pConnection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT ConnectionEventsVt_Deprecated::RollbackTransComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection_Deprecated * pConnection ) {
        HRESULT _hr = raw_RollbackTransComplete(pError, adStatus, pConnection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT ConnectionEventsVt_Deprecated::WillExecute ( BSTR * Source, enum CursorTypeEnum * CursorType, enum LockTypeEnum * LockType, long * Options, enum EventStatusEnum * adStatus, struct _Command_Deprecated * pCommand, struct _Recordset_Deprecated * pRecordset, struct _Connection_Deprecated * pConnection ) {
        HRESULT _hr = raw_WillExecute(Source, CursorType, LockType, Options, adStatus, pCommand, pRecordset, pConnection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT ConnectionEventsVt_Deprecated::ExecuteComplete ( long RecordsAffected, struct Error * pError, enum EventStatusEnum * adStatus, struct _Command_Deprecated * pCommand, struct _Recordset_Deprecated * pRecordset, struct _Connection_Deprecated * pConnection ) {
        HRESULT _hr = raw_ExecuteComplete(RecordsAffected, pError, adStatus, pCommand, pRecordset, pConnection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT ConnectionEventsVt_Deprecated::WillConnect ( BSTR * ConnectionString, BSTR * UserID, BSTR * Password, long * Options, enum EventStatusEnum * adStatus, struct _Connection_Deprecated * pConnection ) {
        HRESULT _hr = raw_WillConnect(ConnectionString, UserID, Password, Options, adStatus, pConnection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT ConnectionEventsVt_Deprecated::ConnectComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Connection_Deprecated * pConnection ) {
        HRESULT _hr = raw_ConnectComplete(pError, adStatus, pConnection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT ConnectionEventsVt_Deprecated::Disconnect ( enum EventStatusEnum * adStatus, struct _Connection_Deprecated * pConnection ) {
        HRESULT _hr = raw_Disconnect(adStatus, pConnection);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface Connection15_Deprecated wrapper method implementations
    //

    inline _bstr_t Connection15_Deprecated::GetConnectionString ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_ConnectionString(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline void Connection15_Deprecated::PutConnectionString ( _bstr_t pbstr ) {
        HRESULT _hr = put_ConnectionString(pbstr);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline long Connection15_Deprecated::GetCommandTimeout ( ) {
        long _result = 0;
        HRESULT _hr = get_CommandTimeout(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Connection15_Deprecated::PutCommandTimeout ( long plTimeout ) {
        HRESULT _hr = put_CommandTimeout(plTimeout);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline long Connection15_Deprecated::GetConnectionTimeout ( ) {
        long _result = 0;
        HRESULT _hr = get_ConnectionTimeout(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Connection15_Deprecated::PutConnectionTimeout ( long plTimeout ) {
        HRESULT _hr = put_ConnectionTimeout(plTimeout);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _bstr_t Connection15_Deprecated::GetVersion ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_Version(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline HRESULT Connection15_Deprecated::Close ( ) {
        HRESULT _hr = raw_Close();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline _Recordset_DeprecatedPtr Connection15_Deprecated::Execute ( _bstr_t CommandText, VARIANT * RecordsAffected, long Options ) {
        struct _Recordset_Deprecated * _result = 0;
        HRESULT _hr = raw_Execute(CommandText, RecordsAffected, Options, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _Recordset_DeprecatedPtr(_result, false);
    }

    inline long Connection15_Deprecated::BeginTrans ( ) {
        long _result = 0;
        HRESULT _hr = raw_BeginTrans(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline HRESULT Connection15_Deprecated::CommitTrans ( ) {
        HRESULT _hr = raw_CommitTrans();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Connection15_Deprecated::RollbackTrans ( ) {
        HRESULT _hr = raw_RollbackTrans();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Connection15_Deprecated::Open ( _bstr_t ConnectionString, _bstr_t UserID, _bstr_t Password, long Options ) {
        HRESULT _hr = raw_Open(ConnectionString, UserID, Password, Options);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline ErrorsPtr Connection15_Deprecated::GetErrors ( ) {
        struct Errors * _result = 0;
        HRESULT _hr = get_Errors(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return ErrorsPtr(_result, false);
    }

    inline _bstr_t Connection15_Deprecated::GetDefaultDatabase ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_DefaultDatabase(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline void Connection15_Deprecated::PutDefaultDatabase ( _bstr_t pbstr ) {
        HRESULT _hr = put_DefaultDatabase(pbstr);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum IsolationLevelEnum Connection15_Deprecated::GetIsolationLevel ( ) {
        enum IsolationLevelEnum _result;
        HRESULT _hr = get_IsolationLevel(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Connection15_Deprecated::PutIsolationLevel ( enum IsolationLevelEnum Level ) {
        HRESULT _hr = put_IsolationLevel(Level);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline long Connection15_Deprecated::GetAttributes ( ) {
        long _result = 0;
        HRESULT _hr = get_Attributes(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Connection15_Deprecated::PutAttributes ( long plAttr ) {
        HRESULT _hr = put_Attributes(plAttr);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum CursorLocationEnum Connection15_Deprecated::GetCursorLocation ( ) {
        enum CursorLocationEnum _result;
        HRESULT _hr = get_CursorLocation(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Connection15_Deprecated::PutCursorLocation ( enum CursorLocationEnum plCursorLoc ) {
        HRESULT _hr = put_CursorLocation(plCursorLoc);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum ConnectModeEnum Connection15_Deprecated::GetMode ( ) {
        enum ConnectModeEnum _result;
        HRESULT _hr = get_Mode(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Connection15_Deprecated::PutMode ( enum ConnectModeEnum plMode ) {
        HRESULT _hr = put_Mode(plMode);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _bstr_t Connection15_Deprecated::GetProvider ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_Provider(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline void Connection15_Deprecated::PutProvider ( _bstr_t pbstr ) {
        HRESULT _hr = put_Provider(pbstr);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline long Connection15_Deprecated::GetState ( ) {
        long _result = 0;
        HRESULT _hr = get_State(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _Recordset_DeprecatedPtr Connection15_Deprecated::OpenSchema ( enum SchemaEnum Schema, const _variant_t & Restrictions, const _variant_t & SchemaID ) {
        struct _Recordset_Deprecated * _result = 0;
        HRESULT _hr = raw_OpenSchema(Schema, Restrictions, SchemaID, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _Recordset_DeprecatedPtr(_result, false);
    }

    //
    // interface _Connection_Deprecated wrapper method implementations
    //

    inline HRESULT _Connection_Deprecated::Cancel ( ) {
        HRESULT _hr = raw_Cancel();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface Recordset15_Deprecated wrapper method implementations
    //

    inline PositionEnum_Param Recordset15_Deprecated::GetAbsolutePosition ( ) {
        PositionEnum_Param _result;
        HRESULT _hr = get_AbsolutePosition(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15_Deprecated::PutAbsolutePosition ( PositionEnum_Param pl ) {
        HRESULT _hr = put_AbsolutePosition(pl);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void Recordset15_Deprecated::PutRefActiveConnection ( IDispatch * pvar ) {
        HRESULT _hr = putref_ActiveConnection(pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void Recordset15_Deprecated::PutActiveConnection ( const _variant_t & pvar ) {
        HRESULT _hr = put_ActiveConnection(pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _variant_t Recordset15_Deprecated::GetActiveConnection ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_ActiveConnection(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline VARIANT_BOOL Recordset15_Deprecated::GetadoBOF ( ) {
        VARIANT_BOOL _result = 0;
        HRESULT _hr = get_adoBOF(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _variant_t Recordset15_Deprecated::GetBookmark ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_Bookmark(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline void Recordset15_Deprecated::PutBookmark ( const _variant_t & pvBookmark ) {
        HRESULT _hr = put_Bookmark(pvBookmark);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline long Recordset15_Deprecated::GetCacheSize ( ) {
        long _result = 0;
        HRESULT _hr = get_CacheSize(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15_Deprecated::PutCacheSize ( long pl ) {
        HRESULT _hr = put_CacheSize(pl);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum CursorTypeEnum Recordset15_Deprecated::GetCursorType ( ) {
        enum CursorTypeEnum _result;
        HRESULT _hr = get_CursorType(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15_Deprecated::PutCursorType ( enum CursorTypeEnum plCursorType ) {
        HRESULT _hr = put_CursorType(plCursorType);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline VARIANT_BOOL Recordset15_Deprecated::GetadoEOF ( ) {
        VARIANT_BOOL _result = 0;
        HRESULT _hr = get_adoEOF(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline Fields_DeprecatedPtr Recordset15_Deprecated::GetFields ( ) {
        struct Fields_Deprecated * _result = 0;
        HRESULT _hr = get_Fields(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return Fields_DeprecatedPtr(_result, false);
    }

    inline enum LockTypeEnum Recordset15_Deprecated::GetLockType ( ) {
        enum LockTypeEnum _result;
        HRESULT _hr = get_LockType(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15_Deprecated::PutLockType ( enum LockTypeEnum plLockType ) {
        HRESULT _hr = put_LockType(plLockType);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline ADO_LONGPTR Recordset15_Deprecated::GetMaxRecords ( ) {
        ADO_LONGPTR _result;
        HRESULT _hr = get_MaxRecords(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15_Deprecated::PutMaxRecords ( ADO_LONGPTR plMaxRecords ) {
        HRESULT _hr = put_MaxRecords(plMaxRecords);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline ADO_LONGPTR Recordset15_Deprecated::GetRecordCount ( ) {
        ADO_LONGPTR _result;
        HRESULT _hr = get_RecordCount(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15_Deprecated::PutRefSource ( IDispatch * pvSource ) {
        HRESULT _hr = putref_Source(pvSource);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void Recordset15_Deprecated::PutSource ( _bstr_t pvSource ) {
        HRESULT _hr = put_Source(pvSource);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _variant_t Recordset15_Deprecated::GetSource ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_Source(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline HRESULT Recordset15_Deprecated::AddNew ( const _variant_t & FieldList, const _variant_t & Values ) {
        HRESULT _hr = raw_AddNew(FieldList, Values);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15_Deprecated::CancelUpdate ( ) {
        HRESULT _hr = raw_CancelUpdate();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15_Deprecated::Close ( ) {
        HRESULT _hr = raw_Close();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15_Deprecated::Delete ( enum AffectEnum AffectRecords ) {
        HRESULT _hr = raw_Delete(AffectRecords);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline _variant_t Recordset15_Deprecated::GetRows ( long Rows, const _variant_t & Start, const _variant_t & Fields ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = raw_GetRows(Rows, Start, Fields, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline HRESULT Recordset15_Deprecated::Move ( ADO_LONGPTR NumRecords, const _variant_t & Start ) {
        HRESULT _hr = raw_Move(NumRecords, Start);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15_Deprecated::MoveNext ( ) {
        HRESULT _hr = raw_MoveNext();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15_Deprecated::MovePrevious ( ) {
        HRESULT _hr = raw_MovePrevious();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15_Deprecated::MoveFirst ( ) {
        HRESULT _hr = raw_MoveFirst();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15_Deprecated::MoveLast ( ) {
        HRESULT _hr = raw_MoveLast();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15_Deprecated::Open ( const _variant_t & Source, const _variant_t & ActiveConnection, enum CursorTypeEnum CursorType, enum LockTypeEnum LockType, long Options ) {
        HRESULT _hr = raw_Open(Source, ActiveConnection, CursorType, LockType, Options);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15_Deprecated::Requery ( long Options ) {
        HRESULT _hr = raw_Requery(Options);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15_Deprecated::_xResync ( enum AffectEnum AffectRecords ) {
        HRESULT _hr = raw__xResync(AffectRecords);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15_Deprecated::Update ( const _variant_t & Fields, const _variant_t & Values ) {
        HRESULT _hr = raw_Update(Fields, Values);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline PositionEnum_Param Recordset15_Deprecated::GetAbsolutePage ( ) {
        PositionEnum_Param _result;
        HRESULT _hr = get_AbsolutePage(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15_Deprecated::PutAbsolutePage ( PositionEnum_Param pl ) {
        HRESULT _hr = put_AbsolutePage(pl);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum EditModeEnum Recordset15_Deprecated::GetEditMode ( ) {
        enum EditModeEnum _result;
        HRESULT _hr = get_EditMode(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _variant_t Recordset15_Deprecated::GetFilter ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_Filter(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline void Recordset15_Deprecated::PutFilter ( const _variant_t & Criteria ) {
        HRESULT _hr = put_Filter(Criteria);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline ADO_LONGPTR Recordset15_Deprecated::GetPageCount ( ) {
        ADO_LONGPTR _result;
        HRESULT _hr = get_PageCount(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline long Recordset15_Deprecated::GetPageSize ( ) {
        long _result = 0;
        HRESULT _hr = get_PageSize(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15_Deprecated::PutPageSize ( long pl ) {
        HRESULT _hr = put_PageSize(pl);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _bstr_t Recordset15_Deprecated::GetSort ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_Sort(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline void Recordset15_Deprecated::PutSort ( _bstr_t Criteria ) {
        HRESULT _hr = put_Sort(Criteria);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline long Recordset15_Deprecated::GetStatus ( ) {
        long _result = 0;
        HRESULT _hr = get_Status(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline long Recordset15_Deprecated::GetState ( ) {
        long _result = 0;
        HRESULT _hr = get_State(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _Recordset_DeprecatedPtr Recordset15_Deprecated::_xClone ( ) {
        struct _Recordset_Deprecated * _result = 0;
        HRESULT _hr = raw__xClone(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _Recordset_DeprecatedPtr(_result, false);
    }

    inline HRESULT Recordset15_Deprecated::UpdateBatch ( enum AffectEnum AffectRecords ) {
        HRESULT _hr = raw_UpdateBatch(AffectRecords);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT Recordset15_Deprecated::CancelBatch ( enum AffectEnum AffectRecords ) {
        HRESULT _hr = raw_CancelBatch(AffectRecords);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline enum CursorLocationEnum Recordset15_Deprecated::GetCursorLocation ( ) {
        enum CursorLocationEnum _result;
        HRESULT _hr = get_CursorLocation(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15_Deprecated::PutCursorLocation ( enum CursorLocationEnum plCursorLoc ) {
        HRESULT _hr = put_CursorLocation(plCursorLoc);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _Recordset_DeprecatedPtr Recordset15_Deprecated::NextRecordset ( VARIANT * RecordsAffected ) {
        struct _Recordset_Deprecated * _result = 0;
        HRESULT _hr = raw_NextRecordset(RecordsAffected, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _Recordset_DeprecatedPtr(_result, false);
    }

    inline VARIANT_BOOL Recordset15_Deprecated::Supports ( enum CursorOptionEnum CursorOptions ) {
        VARIANT_BOOL _result = 0;
        HRESULT _hr = raw_Supports(CursorOptions, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _variant_t Recordset15_Deprecated::GetCollect ( const _variant_t & Index ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_Collect(Index, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline void Recordset15_Deprecated::PutCollect ( const _variant_t & Index, const _variant_t & pvar ) {
        HRESULT _hr = put_Collect(Index, pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum MarshalOptionsEnum Recordset15_Deprecated::GetMarshalOptions ( ) {
        enum MarshalOptionsEnum _result;
        HRESULT _hr = get_MarshalOptions(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Recordset15_Deprecated::PutMarshalOptions ( enum MarshalOptionsEnum peMarshal ) {
        HRESULT _hr = put_MarshalOptions(peMarshal);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline HRESULT Recordset15_Deprecated::Find ( _bstr_t Criteria, ADO_LONGPTR SkipRecords, enum SearchDirectionEnum SearchDirection, const _variant_t & Start ) {
        HRESULT _hr = raw_Find(Criteria, SkipRecords, SearchDirection, Start);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface Recordset20_Deprecated wrapper method implementations
    //

    inline HRESULT Recordset20_Deprecated::Cancel ( ) {
        HRESULT _hr = raw_Cancel();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline IUnknownPtr Recordset20_Deprecated::GetDataSource ( ) {
        IUnknown * _result = 0;
        HRESULT _hr = get_DataSource(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return IUnknownPtr(_result, false);
    }

    inline void Recordset20_Deprecated::PutRefDataSource ( IUnknown * ppunkDataSource ) {
        HRESULT _hr = putref_DataSource(ppunkDataSource);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline HRESULT Recordset20_Deprecated::_xSave ( _bstr_t FileName, enum PersistFormatEnum PersistFormat ) {
        HRESULT _hr = raw__xSave(FileName, PersistFormat);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline IDispatchPtr Recordset20_Deprecated::GetActiveCommand ( ) {
        IDispatch * _result = 0;
        HRESULT _hr = get_ActiveCommand(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return IDispatchPtr(_result, false);
    }

    inline void Recordset20_Deprecated::PutStayInSync ( VARIANT_BOOL pbStayInSync ) {
        HRESULT _hr = put_StayInSync(pbStayInSync);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline VARIANT_BOOL Recordset20_Deprecated::GetStayInSync ( ) {
        VARIANT_BOOL _result = 0;
        HRESULT _hr = get_StayInSync(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _bstr_t Recordset20_Deprecated::GetString ( enum StringFormatEnum StringFormat, long NumRows, _bstr_t ColumnDelimeter, _bstr_t RowDelimeter, _bstr_t NullExpr ) {
        BSTR _result = 0;
        HRESULT _hr = raw_GetString(StringFormat, NumRows, ColumnDelimeter, RowDelimeter, NullExpr, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline _bstr_t Recordset20_Deprecated::GetDataMember ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_DataMember(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline void Recordset20_Deprecated::PutDataMember ( _bstr_t pbstrDataMember ) {
        HRESULT _hr = put_DataMember(pbstrDataMember);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum CompareEnum Recordset20_Deprecated::CompareBookmarks ( const _variant_t & Bookmark1, const _variant_t & Bookmark2 ) {
        enum CompareEnum _result;
        HRESULT _hr = raw_CompareBookmarks(Bookmark1, Bookmark2, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _Recordset_DeprecatedPtr Recordset20_Deprecated::Clone ( enum LockTypeEnum LockType ) {
        struct _Recordset_Deprecated * _result = 0;
        HRESULT _hr = raw_Clone(LockType, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _Recordset_DeprecatedPtr(_result, false);
    }

    inline HRESULT Recordset20_Deprecated::Resync ( enum AffectEnum AffectRecords, enum ResyncEnum ResyncValues ) {
        HRESULT _hr = raw_Resync(AffectRecords, ResyncValues);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface Recordset21_Deprecated wrapper method implementations
    //

    inline HRESULT Recordset21_Deprecated::Seek ( const _variant_t & KeyValues, enum SeekEnum SeekOption ) {
        HRESULT _hr = raw_Seek(KeyValues, SeekOption);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline void Recordset21_Deprecated::PutIndex ( _bstr_t pbstrIndex ) {
        HRESULT _hr = put_Index(pbstrIndex);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _bstr_t Recordset21_Deprecated::GetIndex ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_Index(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    //
    // interface _Recordset_Deprecated wrapper method implementations
    //

    inline HRESULT _Recordset_Deprecated::Save ( const _variant_t & Destination, enum PersistFormatEnum PersistFormat ) {
        HRESULT _hr = raw_Save(Destination, PersistFormat);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface Command15_Deprecated wrapper method implementations
    //

    inline _Connection_DeprecatedPtr Command15_Deprecated::GetActiveConnection ( ) {
        struct _Connection_Deprecated * _result = 0;
        HRESULT _hr = get_ActiveConnection(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _Connection_DeprecatedPtr(_result, false);
    }

    inline void Command15_Deprecated::PutRefActiveConnection ( struct _Connection_Deprecated * ppvObject ) {
        HRESULT _hr = putref_ActiveConnection(ppvObject);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void Command15_Deprecated::PutActiveConnection ( const _variant_t & ppvObject ) {
        HRESULT _hr = put_ActiveConnection(ppvObject);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _bstr_t Command15_Deprecated::GetCommandText ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_CommandText(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline void Command15_Deprecated::PutCommandText ( _bstr_t pbstr ) {
        HRESULT _hr = put_CommandText(pbstr);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline long Command15_Deprecated::GetCommandTimeout ( ) {
        long _result = 0;
        HRESULT _hr = get_CommandTimeout(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Command15_Deprecated::PutCommandTimeout ( long pl ) {
        HRESULT _hr = put_CommandTimeout(pl);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline VARIANT_BOOL Command15_Deprecated::GetPrepared ( ) {
        VARIANT_BOOL _result = 0;
        HRESULT _hr = get_Prepared(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void Command15_Deprecated::PutPrepared ( VARIANT_BOOL pfPrepared ) {
        HRESULT _hr = put_Prepared(pfPrepared);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _Recordset_DeprecatedPtr Command15_Deprecated::Execute ( VARIANT * RecordsAffected, VARIANT * Parameters, long Options ) {
        struct _Recordset_Deprecated * _result = 0;
        HRESULT _hr = raw_Execute(RecordsAffected, Parameters, Options, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _Recordset_DeprecatedPtr(_result, false);
    }

    inline _Parameter_DeprecatedPtr Command15_Deprecated::CreateParameter ( _bstr_t Name, enum DataTypeEnum Type, enum ParameterDirectionEnum Direction, ADO_LONGPTR Size, const _variant_t & Value ) {
        struct _Parameter_Deprecated * _result = 0;
        HRESULT _hr = raw_CreateParameter(Name, Type, Direction, Size, Value, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _Parameter_DeprecatedPtr(_result, false);
    }

    inline Parameters_DeprecatedPtr Command15_Deprecated::GetParameters ( ) {
        struct Parameters_Deprecated * _result = 0;
        HRESULT _hr = get_Parameters(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return Parameters_DeprecatedPtr(_result, false);
    }

    inline void Command15_Deprecated::PutCommandType ( enum CommandTypeEnum plCmdType ) {
        HRESULT _hr = put_CommandType(plCmdType);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum CommandTypeEnum Command15_Deprecated::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_Deprecated::GetName ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_Name(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline void Command15_Deprecated::PutName ( _bstr_t pbstrName ) {
        HRESULT _hr = put_Name(pbstrName);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    //
    // interface Command25_Deprecated wrapper method implementations
    //

    inline long Command25_Deprecated::GetState ( ) {
        long _result = 0;
        HRESULT _hr = get_State(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline HRESULT Command25_Deprecated::Cancel ( ) {
        HRESULT _hr = raw_Cancel();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface _Command_Deprecated wrapper method implementations
    //

    inline void _Command_Deprecated::PutRefCommandStream ( IUnknown * pvStream ) {
        HRESULT _hr = putref_CommandStream(pvStream);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _variant_t _Command_Deprecated::GetCommandStream ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_CommandStream(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline void _Command_Deprecated::PutDialect ( _bstr_t pbstrDialect ) {
        HRESULT _hr = put_Dialect(pbstrDialect);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _bstr_t _Command_Deprecated::GetDialect ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_Dialect(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline void _Command_Deprecated::PutNamedParameters ( VARIANT_BOOL pfNamedParameters ) {
        HRESULT _hr = put_NamedParameters(pfNamedParameters);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline VARIANT_BOOL _Command_Deprecated::GetNamedParameters ( ) {
        VARIANT_BOOL _result = 0;
        HRESULT _hr = get_NamedParameters(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    //
    // interface RecordsetEventsVt_Deprecated wrapper method implementations
    //

    inline HRESULT RecordsetEventsVt_Deprecated::WillChangeField ( long cFields, const _variant_t & Fields, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _hr = raw_WillChangeField(cFields, Fields, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt_Deprecated::FieldChangeComplete ( long cFields, const _variant_t & Fields, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _hr = raw_FieldChangeComplete(cFields, Fields, pError, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt_Deprecated::WillChangeRecord ( enum EventReasonEnum adReason, long cRecords, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _hr = raw_WillChangeRecord(adReason, cRecords, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt_Deprecated::RecordChangeComplete ( enum EventReasonEnum adReason, long cRecords, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _hr = raw_RecordChangeComplete(adReason, cRecords, pError, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt_Deprecated::WillChangeRecordset ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _hr = raw_WillChangeRecordset(adReason, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt_Deprecated::RecordsetChangeComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _hr = raw_RecordsetChangeComplete(adReason, pError, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt_Deprecated::WillMove ( enum EventReasonEnum adReason, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _hr = raw_WillMove(adReason, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt_Deprecated::MoveComplete ( enum EventReasonEnum adReason, struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _hr = raw_MoveComplete(adReason, pError, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt_Deprecated::EndOfRecordset ( VARIANT_BOOL * fMoreData, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _hr = raw_EndOfRecordset(fMoreData, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt_Deprecated::FetchProgress ( long Progress, long MaxProgress, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _hr = raw_FetchProgress(Progress, MaxProgress, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT RecordsetEventsVt_Deprecated::FetchComplete ( struct Error * pError, enum EventStatusEnum * adStatus, struct _Recordset_Deprecated * pRecordset ) {
        HRESULT _hr = raw_FetchComplete(pError, adStatus, pRecordset);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    //
    // interface _Record_Deprecated wrapper method implementations
    //

    inline _variant_t _Record_Deprecated::GetActiveConnection ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_ActiveConnection(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline void _Record_Deprecated::PutActiveConnection ( _bstr_t pvar ) {
        HRESULT _hr = put_ActiveConnection(pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void _Record_Deprecated::PutRefActiveConnection ( struct _Connection_Deprecated * pvar ) {
        HRESULT _hr = putref_ActiveConnection(pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum ObjectStateEnum _Record_Deprecated::GetState ( ) {
        enum ObjectStateEnum _result;
        HRESULT _hr = get_State(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _variant_t _Record_Deprecated::GetSource ( ) {
        VARIANT _result;
        VariantInit(&_result);
        HRESULT _hr = get_Source(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _variant_t(_result, false);
    }

    inline void _Record_Deprecated::PutSource ( _bstr_t pvar ) {
        HRESULT _hr = put_Source(pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline void _Record_Deprecated::PutRefSource ( IDispatch * pvar ) {
        HRESULT _hr = putref_Source(pvar);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline enum ConnectModeEnum _Record_Deprecated::GetMode ( ) {
        enum ConnectModeEnum _result;
        HRESULT _hr = get_Mode(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline void _Record_Deprecated::PutMode ( enum ConnectModeEnum pMode ) {
        HRESULT _hr = put_Mode(pMode);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    }

    inline _bstr_t _Record_Deprecated::GetParentURL ( ) {
        BSTR _result = 0;
        HRESULT _hr = get_ParentURL(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline _bstr_t _Record_Deprecated::MoveRecord ( _bstr_t Source, _bstr_t Destination, _bstr_t UserName, _bstr_t Password, enum MoveRecordOptionsEnum Options, VARIANT_BOOL Async ) {
        BSTR _result = 0;
        HRESULT _hr = raw_MoveRecord(Source, Destination, UserName, Password, Options, Async, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline _bstr_t _Record_Deprecated::CopyRecord ( _bstr_t Source, _bstr_t Destination, _bstr_t UserName, _bstr_t Password, enum CopyRecordOptionsEnum Options, VARIANT_BOOL Async ) {
        BSTR _result = 0;
        HRESULT _hr = raw_CopyRecord(Source, Destination, UserName, Password, Options, Async, &_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _bstr_t(_result, false);
    }

    inline HRESULT _Record_Deprecated::DeleteRecord ( _bstr_t Source, VARIANT_BOOL Async ) {
        HRESULT _hr = raw_DeleteRecord(Source, Async);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Record_Deprecated::Open ( const _variant_t & Source, const _variant_t & ActiveConnection, enum ConnectModeEnum Mode, enum RecordCreateOptionsEnum CreateOptions, enum RecordOpenOptionsEnum Options, _bstr_t UserName, _bstr_t Password ) {
        HRESULT _hr = raw_Open(Source, ActiveConnection, Mode, CreateOptions, Options, UserName, Password);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline HRESULT _Record_Deprecated::Close ( ) {
        HRESULT _hr = raw_Close();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

    inline Fields_DeprecatedPtr _Record_Deprecated::GetFields ( ) {
        struct Fields_Deprecated * _result = 0;
        HRESULT _hr = get_Fields(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return Fields_DeprecatedPtr(_result, false);
    }

    inline enum RecordTypeEnum _Record_Deprecated::GetRecordType ( ) {
        enum RecordTypeEnum _result;
        HRESULT _hr = get_RecordType(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _result;
    }

    inline _Recordset_DeprecatedPtr _Record_Deprecated::GetChildren ( ) {
        struct _Recordset_Deprecated * _result = 0;
        HRESULT _hr = raw_GetChildren(&_result);
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _Recordset_DeprecatedPtr(_result, false);
    }

    inline HRESULT _Record_Deprecated::Cancel ( ) {
        HRESULT _hr = raw_Cancel();
        if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
        return _hr;
    }

  • 相关阅读:
    吴裕雄--天生自然ANDROID开发学习:3.3 Handler消息传递机制浅析
    吴裕雄--天生自然ANDROID开发学习:3.2 基于回调的事件处理机制
    吴裕雄--天生自然ANDROID开发学习:3.1.1 基于监听的事件处理机制
    吴裕雄--天生自然ANDROID开发学习:2.6.4 DrawerLayout(官方侧滑菜单)的简单使用
    吴裕雄--天生自然ANDROID开发学习:2.6.3 ViewPager的简单使用
    吴裕雄--天生自然ANDROID开发学习:2.6.2 菜单(Menu)
    吴裕雄--天生自然ANDROID开发学习:2.6.1 PopupWindow(悬浮框)的基本使用
    吴裕雄--天生自然ANDROID开发学习:2.6.0 其他几种常用对话框基本使用
    吴裕雄--天生自然ANDROID开发学习:2.5.9 AlertDialog(对话框)详解
    bzoj 3874: [Ahoi2014&Jsoi2014]宅男计划
  • 原文地址:https://www.cnblogs.com/shenchao/p/3289213.html
Copyright © 2020-2023  润新知