

/* this ALWAYS GENERATED file contains the definitions for the interfaces */


 /* File created by MIDL compiler version 7.00.0555 */
/* at Wed Sep 21 14:15:38 2011
 */
/* Compiler settings for .\NewATLScol.idl:
    Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 7.00.0555 
    protocol : dce , ms_ext, c_ext, robust
    error checks: 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 __NewATLScol_i_h__
#define __NewATLScol_i_h__

#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif

/* Forward Declarations */ 

#ifndef __IScolPlugin_FWD_DEFINED__
#define __IScolPlugin_FWD_DEFINED__
typedef interface IScolPlugin IScolPlugin;
#endif 	/* __IScolPlugin_FWD_DEFINED__ */


#ifndef ___IScolPluginEvents_FWD_DEFINED__
#define ___IScolPluginEvents_FWD_DEFINED__
typedef interface _IScolPluginEvents _IScolPluginEvents;
#endif 	/* ___IScolPluginEvents_FWD_DEFINED__ */


#ifndef __ScolPlugin_FWD_DEFINED__
#define __ScolPlugin_FWD_DEFINED__

#ifdef __cplusplus
typedef class ScolPlugin ScolPlugin;
#else
typedef struct ScolPlugin ScolPlugin;
#endif /* __cplusplus */

#endif 	/* __ScolPlugin_FWD_DEFINED__ */


/* header files for imported files */
#include "oaidl.h"
#include "ocidl.h"

#ifdef __cplusplus
extern "C"{
#endif 


#ifndef __IScolPlugin_INTERFACE_DEFINED__
#define __IScolPlugin_INTERFACE_DEFINED__

/* interface IScolPlugin */
/* [unique][helpstring][nonextensible][dual][uuid][object] */ 


EXTERN_C const IID IID_IScolPlugin;

#if defined(__cplusplus) && !defined(CINTERFACE)
    
    MIDL_INTERFACE("3CB81882-8A3D-4262-81C0-92856355B114")
    IScolPlugin : public IDispatch
    {
    public:
        virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_DownloadURL( 
            /* [retval][out] */ BSTR *pVal) = 0;
        
        virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_DownloadURL( 
            /* [in] */ BSTR newVal) = 0;
        
        virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE SendScolMessage( 
            /* [in] */ BSTR *msg,
            /* [retval][out] */ LONG *result) = 0;
        
        virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE LaunchMachine( 
            /* [in] */ BSTR *CmdLine,
            /* [in] */ LONG CmdShow,
            /* [in] */ LONG MemSize,
            /* [retval][out] */ LONG *result) = 0;
        
        virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ForceInstall( 
            /* [retval][out] */ BSTR *pVal) = 0;
        
        virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ForceInstall( 
            /* [in] */ BSTR newVal) = 0;
        
        virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_DownloadSize( 
            /* [retval][out] */ LONG *pVal) = 0;
        
        virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_DownloadSize( 
            /* [in] */ LONG newVal) = 0;
        
        virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ScolVersionNeeded( 
            /* [retval][out] */ BSTR *pVal) = 0;
        
        virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ScolVersionNeeded( 
            /* [in] */ BSTR newVal) = 0;
        
    };
    
#else 	/* C style interface */

    typedef struct IScolPluginVtbl
    {
        BEGIN_INTERFACE
        
        HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
            IScolPlugin * This,
            /* [in] */ REFIID riid,
            /* [annotation][iid_is][out] */ 
            __RPC__deref_out  void **ppvObject);
        
        ULONG ( STDMETHODCALLTYPE *AddRef )( 
            IScolPlugin * This);
        
        ULONG ( STDMETHODCALLTYPE *Release )( 
            IScolPlugin * This);
        
        HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( 
            IScolPlugin * This,
            /* [out] */ UINT *pctinfo);
        
        HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( 
            IScolPlugin * This,
            /* [in] */ UINT iTInfo,
            /* [in] */ LCID lcid,
            /* [out] */ ITypeInfo **ppTInfo);
        
        HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( 
            IScolPlugin * This,
            /* [in] */ REFIID riid,
            /* [size_is][in] */ LPOLESTR *rgszNames,
            /* [range][in] */ UINT cNames,
            /* [in] */ LCID lcid,
            /* [size_is][out] */ DISPID *rgDispId);
        
        /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( 
            IScolPlugin * 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);
        
        /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_DownloadURL )( 
            IScolPlugin * This,
            /* [retval][out] */ BSTR *pVal);
        
        /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_DownloadURL )( 
            IScolPlugin * This,
            /* [in] */ BSTR newVal);
        
        /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *SendScolMessage )( 
            IScolPlugin * This,
            /* [in] */ BSTR *msg,
            /* [retval][out] */ LONG *result);
        
        /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *LaunchMachine )( 
            IScolPlugin * This,
            /* [in] */ BSTR *CmdLine,
            /* [in] */ LONG CmdShow,
            /* [in] */ LONG MemSize,
            /* [retval][out] */ LONG *result);
        
        /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ForceInstall )( 
            IScolPlugin * This,
            /* [retval][out] */ BSTR *pVal);
        
        /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_ForceInstall )( 
            IScolPlugin * This,
            /* [in] */ BSTR newVal);
        
        /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_DownloadSize )( 
            IScolPlugin * This,
            /* [retval][out] */ LONG *pVal);
        
        /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_DownloadSize )( 
            IScolPlugin * This,
            /* [in] */ LONG newVal);
        
        /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ScolVersionNeeded )( 
            IScolPlugin * This,
            /* [retval][out] */ BSTR *pVal);
        
        /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_ScolVersionNeeded )( 
            IScolPlugin * This,
            /* [in] */ BSTR newVal);
        
        END_INTERFACE
    } IScolPluginVtbl;

    interface IScolPlugin
    {
        CONST_VTBL struct IScolPluginVtbl *lpVtbl;
    };

    

