123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445 |
- #pragma warning( disable: 4049 ) /* more than 64k source lines */
- /* this ALWAYS GENERATED file contains the definitions for the interfaces */
- /* File created by MIDL compiler version 6.00.0347 */
- /* Compiler settings for bitscfg.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( )
- /* 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 __bitscfg_h__
- #define __bitscfg_h__
- #if defined(_MSC_VER) && (_MSC_VER >= 1020)
- #pragma once
- #endif
- /* Forward Declarations */
- #ifndef __IBITSExtensionSetup_FWD_DEFINED__
- #define __IBITSExtensionSetup_FWD_DEFINED__
- typedef interface IBITSExtensionSetup IBITSExtensionSetup;
- #endif /* __IBITSExtensionSetup_FWD_DEFINED__ */
- #ifndef __IBITSExtensionSetupFactory_FWD_DEFINED__
- #define __IBITSExtensionSetupFactory_FWD_DEFINED__
- typedef interface IBITSExtensionSetupFactory IBITSExtensionSetupFactory;
- #endif /* __IBITSExtensionSetupFactory_FWD_DEFINED__ */
- #ifndef __BITSExtensionSetupFactory_FWD_DEFINED__
- #define __BITSExtensionSetupFactory_FWD_DEFINED__
- #ifdef __cplusplus
- typedef class BITSExtensionSetupFactory BITSExtensionSetupFactory;
- #else
- typedef struct BITSExtensionSetupFactory BITSExtensionSetupFactory;
- #endif /* __cplusplus */
- #endif /* __BITSExtensionSetupFactory_FWD_DEFINED__ */
- /* header files for imported files */
- #include "oaidl.h"
- #include "ocidl.h"
- #include "mstask.h"
- #ifdef __cplusplus
- extern "C"{
- #endif
- void * __RPC_USER MIDL_user_allocate(size_t);
- void __RPC_USER MIDL_user_free( void * );
- #ifndef __IBITSExtensionSetup_INTERFACE_DEFINED__
- #define __IBITSExtensionSetup_INTERFACE_DEFINED__
- /* interface IBITSExtensionSetup */
- /* [object][dual][uuid] */
- EXTERN_C const IID IID_IBITSExtensionSetup;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("29cfbbf7-09e4-4b97-b0bc-f2287e3d8eb3")
- IBITSExtensionSetup : public IDispatch
- {
- public:
- virtual /* [id] */ HRESULT STDMETHODCALLTYPE EnableBITSUploads( void) = 0;
-
- virtual /* [id] */ HRESULT STDMETHODCALLTYPE DisableBITSUploads( void) = 0;
-
- virtual /* [id] */ HRESULT STDMETHODCALLTYPE GetCleanupTaskName(
- /* [retval][out] */ BSTR *pTaskName) = 0;
-
- virtual /* [id] */ HRESULT STDMETHODCALLTYPE GetCleanupTask(
- /* [in] */ REFIID riid,
- /* [retval][out] */ IUnknown **ppUnk) = 0;
-
- };
-
- #else /* C style interface */
- typedef struct IBITSExtensionSetupVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
- IBITSExtensionSetup * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void **ppvObject);
-
- ULONG ( STDMETHODCALLTYPE *AddRef )(
- IBITSExtensionSetup * This);
-
- ULONG ( STDMETHODCALLTYPE *Release )(
- IBITSExtensionSetup * This);
-
- HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
- IBITSExtensionSetup * This,
- /* [out] */ UINT *pctinfo);
-
- HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
- IBITSExtensionSetup * This,
- /* [in] */ UINT iTInfo,
- /* [in] */ LCID lcid,
- /* [out] */ ITypeInfo **ppTInfo);
-
- HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
- IBITSExtensionSetup * This,
- /* [in] */ REFIID riid,
- /* [size_is][in] */ LPOLESTR *rgszNames,
- /* [in] */ UINT cNames,
- /* [in] */ LCID lcid,
- /* [size_is][out] */ DISPID *rgDispId);
-
- /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
- IBITSExtensionSetup * 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);
-
- /* [id] */ HRESULT ( STDMETHODCALLTYPE *EnableBITSUploads )(
- IBITSExtensionSetup * This);
-
- /* [id] */ HRESULT ( STDMETHODCALLTYPE *DisableBITSUploads )(
- IBITSExtensionSetup * This);
-
- /* [id] */ HRESULT ( STDMETHODCALLTYPE *GetCleanupTaskName )(
- IBITSExtensionSetup * This,
- /* [retval][out] */ BSTR *pTaskName);
-
- /* [id] */ HRESULT ( STDMETHODCALLTYPE *GetCleanupTask )(
- IBITSExtensionSetup * This,
- /* [in] */ REFIID riid,
- /* [retval][out] */ IUnknown **ppUnk);
-
- END_INTERFACE
- } IBITSExtensionSetupVtbl;
- interface IBITSExtensionSetup
- {
- CONST_VTBL struct IBITSExtensionSetupVtbl *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IBITSExtensionSetup_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IBITSExtensionSetup_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define IBITSExtensionSetup_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define IBITSExtensionSetup_GetTypeInfoCount(This,pctinfo) \
- (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
- #define IBITSExtensionSetup_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
- (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
- #define IBITSExtensionSetup_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
- (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
- #define IBITSExtensionSetup_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
- (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
- #define IBITSExtensionSetup_EnableBITSUploads(This) \
- (This)->lpVtbl -> EnableBITSUploads(This)
- #define IBITSExtensionSetup_DisableBITSUploads(This) \
- (This)->lpVtbl -> DisableBITSUploads(This)
- #define IBITSExtensionSetup_GetCleanupTaskName(This,pTaskName) \
- (This)->lpVtbl -> GetCleanupTaskName(This,pTaskName)
- #define IBITSExtensionSetup_GetCleanupTask(This,riid,ppUnk) \
- (This)->lpVtbl -> GetCleanupTask(This,riid,ppUnk)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- /* [id] */ HRESULT STDMETHODCALLTYPE IBITSExtensionSetup_EnableBITSUploads_Proxy(
- IBITSExtensionSetup * This);
- void __RPC_STUB IBITSExtensionSetup_EnableBITSUploads_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id] */ HRESULT STDMETHODCALLTYPE IBITSExtensionSetup_DisableBITSUploads_Proxy(
- IBITSExtensionSetup * This);
- void __RPC_STUB IBITSExtensionSetup_DisableBITSUploads_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id] */ HRESULT STDMETHODCALLTYPE IBITSExtensionSetup_GetCleanupTaskName_Proxy(
- IBITSExtensionSetup * This,
- /* [retval][out] */ BSTR *pTaskName);
- void __RPC_STUB IBITSExtensionSetup_GetCleanupTaskName_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id] */ HRESULT STDMETHODCALLTYPE IBITSExtensionSetup_GetCleanupTask_Proxy(
- IBITSExtensionSetup * This,
- /* [in] */ REFIID riid,
- /* [retval][out] */ IUnknown **ppUnk);
- void __RPC_STUB IBITSExtensionSetup_GetCleanupTask_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- #endif /* __IBITSExtensionSetup_INTERFACE_DEFINED__ */
- #ifndef __IBITSExtensionSetupFactory_INTERFACE_DEFINED__
- #define __IBITSExtensionSetupFactory_INTERFACE_DEFINED__
- /* interface IBITSExtensionSetupFactory */
- /* [object][dual][uuid] */
- EXTERN_C const IID IID_IBITSExtensionSetupFactory;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("d5d2d542-5503-4e64-8b48-72ef91a32ee1")
- IBITSExtensionSetupFactory : public IDispatch
- {
- public:
- virtual /* [id] */ HRESULT STDMETHODCALLTYPE GetObject(
- /* [in] */ BSTR Path,
- /* [retval][out] */ IBITSExtensionSetup **ppExtensionSetup) = 0;
-
- };
-
- #else /* C style interface */
- typedef struct IBITSExtensionSetupFactoryVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
- IBITSExtensionSetupFactory * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void **ppvObject);
-
- ULONG ( STDMETHODCALLTYPE *AddRef )(
- IBITSExtensionSetupFactory * This);
-
- ULONG ( STDMETHODCALLTYPE *Release )(
- IBITSExtensionSetupFactory * This);
-
- HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
- IBITSExtensionSetupFactory * This,
- /* [out] */ UINT *pctinfo);
-
- HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
- IBITSExtensionSetupFactory * This,
- /* [in] */ UINT iTInfo,
- /* [in] */ LCID lcid,
- /* [out] */ ITypeInfo **ppTInfo);
-
- HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
- IBITSExtensionSetupFactory * This,
- /* [in] */ REFIID riid,
- /* [size_is][in] */ LPOLESTR *rgszNames,
- /* [in] */ UINT cNames,
- /* [in] */ LCID lcid,
- /* [size_is][out] */ DISPID *rgDispId);
-
- /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
- IBITSExtensionSetupFactory * 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);
-
- /* [id] */ HRESULT ( STDMETHODCALLTYPE *GetObject )(
- IBITSExtensionSetupFactory * This,
- /* [in] */ BSTR Path,
- /* [retval][out] */ IBITSExtensionSetup **ppExtensionSetup);
-
- END_INTERFACE
- } IBITSExtensionSetupFactoryVtbl;
- interface IBITSExtensionSetupFactory
- {
- CONST_VTBL struct IBITSExtensionSetupFactoryVtbl *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IBITSExtensionSetupFactory_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IBITSExtensionSetupFactory_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define IBITSExtensionSetupFactory_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define IBITSExtensionSetupFactory_GetTypeInfoCount(This,pctinfo) \
- (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
- #define IBITSExtensionSetupFactory_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
- (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
- #define IBITSExtensionSetupFactory_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
- (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
- #define IBITSExtensionSetupFactory_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
- (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
- #define IBITSExtensionSetupFactory_GetObject(This,Path,ppExtensionSetup) \
- (This)->lpVtbl -> GetObject(This,Path,ppExtensionSetup)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- /* [id] */ HRESULT STDMETHODCALLTYPE IBITSExtensionSetupFactory_GetObject_Proxy(
- IBITSExtensionSetupFactory * This,
- /* [in] */ BSTR Path,
- /* [retval][out] */ IBITSExtensionSetup **ppExtensionSetup);
- void __RPC_STUB IBITSExtensionSetupFactory_GetObject_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- #endif /* __IBITSExtensionSetupFactory_INTERFACE_DEFINED__ */
- #ifndef __BITSExtensionSetup_LIBRARY_DEFINED__
- #define __BITSExtensionSetup_LIBRARY_DEFINED__
- /* library BITSExtensionSetup */
- /* [version][helpstring][uuid] */
- EXTERN_C const IID LIBID_BITSExtensionSetup;
- EXTERN_C const CLSID CLSID_BITSExtensionSetupFactory;
- #ifdef __cplusplus
- class DECLSPEC_UUID("efbbab68-7286-4783-94bf-9461d8b7e7e9")
- BITSExtensionSetupFactory;
- #endif
- #endif /* __BITSExtensionSetup_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
|