Click here to Skip to main content
15,886,873 members
Articles / Desktop Programming / WTL

RSS Reader Plug-in for Internet Explorer

Rate me:
Please Sign up or sign in to vote.
5.00/5 (12 votes)
16 Jul 2007CPOL4 min read 317.4K   1.3K   32  
This is a toolbar for the Internet Explorer which shows information from RSS taken from the Internet.

/* this ALWAYS GENERATED file contains the definitions for the interfaces */


 /* File created by MIDL compiler version 6.00.0366 */
/* at Thu Jul 05 21:37:00 2007
 */
/* Compiler settings for .\RssReaderPlugin.idl:
    Oicf, W1, Zp8, env=Win32 (32b run)
    protocol : dce , ms_ext, c_ext, robust
    error checks: allocation ref bounds_check enum stub_data 
    VC __declspec() decoration level: 
         __declspec(uuid()), __declspec(selectany), __declspec(novtable)
         DECLSPEC_UUID(), MIDL_INTERFACE()
*/
//@@MIDL_FILE_HEADING(  )

#pragma warning( disable: 4049 )  /* more than 64k source lines */


/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 475
#endif

#include "rpc.h"
#include "rpcndr.h"

#ifndef __RPCNDR_H_VERSION__
#error this stub requires an updated version of <rpcndr.h>
#endif // __RPCNDR_H_VERSION__

#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif /*COM_NO_WINDOWS_H*/

#ifndef __RssReaderPlugin_h__
#define __RssReaderPlugin_h__

#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif

/* Forward Declarations */ 

#ifndef __IRRPComInterfaceImplementor_FWD_DEFINED__
#define __IRRPComInterfaceImplementor_FWD_DEFINED__
typedef interface IRRPComInterfaceImplementor IRRPComInterfaceImplementor;
#endif 	/* __IRRPComInterfaceImplementor_FWD_DEFINED__ */


#ifndef __RRPComInterfaceImplementor_FWD_DEFINED__
#define __RRPComInterfaceImplementor_FWD_DEFINED__

#ifdef __cplusplus
typedef class RRPComInterfaceImplementor RRPComInterfaceImplementor;
#else
typedef struct RRPComInterfaceImplementor RRPComInterfaceImplementor;
#endif /* __cplusplus */

#endif 	/* __RRPComInterfaceImplementor_FWD_DEFINED__ */


/* header files for imported files */
#include "oaidl.h"
#include "ocidl.h"

#ifdef __cplusplus
extern "C"{
#endif 

void * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void * ); 

#ifndef __IRRPComInterfaceImplementor_INTERFACE_DEFINED__
#define __IRRPComInterfaceImplementor_INTERFACE_DEFINED__

/* interface IRRPComInterfaceImplementor */
/* [unique][helpstring][dual][uuid][object] */ 


EXTERN_C const IID IID_IRRPComInterfaceImplementor;

#if defined(__cplusplus) && !defined(CINTERFACE)
    
    MIDL_INTERFACE("4A7A895F-E645-4F82-A506-445C63E0DAD2")
    IRRPComInterfaceImplementor : public IDispatch
    {
    public:
    };
    
#else 	/* C style interface */

    typedef struct IRRPComInterfaceImplementorVtbl
    {
        BEGIN_INTERFACE
        
        HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
            IRRPComInterfaceImplementor * This,
            /* [in] */ REFIID riid,
            /* [iid_is][out] */ void **ppvObject);
        
        ULONG ( STDMETHODCALLTYPE *AddRef )( 
            IRRPComInterfaceImplementor * This);
        
        ULONG ( STDMETHODCALLTYPE *Release )( 
            IRRPComInterfaceImplementor * This);
        
        HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( 
            IRRPComInterfaceImplementor * This,
            /* [out] */ UINT *pctinfo);
        
        HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( 
            IRRPComInterfaceImplementor * This,
            /* [in] */ UINT iTInfo,
            /* [in] */ LCID lcid,
            /* [out] */ ITypeInfo **ppTInfo);
        
        HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( 
            IRRPComInterfaceImplementor * This,
            /* [in] */ REFIID riid,
            /* [size_is][in] */ LPOLESTR *rgszNames,
            /* [in] */ UINT cNames,
            /* [in] */ LCID lcid,
            /* [size_is][out] */ DISPID *rgDispId);
        
        /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( 
            IRRPComInterfaceImplementor * This,
            /* [in] */ DISPID dispIdMember,
            /* [in] */ REFIID riid,
            /* [in] */ LCID lcid,
            /* [in] */ WORD wFlags,
            /* [out][in] */ DISPPARAMS *pDispParams,
            /* [out] */ VARIANT *pVarResult,
            /* [out] */ EXCEPINFO *pExcepInfo,
            /* [out] */ UINT *puArgErr);
        
        END_INTERFACE
    } IRRPComInterfaceImplementorVtbl;

    interface IRRPComInterfaceImplementor
    {
        CONST_VTBL struct IRRPComInterfaceImplementorVtbl *lpVtbl;
    };

    

#ifdef COBJMACROS


#define IRRPComInterfaceImplementor_QueryInterface(This,riid,ppvObject)	\
    (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)

#define IRRPComInterfaceImplementor_AddRef(This)	\
    (This)->lpVtbl -> AddRef(This)

#define IRRPComInterfaceImplementor_Release(This)	\
    (This)->lpVtbl -> Release(This)


#define IRRPComInterfaceImplementor_GetTypeInfoCount(This,pctinfo)	\
    (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)

#define IRRPComInterfaceImplementor_GetTypeInfo(This,iTInfo,lcid,ppTInfo)	\
    (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)

#define IRRPComInterfaceImplementor_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)	\
    (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)

#define IRRPComInterfaceImplementor_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)	\
    (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)


#endif /* COBJMACROS */


#endif 	/* C style interface */




#endif 	/* __IRRPComInterfaceImplementor_INTERFACE_DEFINED__ */



#ifndef __RSSREADERPLUGINLib_LIBRARY_DEFINED__
#define __RSSREADERPLUGINLib_LIBRARY_DEFINED__

/* library RSSREADERPLUGINLib */
/* [helpstring][version][uuid] */ 


EXTERN_C const IID LIBID_RSSREADERPLUGINLib;

EXTERN_C const CLSID CLSID_RRPComInterfaceImplementor;

#ifdef __cplusplus

class DECLSPEC_UUID("D591FF5A-76BE-436B-B9F1-8CCB28C92A1A")
RRPComInterfaceImplementor;
#endif
#endif /* __RSSREADERPLUGINLib_LIBRARY_DEFINED__ */

/* Additional Prototypes for ALL interfaces */

/* end of Additional Prototypes */

#ifdef __cplusplus
}
#endif

#endif


By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
Quote : "Life is all about solving problems and enjoying their solutions !! "

Comments and Discussions