#ifdef COBJMACROS


#define IScolPlugin_QueryInterface(This,riid,ppvObject)	\
    ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 

#define IScolPlugin_AddRef(This)	\
    ( (This)->lpVtbl -> AddRef(This) ) 

#define IScolPlugin_Release(This)	\
    ( (This)->lpVtbl -> Release(This) ) 


#define IScolPlugin_GetTypeInfoCount(This,pctinfo)	\
    ( (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) ) 

#define IScolPlugin_GetTypeInfo(This,iTInfo,lcid,ppTInfo)	\
    ( (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) ) 

#define IScolPlugin_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)	\
    ( (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) ) 

#define IScolPlugin_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)	\
    ( (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) ) 


#define IScolPlugin_get_DownloadURL(This,pVal)	\
    ( (This)->lpVtbl -> get_DownloadURL(This,pVal) ) 

#define IScolPlugin_put_DownloadURL(This,newVal)	\
    ( (This)->lpVtbl -> put_DownloadURL(This,newVal) ) 

#define IScolPlugin_SendScolMessage(This,msg,result)	\
    ( (This)->lpVtbl -> SendScolMessage(This,msg,result) ) 

#define IScolPlugin_LaunchMachine(This,CmdLine,CmdShow,MemSize,result)	\
    ( (This)->lpVtbl -> LaunchMachine(This,CmdLine,CmdShow,MemSize,result) ) 

#define IScolPlugin_get_ForceInstall(This,pVal)	\
    ( (This)->lpVtbl -> get_ForceInstall(This,pVal) ) 

#define IScolPlugin_put_ForceInstall(This,newVal)	\
    ( (This)->lpVtbl -> put_ForceInstall(This,newVal) ) 

#define IScolPlugin_get_DownloadSize(This,pVal)	\
    ( (This)->lpVtbl -> get_DownloadSize(This,pVal) ) 

#define IScolPlugin_put_DownloadSize(This,newVal)	\
    ( (This)->lpVtbl -> put_DownloadSize(This,newVal) ) 

#define IScolPlugin_get_ScolVersionNeeded(This,pVal)	\
    ( (This)->lpVtbl -> get_ScolVersionNeeded(This,pVal) ) 

#define IScolPlugin_put_ScolVersionNeeded(This,newVal)	\
    ( (This)->lpVtbl -> put_ScolVersionNeeded(This,newVal) ) 

#endif /* COBJMACROS */


#endif 	/* C style interface */




#endif 	/* __IScolPlugin_INTERFACE_DEFINED__ */



#ifndef __NewATLScolLib_LIBRARY_DEFINED__
#define __NewATLScolLib_LIBRARY_DEFINED__

/* library NewATLScolLib */
/* [helpstring][version][uuid] */ 


EXTERN_C const IID LIBID_NewATLScolLib;

#ifndef ___IScolPluginEvents_DISPINTERFACE_DEFINED__
#define ___IScolPluginEvents_DISPINTERFACE_DEFINED__

/* dispinterface _IScolPluginEvents */
/* [helpstring][uuid] */ 


EXTERN_C const IID DIID__IScolPluginEvents;

#if defined(__cplusplus) && !defined(CINTERFACE)

    MIDL_INTERFACE("CEFA78A0-6269-4690-B6BD-5A12118A5EA5")
    _IScolPluginEvents : public IDispatch
    {
    };
    
#else 	/* C style interface */

    typedef struct _IScolPluginEventsVtbl
    {
        BEGIN_INTERFACE
        
        HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
            _IScolPluginEvents * This,
            /* [in] */ REFIID riid,
            /* [annotation][iid_is][out] */ 
            __RPC__deref_out  void **ppvObject);
        
        ULONG ( STDMETHODCALLTYPE *AddRef )( 
            _IScolPluginEvents * This);
        
        ULONG ( STDMETHODCALLTYPE *Release )( 
            _IScolPluginEvents * This);
        
        HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( 
            _IScolPluginEvents * This,
            /* [out] */ UINT *pctinfo);
        
        HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( 
            _IScolPluginEvents * This,
            /* [in] */ UINT iTInfo,
            /* [in] */ LCID lcid,
            /* [out] */ ITypeInfo **ppTInfo);
        
        HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( 
            _IScolPluginEvents * This,
            /* [in] */ REFIID riid,
            /* [size_is][in] */ LPOLESTR *rgszNames,
            /* [range][in] */ UINT cNames,
            /* [in] */ LCID lcid,
            /* [size_is][out] */ DISPID *rgDispId);
        
        /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( 
            _IScolPluginEvents * 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
    } _IScolPluginEventsVtbl;

    interface _IScolPluginEvents
    {
        CONST_VTBL struct _IScolPluginEventsVtbl *lpVtbl;
    };

    

#ifdef COBJMACROS


#define _IScolPluginEvents_QueryInterface(This,riid,ppvObject)	\
    ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 

#define _IScolPluginEvents_AddRef(This)	\
    ( (This)->lpVtbl -> AddRef(This) ) 

#define _IScolPluginEvents_Release(This)	\
    ( (This)->lpVtbl -> Release(This) ) 


#define _IScolPluginEvents_GetTypeInfoCount(This,pctinfo)	\
    ( (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) ) 

#define _IScolPluginEvents_GetTypeInfo(This,iTInfo,lcid,ppTInfo)	\
    ( (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) ) 

#define _IScolPluginEvents_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)	\
    ( (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) ) 

#define _IScolPluginEvents_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 	/* ___IScolPluginEvents_DISPINTERFACE_DEFINED__ */


EXTERN_C const CLSID CLSID_ScolPlugin;

#ifdef __cplusplus

class DECLSPEC_UUID("7A96FF35-4937-11D1-8F2C-00609779BDA3")
ScolPlugin;
#endif
#endif /* __NewATLScolLib_LIBRARY_DEFINED__ */

/* Additional Prototypes for ALL interfaces */

unsigned long             __RPC_USER  BSTR_UserSize(     unsigned long *, unsigned long            , BSTR * ); 
unsigned char * __RPC_USER  BSTR_UserMarshal(  unsigned long *, unsigned char *, BSTR * ); 
unsigned char * __RPC_USER  BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * ); 
void                      __RPC_USER  BSTR_UserFree(     unsigned long *, BSTR * ); 

/* end of Additional Prototypes */

#ifdef __cplusplus
}
#endif

#endif


