/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 7.00.0555 */ /* Compiler settings for fsrmreports.idl: Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 7.00.0555 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 version is high enough to compile this file*/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 500 #endif /* verify that the version is high enough to compile this file*/ #ifndef __REQUIRED_RPCSAL_H_VERSION__ #define __REQUIRED_RPCSAL_H_VERSION__ 100 #endif #include "rpc.h" #include "rpcndr.h" #ifndef __RPCNDR_H_VERSION__ #error this stub requires an updated version of #endif // __RPCNDR_H_VERSION__ #ifndef COM_NO_WINDOWS_H #include "windows.h" #include "ole2.h" #endif /*COM_NO_WINDOWS_H*/ #ifndef __fsrmreports_h__ #define __fsrmreports_h__ #if defined(_MSC_VER) && (_MSC_VER >= 1020) #pragma once #endif /* Forward Declarations */ #ifndef __IFsrmReportManager_FWD_DEFINED__ #define __IFsrmReportManager_FWD_DEFINED__ typedef interface IFsrmReportManager IFsrmReportManager; #endif /* __IFsrmReportManager_FWD_DEFINED__ */ #ifndef __IFsrmReportJob_FWD_DEFINED__ #define __IFsrmReportJob_FWD_DEFINED__ typedef interface IFsrmReportJob IFsrmReportJob; #endif /* __IFsrmReportJob_FWD_DEFINED__ */ #ifndef __IFsrmReport_FWD_DEFINED__ #define __IFsrmReport_FWD_DEFINED__ typedef interface IFsrmReport IFsrmReport; #endif /* __IFsrmReport_FWD_DEFINED__ */ #ifndef __IFsrmReportScheduler_FWD_DEFINED__ #define __IFsrmReportScheduler_FWD_DEFINED__ typedef interface IFsrmReportScheduler IFsrmReportScheduler; #endif /* __IFsrmReportScheduler_FWD_DEFINED__ */ #ifndef __IFsrmFileManagementJobManager_FWD_DEFINED__ #define __IFsrmFileManagementJobManager_FWD_DEFINED__ typedef interface IFsrmFileManagementJobManager IFsrmFileManagementJobManager; #endif /* __IFsrmFileManagementJobManager_FWD_DEFINED__ */ #ifndef __IFsrmFileManagementJob_FWD_DEFINED__ #define __IFsrmFileManagementJob_FWD_DEFINED__ typedef interface IFsrmFileManagementJob IFsrmFileManagementJob; #endif /* __IFsrmFileManagementJob_FWD_DEFINED__ */ #ifndef __IFsrmPropertyCondition_FWD_DEFINED__ #define __IFsrmPropertyCondition_FWD_DEFINED__ typedef interface IFsrmPropertyCondition IFsrmPropertyCondition; #endif /* __IFsrmPropertyCondition_FWD_DEFINED__ */ /* header files for imported files */ #include "oaidl.h" #include "fsrmenums.h" #include "fsrm.h" #ifdef __cplusplus extern "C"{ #endif /* interface __MIDL_itf_fsrmreports_0000_0000 */ /* [local] */ #define FSRM_DISPID_REPORT_MANAGER ( ( FSRM_DISPID_FEATURE_REPORTS | 0x100000 ) ) #define FSRM_DISPID_REPORT_JOB ( ( FSRM_DISPID_FEATURE_REPORTS | 0x200000 ) ) #define FSRM_DISPID_REPORT ( ( FSRM_DISPID_FEATURE_REPORTS | 0x300000 ) ) #define FSRM_DISPID_REPORT_SCHEDULER ( ( FSRM_DISPID_FEATURE_REPORTS | 0x400000 ) ) #define FSRM_DISPID_FILE_MANAGEMENT_JOB_MANAGER ( ( FSRM_DISPID_FEATURE_REPORTS | 0x500000 ) ) #define FSRM_DISPID_FILE_MANAGEMENT_JOB ( ( FSRM_DISPID_FEATURE_REPORTS | 0x600000 ) ) #define FSRM_DISPID_FILE_MANAGEMENT_NOTIFICATION ( ( FSRM_DISPID_FEATURE_REPORTS | 0x700000 ) ) #define FSRM_DISPID_PROPERTY_CONDITION ( ( FSRM_DISPID_FEATURE_REPORTS | 0x800000 ) ) extern RPC_IF_HANDLE __MIDL_itf_fsrmreports_0000_0000_v0_0_c_ifspec; extern RPC_IF_HANDLE __MIDL_itf_fsrmreports_0000_0000_v0_0_s_ifspec; #ifndef __IFsrmReportManager_INTERFACE_DEFINED__ #define __IFsrmReportManager_INTERFACE_DEFINED__ /* interface IFsrmReportManager */ /* [object][oleautomation][dual][version][uuid] */ EXTERN_C const IID IID_IFsrmReportManager; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("27b899fe-6ffa-4481-a184-d3daade8a02b") IFsrmReportManager : public IDispatch { public: virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE EnumReportJobs( /* [defaultvalue][in] */ FsrmEnumOptions options, /* [retval][out] */ __RPC__deref_out_opt IFsrmCollection **reportJobs) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE CreateReportJob( /* [retval][out] */ __RPC__deref_out_opt IFsrmReportJob **reportJob) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE GetReportJob( /* [in] */ __RPC__in BSTR taskName, /* [retval][out] */ __RPC__deref_out_opt IFsrmReportJob **reportJob) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE GetOutputDirectory( /* [in] */ FsrmReportGenerationContext context, /* [retval][out] */ __RPC__deref_out_opt BSTR *path) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE SetOutputDirectory( /* [in] */ FsrmReportGenerationContext context, /* [in] */ __RPC__in BSTR path) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IsFilterValidForReportType( /* [in] */ FsrmReportType reportType, /* [in] */ FsrmReportFilter filter, /* [retval][out] */ __RPC__out VARIANT_BOOL *valid) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE GetDefaultFilter( /* [in] */ FsrmReportType reportType, /* [in] */ FsrmReportFilter filter, /* [retval][out] */ __RPC__out VARIANT *filterValue) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE SetDefaultFilter( /* [in] */ FsrmReportType reportType, /* [in] */ FsrmReportFilter filter, /* [in] */ VARIANT filterValue) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE GetReportSizeLimit( /* [in] */ FsrmReportLimit limit, /* [retval][out] */ __RPC__out VARIANT *limitValue) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE SetReportSizeLimit( /* [in] */ FsrmReportLimit limit, /* [in] */ VARIANT limitValue) = 0; }; #else /* C style interface */ typedef struct IFsrmReportManagerVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( __RPC__in IFsrmReportManager * This, /* [in] */ __RPC__in REFIID riid, /* [annotation][iid_is][out] */ __RPC__deref_out void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( __RPC__in IFsrmReportManager * This); ULONG ( STDMETHODCALLTYPE *Release )( __RPC__in IFsrmReportManager * This); HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( __RPC__in IFsrmReportManager * This, /* [out] */ __RPC__out UINT *pctinfo); HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( __RPC__in IFsrmReportManager * This, /* [in] */ UINT iTInfo, /* [in] */ LCID lcid, /* [out] */ __RPC__deref_out_opt ITypeInfo **ppTInfo); HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( __RPC__in IFsrmReportManager * This, /* [in] */ __RPC__in REFIID riid, /* [size_is][in] */ __RPC__in_ecount_full(cNames) LPOLESTR *rgszNames, /* [range][in] */ __RPC__in_range(0,16384) UINT cNames, /* [in] */ LCID lcid, /* [size_is][out] */ __RPC__out_ecount_full(cNames) DISPID *rgDispId); /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( IFsrmReportManager * 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] */ HRESULT ( STDMETHODCALLTYPE *EnumReportJobs )( __RPC__in IFsrmReportManager * This, /* [defaultvalue][in] */ FsrmEnumOptions options, /* [retval][out] */ __RPC__deref_out_opt IFsrmCollection **reportJobs); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *CreateReportJob )( __RPC__in IFsrmReportManager * This, /* [retval][out] */ __RPC__deref_out_opt IFsrmReportJob **reportJob); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *GetReportJob )( __RPC__in IFsrmReportManager * This, /* [in] */ __RPC__in BSTR taskName, /* [retval][out] */ __RPC__deref_out_opt IFsrmReportJob **reportJob); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *GetOutputDirectory )( __RPC__in IFsrmReportManager * This, /* [in] */ FsrmReportGenerationContext context, /* [retval][out] */ __RPC__deref_out_opt BSTR *path); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *SetOutputDirectory )( __RPC__in IFsrmReportManager * This, /* [in] */ FsrmReportGenerationContext context, /* [in] */ __RPC__in BSTR path); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *IsFilterValidForReportType )( __RPC__in IFsrmReportManager * This, /* [in] */ FsrmReportType reportType, /* [in] */ FsrmReportFilter filter, /* [retval][out] */ __RPC__out VARIANT_BOOL *valid); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *GetDefaultFilter )( __RPC__in IFsrmReportManager * This, /* [in] */ FsrmReportType reportType, /* [in] */ FsrmReportFilter filter, /* [retval][out] */ __RPC__out VARIANT *filterValue); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *SetDefaultFilter )( __RPC__in IFsrmReportManager * This, /* [in] */ FsrmReportType reportType, /* [in] */ FsrmReportFilter filter, /* [in] */ VARIANT filterValue); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *GetReportSizeLimit )( __RPC__in IFsrmReportManager * This, /* [in] */ FsrmReportLimit limit, /* [retval][out] */ __RPC__out VARIANT *limitValue); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *SetReportSizeLimit )( __RPC__in IFsrmReportManager * This, /* [in] */ FsrmReportLimit limit, /* [in] */ VARIANT limitValue); END_INTERFACE } IFsrmReportManagerVtbl; interface IFsrmReportManager { CONST_VTBL struct IFsrmReportManagerVtbl *lpVtbl; }; #ifdef COBJMACROS #define IFsrmReportManager_QueryInterface(This,riid,ppvObject) \ ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) #define IFsrmReportManager_AddRef(This) \ ( (This)->lpVtbl -> AddRef(This) ) #define IFsrmReportManager_Release(This) \ ( (This)->lpVtbl -> Release(This) ) #define IFsrmReportManager_GetTypeInfoCount(This,pctinfo) \ ( (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) ) #define IFsrmReportManager_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \ ( (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) ) #define IFsrmReportManager_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \ ( (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) ) #define IFsrmReportManager_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \ ( (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) ) #define IFsrmReportManager_EnumReportJobs(This,options,reportJobs) \ ( (This)->lpVtbl -> EnumReportJobs(This,options,reportJobs) ) #define IFsrmReportManager_CreateReportJob(This,reportJob) \ ( (This)->lpVtbl -> CreateReportJob(This,reportJob) ) #define IFsrmReportManager_GetReportJob(This,taskName,reportJob) \ ( (This)->lpVtbl -> GetReportJob(This,taskName,reportJob) ) #define IFsrmReportManager_GetOutputDirectory(This,context,path) \ ( (This)->lpVtbl -> GetOutputDirectory(This,context,path) ) #define IFsrmReportManager_SetOutputDirectory(This,context,path) \ ( (This)->lpVtbl -> SetOutputDirectory(This,context,path) ) #define IFsrmReportManager_IsFilterValidForReportType(This,reportType,filter,valid) \ ( (This)->lpVtbl -> IsFilterValidForReportType(This,reportType,filter,valid) ) #define IFsrmReportManager_GetDefaultFilter(This,reportType,filter,filterValue) \ ( (This)->lpVtbl -> GetDefaultFilter(This,reportType,filter,filterValue) ) #define IFsrmReportManager_SetDefaultFilter(This,reportType,filter,filterValue) \ ( (This)->lpVtbl -> SetDefaultFilter(This,reportType,filter,filterValue) ) #define IFsrmReportManager_GetReportSizeLimit(This,limit,limitValue) \ ( (This)->lpVtbl -> GetReportSizeLimit(This,limit,limitValue) ) #define IFsrmReportManager_SetReportSizeLimit(This,limit,limitValue) \ ( (This)->lpVtbl -> SetReportSizeLimit(This,limit,limitValue) ) #endif /* COBJMACROS */ #endif /* C style interface */ #endif /* __IFsrmReportManager_INTERFACE_DEFINED__ */ #ifndef __IFsrmReportJob_INTERFACE_DEFINED__ #define __IFsrmReportJob_INTERFACE_DEFINED__ /* interface IFsrmReportJob */ /* [object][oleautomation][dual][version][uuid] */ EXTERN_C const IID IID_IFsrmReportJob; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("38e87280-715c-4c7d-a280-ea1651a19fef") IFsrmReportJob : public IFsrmObject { public: virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Task( /* [retval][out] */ __RPC__deref_out_opt BSTR *taskName) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Task( /* [in] */ __RPC__in BSTR taskName) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_NamespaceRoots( /* [retval][out] */ __RPC__deref_out_opt SAFEARRAY * *namespaceRoots) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_NamespaceRoots( /* [in] */ __RPC__in SAFEARRAY * namespaceRoots) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Formats( /* [retval][out] */ __RPC__deref_out_opt SAFEARRAY * *formats) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Formats( /* [in] */ __RPC__in SAFEARRAY * formats) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_MailTo( /* [retval][out] */ __RPC__deref_out_opt BSTR *mailTo) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_MailTo( /* [in] */ __RPC__in BSTR mailTo) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_RunningStatus( /* [retval][out] */ __RPC__out FsrmReportRunningStatus *runningStatus) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_LastRun( /* [retval][out] */ __RPC__out DATE *lastRun) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_LastError( /* [retval][out] */ __RPC__deref_out_opt BSTR *lastError) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_LastGeneratedInDirectory( /* [retval][out] */ __RPC__deref_out_opt BSTR *path) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE EnumReports( /* [retval][out] */ __RPC__deref_out_opt IFsrmCollection **reports) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE CreateReport( /* [in] */ FsrmReportType reportType, /* [retval][out] */ __RPC__deref_out_opt IFsrmReport **report) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Run( /* [in] */ FsrmReportGenerationContext context) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE WaitForCompletion( /* [in] */ long waitSeconds, /* [retval][out] */ __RPC__out VARIANT_BOOL *completed) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Cancel( void) = 0; }; #else /* C style interface */ typedef struct IFsrmReportJobVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( __RPC__in IFsrmReportJob * This, /* [in] */ __RPC__in REFIID riid, /* [annotation][iid_is][out] */ __RPC__deref_out void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( __RPC__in IFsrmReportJob * This); ULONG ( STDMETHODCALLTYPE *Release )( __RPC__in IFsrmReportJob * This); HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( __RPC__in IFsrmReportJob * This, /* [out] */ __RPC__out UINT *pctinfo); HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( __RPC__in IFsrmReportJob * This, /* [in] */ UINT iTInfo, /* [in] */ LCID lcid, /* [out] */ __RPC__deref_out_opt ITypeInfo **ppTInfo); HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( __RPC__in IFsrmReportJob * This, /* [in] */ __RPC__in REFIID riid, /* [size_is][in] */ __RPC__in_ecount_full(cNames) LPOLESTR *rgszNames, /* [range][in] */ __RPC__in_range(0,16384) UINT cNames, /* [in] */ LCID lcid, /* [size_is][out] */ __RPC__out_ecount_full(cNames) DISPID *rgDispId); /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( IFsrmReportJob * 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_Id )( __RPC__in IFsrmReportJob * This, /* [retval][out] */ __RPC__out FSRM_OBJECT_ID *id); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Description )( __RPC__in IFsrmReportJob * This, /* [retval][out] */ __RPC__deref_out_opt BSTR *description); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Description )( __RPC__in IFsrmReportJob * This, /* [in] */ __RPC__in BSTR description); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Delete )( __RPC__in IFsrmReportJob * This); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Commit )( __RPC__in IFsrmReportJob * This); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Task )( __RPC__in IFsrmReportJob * This, /* [retval][out] */ __RPC__deref_out_opt BSTR *taskName); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Task )( __RPC__in IFsrmReportJob * This, /* [in] */ __RPC__in BSTR taskName); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_NamespaceRoots )( __RPC__in IFsrmReportJob * This, /* [retval][out] */ __RPC__deref_out_opt SAFEARRAY * *namespaceRoots); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_NamespaceRoots )( __RPC__in IFsrmReportJob * This, /* [in] */ __RPC__in SAFEARRAY * namespaceRoots); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Formats )( __RPC__in IFsrmReportJob * This, /* [retval][out] */ __RPC__deref_out_opt SAFEARRAY * *formats); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Formats )( __RPC__in IFsrmReportJob * This, /* [in] */ __RPC__in SAFEARRAY * formats); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_MailTo )( __RPC__in IFsrmReportJob * This, /* [retval][out] */ __RPC__deref_out_opt BSTR *mailTo); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_MailTo )( __RPC__in IFsrmReportJob * This, /* [in] */ __RPC__in BSTR mailTo); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_RunningStatus )( __RPC__in IFsrmReportJob * This, /* [retval][out] */ __RPC__out FsrmReportRunningStatus *runningStatus); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_LastRun )( __RPC__in IFsrmReportJob * This, /* [retval][out] */ __RPC__out DATE *lastRun); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_LastError )( __RPC__in IFsrmReportJob * This, /* [retval][out] */ __RPC__deref_out_opt BSTR *lastError); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_LastGeneratedInDirectory )( __RPC__in IFsrmReportJob * This, /* [retval][out] */ __RPC__deref_out_opt BSTR *path); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *EnumReports )( __RPC__in IFsrmReportJob * This, /* [retval][out] */ __RPC__deref_out_opt IFsrmCollection **reports); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *CreateReport )( __RPC__in IFsrmReportJob * This, /* [in] */ FsrmReportType reportType, /* [retval][out] */ __RPC__deref_out_opt IFsrmReport **report); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Run )( __RPC__in IFsrmReportJob * This, /* [in] */ FsrmReportGenerationContext context); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *WaitForCompletion )( __RPC__in IFsrmReportJob * This, /* [in] */ long waitSeconds, /* [retval][out] */ __RPC__out VARIANT_BOOL *completed); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Cancel )( __RPC__in IFsrmReportJob * This); END_INTERFACE } IFsrmReportJobVtbl; interface IFsrmReportJob { CONST_VTBL struct IFsrmReportJobVtbl *lpVtbl; }; #ifdef COBJMACROS #define IFsrmReportJob_QueryInterface(This,riid,ppvObject) \ ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) #define IFsrmReportJob_AddRef(This) \ ( (This)->lpVtbl -> AddRef(This) ) #define IFsrmReportJob_Release(This) \ ( (This)->lpVtbl -> Release(This) ) #define IFsrmReportJob_GetTypeInfoCount(This,pctinfo) \ ( (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) ) #define IFsrmReportJob_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \ ( (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) ) #define IFsrmReportJob_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \ ( (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) ) #define IFsrmReportJob_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \ ( (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) ) #define IFsrmReportJob_get_Id(This,id) \ ( (This)->lpVtbl -> get_Id(This,id) ) #define IFsrmReportJob_get_Description(This,description) \ ( (This)->lpVtbl -> get_Description(This,description) ) #define IFsrmReportJob_put_Description(This,description) \ ( (This)->lpVtbl -> put_Description(This,description) ) #define IFsrmReportJob_Delete(This) \ ( (This)->lpVtbl -> Delete(This) ) #define IFsrmReportJob_Commit(This) \ ( (This)->lpVtbl -> Commit(This) ) #define IFsrmReportJob_get_Task(This,taskName) \ ( (This)->lpVtbl -> get_Task(This,taskName) ) #define IFsrmReportJob_put_Task(This,taskName) \ ( (This)->lpVtbl -> put_Task(This,taskName) ) #define IFsrmReportJob_get_NamespaceRoots(This,namespaceRoots) \ ( (This)->lpVtbl -> get_NamespaceRoots(This,namespaceRoots) ) #define IFsrmReportJob_put_NamespaceRoots(This,namespaceRoots) \ ( (This)->lpVtbl -> put_NamespaceRoots(This,namespaceRoots) ) #define IFsrmReportJob_get_Formats(This,formats) \ ( (This)->lpVtbl -> get_Formats(This,formats) ) #define IFsrmReportJob_put_Formats(This,formats) \ ( (This)->lpVtbl -> put_Formats(This,formats) ) #define IFsrmReportJob_get_MailTo(This,mailTo) \ ( (This)->lpVtbl -> get_MailTo(This,mailTo) ) #define IFsrmReportJob_put_MailTo(This,mailTo) \ ( (This)->lpVtbl -> put_MailTo(This,mailTo) ) #define IFsrmReportJob_get_RunningStatus(This,runningStatus) \ ( (This)->lpVtbl -> get_RunningStatus(This,runningStatus) ) #define IFsrmReportJob_get_LastRun(This,lastRun) \ ( (This)->lpVtbl -> get_LastRun(This,lastRun) ) #define IFsrmReportJob_get_LastError(This,lastError) \ ( (This)->lpVtbl -> get_LastError(This,lastError) ) #define IFsrmReportJob_get_LastGeneratedInDirectory(This,path) \ ( (This)->lpVtbl -> get_LastGeneratedInDirectory(This,path) ) #define IFsrmReportJob_EnumReports(This,reports) \ ( (This)->lpVtbl -> EnumReports(This,reports) ) #define IFsrmReportJob_CreateReport(This,reportType,report) \ ( (This)->lpVtbl -> CreateReport(This,reportType,report) ) #define IFsrmReportJob_Run(This,context) \ ( (This)->lpVtbl -> Run(This,context) ) #define IFsrmReportJob_WaitForCompletion(This,waitSeconds,completed) \ ( (This)->lpVtbl -> WaitForCompletion(This,waitSeconds,completed) ) #define IFsrmReportJob_Cancel(This) \ ( (This)->lpVtbl -> Cancel(This) ) #endif /* COBJMACROS */ #endif /* C style interface */ #endif /* __IFsrmReportJob_INTERFACE_DEFINED__ */ #ifndef __IFsrmReport_INTERFACE_DEFINED__ #define __IFsrmReport_INTERFACE_DEFINED__ /* interface IFsrmReport */ /* [object][oleautomation][dual][version][uuid] */ EXTERN_C const IID IID_IFsrmReport; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("d8cc81d9-46b8-4fa4-bfa5-4aa9dec9b638") IFsrmReport : public IDispatch { public: virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Type( /* [retval][out] */ __RPC__out FsrmReportType *reportType) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Name( /* [retval][out] */ __RPC__deref_out_opt BSTR *name) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Name( /* [in] */ __RPC__in BSTR name) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Description( /* [retval][out] */ __RPC__deref_out_opt BSTR *description) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Description( /* [in] */ __RPC__in BSTR description) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_LastGeneratedFileNamePrefix( /* [retval][out] */ __RPC__deref_out_opt BSTR *prefix) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE GetFilter( /* [in] */ FsrmReportFilter filter, /* [retval][out] */ __RPC__out VARIANT *filterValue) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE SetFilter( /* [in] */ FsrmReportFilter filter, /* [in] */ VARIANT filterValue) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Delete( void) = 0; }; #else /* C style interface */ typedef struct IFsrmReportVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( __RPC__in IFsrmReport * This, /* [in] */ __RPC__in REFIID riid, /* [annotation][iid_is][out] */ __RPC__deref_out void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( __RPC__in IFsrmReport * This); ULONG ( STDMETHODCALLTYPE *Release )( __RPC__in IFsrmReport * This); HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( __RPC__in IFsrmReport * This, /* [out] */ __RPC__out UINT *pctinfo); HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( __RPC__in IFsrmReport * This, /* [in] */ UINT iTInfo, /* [in] */ LCID lcid, /* [out] */ __RPC__deref_out_opt ITypeInfo **ppTInfo); HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( __RPC__in IFsrmReport * This, /* [in] */ __RPC__in REFIID riid, /* [size_is][in] */ __RPC__in_ecount_full(cNames) LPOLESTR *rgszNames, /* [range][in] */ __RPC__in_range(0,16384) UINT cNames, /* [in] */ LCID lcid, /* [size_is][out] */ __RPC__out_ecount_full(cNames) DISPID *rgDispId); /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( IFsrmReport * 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_Type )( __RPC__in IFsrmReport * This, /* [retval][out] */ __RPC__out FsrmReportType *reportType); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Name )( __RPC__in IFsrmReport * This, /* [retval][out] */ __RPC__deref_out_opt BSTR *name); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Name )( __RPC__in IFsrmReport * This, /* [in] */ __RPC__in BSTR name); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Description )( __RPC__in IFsrmReport * This, /* [retval][out] */ __RPC__deref_out_opt BSTR *description); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Description )( __RPC__in IFsrmReport * This, /* [in] */ __RPC__in BSTR description); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_LastGeneratedFileNamePrefix )( __RPC__in IFsrmReport * This, /* [retval][out] */ __RPC__deref_out_opt BSTR *prefix); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *GetFilter )( __RPC__in IFsrmReport * This, /* [in] */ FsrmReportFilter filter, /* [retval][out] */ __RPC__out VARIANT *filterValue); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *SetFilter )( __RPC__in IFsrmReport * This, /* [in] */ FsrmReportFilter filter, /* [in] */ VARIANT filterValue); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Delete )( __RPC__in IFsrmReport * This); END_INTERFACE } IFsrmReportVtbl; interface IFsrmReport { CONST_VTBL struct IFsrmReportVtbl *lpVtbl; }; #ifdef COBJMACROS #define IFsrmReport_QueryInterface(This,riid,ppvObject) \ ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) #define IFsrmReport_AddRef(This) \ ( (This)->lpVtbl -> AddRef(This) ) #define IFsrmReport_Release(This) \ ( (This)->lpVtbl -> Release(This) ) #define IFsrmReport_GetTypeInfoCount(This,pctinfo) \ ( (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) ) #define IFsrmReport_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \ ( (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) ) #define IFsrmReport_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \ ( (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) ) #define IFsrmReport_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \ ( (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) ) #define IFsrmReport_get_Type(This,reportType) \ ( (This)->lpVtbl -> get_Type(This,reportType) ) #define IFsrmReport_get_Name(This,name) \ ( (This)->lpVtbl -> get_Name(This,name) ) #define IFsrmReport_put_Name(This,name) \ ( (This)->lpVtbl -> put_Name(This,name) ) #define IFsrmReport_get_Description(This,description) \ ( (This)->lpVtbl -> get_Description(This,description) ) #define IFsrmReport_put_Description(This,description) \ ( (This)->lpVtbl -> put_Description(This,description) ) #define IFsrmReport_get_LastGeneratedFileNamePrefix(This,prefix) \ ( (This)->lpVtbl -> get_LastGeneratedFileNamePrefix(This,prefix) ) #define IFsrmReport_GetFilter(This,filter,filterValue) \ ( (This)->lpVtbl -> GetFilter(This,filter,filterValue) ) #define IFsrmReport_SetFilter(This,filter,filterValue) \ ( (This)->lpVtbl -> SetFilter(This,filter,filterValue) ) #define IFsrmReport_Delete(This) \ ( (This)->lpVtbl -> Delete(This) ) #endif /* COBJMACROS */ #endif /* C style interface */ #endif /* __IFsrmReport_INTERFACE_DEFINED__ */ #ifndef __IFsrmReportScheduler_INTERFACE_DEFINED__ #define __IFsrmReportScheduler_INTERFACE_DEFINED__ /* interface IFsrmReportScheduler */ /* [object][oleautomation][dual][version][uuid] */ EXTERN_C const IID IID_IFsrmReportScheduler; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("6879caf9-6617-4484-8719-71c3d8645f94") IFsrmReportScheduler : public IDispatch { public: virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE VerifyNamespaces( /* [in] */ __RPC__in VARIANT *namespacesSafeArray) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE CreateScheduleTask( /* [in] */ __RPC__in BSTR taskName, /* [in] */ __RPC__in VARIANT *namespacesSafeArray, /* [in] */ __RPC__in BSTR serializedTask) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ModifyScheduleTask( /* [in] */ __RPC__in BSTR taskName, /* [in] */ __RPC__in VARIANT *namespacesSafeArray, /* [in] */ __RPC__in BSTR serializedTask) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE DeleteScheduleTask( /* [in] */ __RPC__in BSTR taskName) = 0; }; #else /* C style interface */ typedef struct IFsrmReportSchedulerVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( __RPC__in IFsrmReportScheduler * This, /* [in] */ __RPC__in REFIID riid, /* [annotation][iid_is][out] */ __RPC__deref_out void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( __RPC__in IFsrmReportScheduler * This); ULONG ( STDMETHODCALLTYPE *Release )( __RPC__in IFsrmReportScheduler * This); HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( __RPC__in IFsrmReportScheduler * This, /* [out] */ __RPC__out UINT *pctinfo); HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( __RPC__in IFsrmReportScheduler * This, /* [in] */ UINT iTInfo, /* [in] */ LCID lcid, /* [out] */ __RPC__deref_out_opt ITypeInfo **ppTInfo); HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( __RPC__in IFsrmReportScheduler * This, /* [in] */ __RPC__in REFIID riid, /* [size_is][in] */ __RPC__in_ecount_full(cNames) LPOLESTR *rgszNames, /* [range][in] */ __RPC__in_range(0,16384) UINT cNames, /* [in] */ LCID lcid, /* [size_is][out] */ __RPC__out_ecount_full(cNames) DISPID *rgDispId); /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( IFsrmReportScheduler * 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] */ HRESULT ( STDMETHODCALLTYPE *VerifyNamespaces )( __RPC__in IFsrmReportScheduler * This, /* [in] */ __RPC__in VARIANT *namespacesSafeArray); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *CreateScheduleTask )( __RPC__in IFsrmReportScheduler * This, /* [in] */ __RPC__in BSTR taskName, /* [in] */ __RPC__in VARIANT *namespacesSafeArray, /* [in] */ __RPC__in BSTR serializedTask); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *ModifyScheduleTask )( __RPC__in IFsrmReportScheduler * This, /* [in] */ __RPC__in BSTR taskName, /* [in] */ __RPC__in VARIANT *namespacesSafeArray, /* [in] */ __RPC__in BSTR serializedTask); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *DeleteScheduleTask )( __RPC__in IFsrmReportScheduler * This, /* [in] */ __RPC__in BSTR taskName); END_INTERFACE } IFsrmReportSchedulerVtbl; interface IFsrmReportScheduler { CONST_VTBL struct IFsrmReportSchedulerVtbl *lpVtbl; }; #ifdef COBJMACROS #define IFsrmReportScheduler_QueryInterface(This,riid,ppvObject) \ ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) #define IFsrmReportScheduler_AddRef(This) \ ( (This)->lpVtbl -> AddRef(This) ) #define IFsrmReportScheduler_Release(This) \ ( (This)->lpVtbl -> Release(This) ) #define IFsrmReportScheduler_GetTypeInfoCount(This,pctinfo) \ ( (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) ) #define IFsrmReportScheduler_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \ ( (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) ) #define IFsrmReportScheduler_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \ ( (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) ) #define IFsrmReportScheduler_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \ ( (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) ) #define IFsrmReportScheduler_VerifyNamespaces(This,namespacesSafeArray) \ ( (This)->lpVtbl -> VerifyNamespaces(This,namespacesSafeArray) ) #define IFsrmReportScheduler_CreateScheduleTask(This,taskName,namespacesSafeArray,serializedTask) \ ( (This)->lpVtbl -> CreateScheduleTask(This,taskName,namespacesSafeArray,serializedTask) ) #define IFsrmReportScheduler_ModifyScheduleTask(This,taskName,namespacesSafeArray,serializedTask) \ ( (This)->lpVtbl -> ModifyScheduleTask(This,taskName,namespacesSafeArray,serializedTask) ) #define IFsrmReportScheduler_DeleteScheduleTask(This,taskName) \ ( (This)->lpVtbl -> DeleteScheduleTask(This,taskName) ) #endif /* COBJMACROS */ #endif /* C style interface */ #endif /* __IFsrmReportScheduler_INTERFACE_DEFINED__ */ #ifndef __IFsrmFileManagementJobManager_INTERFACE_DEFINED__ #define __IFsrmFileManagementJobManager_INTERFACE_DEFINED__ /* interface IFsrmFileManagementJobManager */ /* [object][oleautomation][dual][version][uuid] */ EXTERN_C const IID IID_IFsrmFileManagementJobManager; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("ee321ecb-d95e-48e9-907c-c7685a013235") IFsrmFileManagementJobManager : public IDispatch { public: virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ActionVariables( /* [retval][out] */ __RPC__deref_out_opt SAFEARRAY * *variables) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ActionVariableDescriptions( /* [retval][out] */ __RPC__deref_out_opt SAFEARRAY * *descriptions) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE EnumFileManagementJobs( /* [defaultvalue][in] */ FsrmEnumOptions options, /* [retval][out] */ __RPC__deref_out_opt IFsrmCollection **fileManagementJobs) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE CreateFileManagementJob( /* [retval][out] */ __RPC__deref_out_opt IFsrmFileManagementJob **fileManagementJob) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE GetFileManagementJob( /* [in] */ __RPC__in BSTR name, /* [retval][out] */ __RPC__deref_out_opt IFsrmFileManagementJob **fileManagementJob) = 0; }; #else /* C style interface */ typedef struct IFsrmFileManagementJobManagerVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( __RPC__in IFsrmFileManagementJobManager * This, /* [in] */ __RPC__in REFIID riid, /* [annotation][iid_is][out] */ __RPC__deref_out void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( __RPC__in IFsrmFileManagementJobManager * This); ULONG ( STDMETHODCALLTYPE *Release )( __RPC__in IFsrmFileManagementJobManager * This); HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( __RPC__in IFsrmFileManagementJobManager * This, /* [out] */ __RPC__out UINT *pctinfo); HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( __RPC__in IFsrmFileManagementJobManager * This, /* [in] */ UINT iTInfo, /* [in] */ LCID lcid, /* [out] */ __RPC__deref_out_opt ITypeInfo **ppTInfo); HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( __RPC__in IFsrmFileManagementJobManager * This, /* [in] */ __RPC__in REFIID riid, /* [size_is][in] */ __RPC__in_ecount_full(cNames) LPOLESTR *rgszNames, /* [range][in] */ __RPC__in_range(0,16384) UINT cNames, /* [in] */ LCID lcid, /* [size_is][out] */ __RPC__out_ecount_full(cNames) DISPID *rgDispId); /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( IFsrmFileManagementJobManager * 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_ActionVariables )( __RPC__in IFsrmFileManagementJobManager * This, /* [retval][out] */ __RPC__deref_out_opt SAFEARRAY * *variables); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ActionVariableDescriptions )( __RPC__in IFsrmFileManagementJobManager * This, /* [retval][out] */ __RPC__deref_out_opt SAFEARRAY * *descriptions); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *EnumFileManagementJobs )( __RPC__in IFsrmFileManagementJobManager * This, /* [defaultvalue][in] */ FsrmEnumOptions options, /* [retval][out] */ __RPC__deref_out_opt IFsrmCollection **fileManagementJobs); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *CreateFileManagementJob )( __RPC__in IFsrmFileManagementJobManager * This, /* [retval][out] */ __RPC__deref_out_opt IFsrmFileManagementJob **fileManagementJob); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *GetFileManagementJob )( __RPC__in IFsrmFileManagementJobManager * This, /* [in] */ __RPC__in BSTR name, /* [retval][out] */ __RPC__deref_out_opt IFsrmFileManagementJob **fileManagementJob); END_INTERFACE } IFsrmFileManagementJobManagerVtbl; interface IFsrmFileManagementJobManager { CONST_VTBL struct IFsrmFileManagementJobManagerVtbl *lpVtbl; }; #ifdef COBJMACROS #define IFsrmFileManagementJobManager_QueryInterface(This,riid,ppvObject) \ ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) #define IFsrmFileManagementJobManager_AddRef(This) \ ( (This)->lpVtbl -> AddRef(This) ) #define IFsrmFileManagementJobManager_Release(This) \ ( (This)->lpVtbl -> Release(This) ) #define IFsrmFileManagementJobManager_GetTypeInfoCount(This,pctinfo) \ ( (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) ) #define IFsrmFileManagementJobManager_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \ ( (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) ) #define IFsrmFileManagementJobManager_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \ ( (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) ) #define IFsrmFileManagementJobManager_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \ ( (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) ) #define IFsrmFileManagementJobManager_get_ActionVariables(This,variables) \ ( (This)->lpVtbl -> get_ActionVariables(This,variables) ) #define IFsrmFileManagementJobManager_get_ActionVariableDescriptions(This,descriptions) \ ( (This)->lpVtbl -> get_ActionVariableDescriptions(This,descriptions) ) #define IFsrmFileManagementJobManager_EnumFileManagementJobs(This,options,fileManagementJobs) \ ( (This)->lpVtbl -> EnumFileManagementJobs(This,options,fileManagementJobs) ) #define IFsrmFileManagementJobManager_CreateFileManagementJob(This,fileManagementJob) \ ( (This)->lpVtbl -> CreateFileManagementJob(This,fileManagementJob) ) #define IFsrmFileManagementJobManager_GetFileManagementJob(This,name,fileManagementJob) \ ( (This)->lpVtbl -> GetFileManagementJob(This,name,fileManagementJob) ) #endif /* COBJMACROS */ #endif /* C style interface */ #endif /* __IFsrmFileManagementJobManager_INTERFACE_DEFINED__ */ #ifndef __IFsrmFileManagementJob_INTERFACE_DEFINED__ #define __IFsrmFileManagementJob_INTERFACE_DEFINED__ /* interface IFsrmFileManagementJob */ /* [object][oleautomation][dual][version][uuid] */ #define FsrmDaysNotSpecified ( -1 ) #define FsrmDateNotSpecified ( ( DATE )-1 ) EXTERN_C const IID IID_IFsrmFileManagementJob; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("0770687e-9f36-4d6f-8778-599d188461c9") IFsrmFileManagementJob : public IFsrmObject { public: virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Name( /* [retval][out] */ __RPC__deref_out_opt BSTR *name) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Name( /* [in] */ __RPC__in BSTR name) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_NamespaceRoots( /* [retval][out] */ __RPC__deref_out_opt SAFEARRAY * *namespaceRoots) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_NamespaceRoots( /* [in] */ __RPC__in SAFEARRAY * namespaceRoots) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Enabled( /* [retval][out] */ __RPC__out VARIANT_BOOL *enabled) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Enabled( /* [in] */ VARIANT_BOOL enabled) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_OperationType( /* [retval][out] */ __RPC__out FsrmFileManagementType *operationType) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_OperationType( /* [in] */ FsrmFileManagementType operationType) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ExpirationDirectory( /* [retval][out] */ __RPC__deref_out_opt BSTR *expirationDirectory) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ExpirationDirectory( /* [in] */ __RPC__in BSTR expirationDirectory) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_CustomAction( /* [retval][out] */ __RPC__deref_out_opt IFsrmActionCommand **action) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Notifications( /* [retval][out] */ __RPC__deref_out_opt SAFEARRAY * *notifications) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Logging( /* [retval][out] */ __RPC__out long *loggingFlags) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Logging( /* [in] */ long loggingFlags) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ReportEnabled( /* [retval][out] */ __RPC__out VARIANT_BOOL *reportEnabled) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ReportEnabled( /* [in] */ VARIANT_BOOL reportEnabled) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Formats( /* [retval][out] */ __RPC__deref_out_opt SAFEARRAY * *formats) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Formats( /* [in] */ __RPC__in SAFEARRAY * formats) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_MailTo( /* [retval][out] */ __RPC__deref_out_opt BSTR *mailTo) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_MailTo( /* [in] */ __RPC__in BSTR mailTo) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_DaysSinceFileCreated( /* [retval][out] */ __RPC__out long *daysSinceCreation) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_DaysSinceFileCreated( /* [in] */ long daysSinceCreation) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_DaysSinceFileLastAccessed( /* [retval][out] */ __RPC__out long *daysSinceAccess) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_DaysSinceFileLastAccessed( /* [in] */ long daysSinceAccess) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_DaysSinceFileLastModified( /* [retval][out] */ __RPC__out long *daysSinceModify) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_DaysSinceFileLastModified( /* [in] */ long daysSinceModify) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_PropertyConditions( /* [retval][out] */ __RPC__deref_out_opt IFsrmCollection **propertyConditions) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_FromDate( /* [retval][out] */ __RPC__out DATE *fromDate) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_FromDate( /* [in] */ DATE fromDate) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Task( /* [retval][out] */ __RPC__deref_out_opt BSTR *taskName) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Task( /* [in] */ __RPC__in BSTR taskName) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Parameters( /* [retval][out] */ __RPC__deref_out_opt SAFEARRAY * *parameters) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Parameters( /* [in] */ __RPC__in SAFEARRAY * parameters) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_RunningStatus( /* [retval][out] */ __RPC__out FsrmReportRunningStatus *runningStatus) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_LastError( /* [retval][out] */ __RPC__deref_out_opt BSTR *lastError) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_LastReportPathWithoutExtension( /* [retval][out] */ __RPC__deref_out_opt BSTR *path) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_LastRun( /* [retval][out] */ __RPC__out DATE *lastRun) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_FileNamePattern( /* [retval][out] */ __RPC__deref_out_opt BSTR *fileNamePattern) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_FileNamePattern( /* [in] */ __RPC__in BSTR fileNamePattern) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Run( /* [in] */ FsrmReportGenerationContext context) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE WaitForCompletion( /* [in] */ long waitSeconds, /* [retval][out] */ __RPC__out VARIANT_BOOL *completed) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Cancel( void) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE AddNotification( /* [in] */ long days) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE DeleteNotification( /* [in] */ long days) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ModifyNotification( /* [in] */ long days, /* [in] */ long newDays) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE CreateNotificationAction( /* [in] */ long days, /* [in] */ FsrmActionType actionType, /* [retval][out] */ __RPC__deref_out_opt IFsrmAction **action) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE EnumNotificationActions( /* [in] */ long days, /* [retval][out] */ __RPC__deref_out_opt IFsrmCollection **actions) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE CreatePropertyCondition( /* [in] */ __RPC__in BSTR name, /* [retval][out] */ __RPC__deref_out_opt IFsrmPropertyCondition **propertyCondition) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE CreateCustomAction( /* [retval][out] */ __RPC__deref_out_opt IFsrmActionCommand **customAction) = 0; }; #else /* C style interface */ typedef struct IFsrmFileManagementJobVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ __RPC__in REFIID riid, /* [annotation][iid_is][out] */ __RPC__deref_out void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( __RPC__in IFsrmFileManagementJob * This); ULONG ( STDMETHODCALLTYPE *Release )( __RPC__in IFsrmFileManagementJob * This); HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( __RPC__in IFsrmFileManagementJob * This, /* [out] */ __RPC__out UINT *pctinfo); HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ UINT iTInfo, /* [in] */ LCID lcid, /* [out] */ __RPC__deref_out_opt ITypeInfo **ppTInfo); HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ __RPC__in REFIID riid, /* [size_is][in] */ __RPC__in_ecount_full(cNames) LPOLESTR *rgszNames, /* [range][in] */ __RPC__in_range(0,16384) UINT cNames, /* [in] */ LCID lcid, /* [size_is][out] */ __RPC__out_ecount_full(cNames) DISPID *rgDispId); /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( IFsrmFileManagementJob * 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_Id )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__out FSRM_OBJECT_ID *id); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Description )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__deref_out_opt BSTR *description); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Description )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ __RPC__in BSTR description); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Delete )( __RPC__in IFsrmFileManagementJob * This); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Commit )( __RPC__in IFsrmFileManagementJob * This); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Name )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__deref_out_opt BSTR *name); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Name )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ __RPC__in BSTR name); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_NamespaceRoots )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__deref_out_opt SAFEARRAY * *namespaceRoots); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_NamespaceRoots )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ __RPC__in SAFEARRAY * namespaceRoots); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Enabled )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__out VARIANT_BOOL *enabled); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Enabled )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ VARIANT_BOOL enabled); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_OperationType )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__out FsrmFileManagementType *operationType); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_OperationType )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ FsrmFileManagementType operationType); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ExpirationDirectory )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__deref_out_opt BSTR *expirationDirectory); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_ExpirationDirectory )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ __RPC__in BSTR expirationDirectory); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_CustomAction )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__deref_out_opt IFsrmActionCommand **action); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Notifications )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__deref_out_opt SAFEARRAY * *notifications); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Logging )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__out long *loggingFlags); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Logging )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ long loggingFlags); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ReportEnabled )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__out VARIANT_BOOL *reportEnabled); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_ReportEnabled )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ VARIANT_BOOL reportEnabled); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Formats )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__deref_out_opt SAFEARRAY * *formats); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Formats )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ __RPC__in SAFEARRAY * formats); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_MailTo )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__deref_out_opt BSTR *mailTo); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_MailTo )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ __RPC__in BSTR mailTo); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_DaysSinceFileCreated )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__out long *daysSinceCreation); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_DaysSinceFileCreated )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ long daysSinceCreation); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_DaysSinceFileLastAccessed )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__out long *daysSinceAccess); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_DaysSinceFileLastAccessed )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ long daysSinceAccess); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_DaysSinceFileLastModified )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__out long *daysSinceModify); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_DaysSinceFileLastModified )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ long daysSinceModify); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_PropertyConditions )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__deref_out_opt IFsrmCollection **propertyConditions); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_FromDate )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__out DATE *fromDate); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_FromDate )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ DATE fromDate); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Task )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__deref_out_opt BSTR *taskName); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Task )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ __RPC__in BSTR taskName); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Parameters )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__deref_out_opt SAFEARRAY * *parameters); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Parameters )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ __RPC__in SAFEARRAY * parameters); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_RunningStatus )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__out FsrmReportRunningStatus *runningStatus); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_LastError )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__deref_out_opt BSTR *lastError); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_LastReportPathWithoutExtension )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__deref_out_opt BSTR *path); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_LastRun )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__out DATE *lastRun); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_FileNamePattern )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__deref_out_opt BSTR *fileNamePattern); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_FileNamePattern )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ __RPC__in BSTR fileNamePattern); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Run )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ FsrmReportGenerationContext context); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *WaitForCompletion )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ long waitSeconds, /* [retval][out] */ __RPC__out VARIANT_BOOL *completed); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Cancel )( __RPC__in IFsrmFileManagementJob * This); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *AddNotification )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ long days); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *DeleteNotification )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ long days); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *ModifyNotification )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ long days, /* [in] */ long newDays); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *CreateNotificationAction )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ long days, /* [in] */ FsrmActionType actionType, /* [retval][out] */ __RPC__deref_out_opt IFsrmAction **action); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *EnumNotificationActions )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ long days, /* [retval][out] */ __RPC__deref_out_opt IFsrmCollection **actions); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *CreatePropertyCondition )( __RPC__in IFsrmFileManagementJob * This, /* [in] */ __RPC__in BSTR name, /* [retval][out] */ __RPC__deref_out_opt IFsrmPropertyCondition **propertyCondition); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *CreateCustomAction )( __RPC__in IFsrmFileManagementJob * This, /* [retval][out] */ __RPC__deref_out_opt IFsrmActionCommand **customAction); END_INTERFACE } IFsrmFileManagementJobVtbl; interface IFsrmFileManagementJob { CONST_VTBL struct IFsrmFileManagementJobVtbl *lpVtbl; }; #ifdef COBJMACROS #define IFsrmFileManagementJob_QueryInterface(This,riid,ppvObject) \ ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) #define IFsrmFileManagementJob_AddRef(This) \ ( (This)->lpVtbl -> AddRef(This) ) #define IFsrmFileManagementJob_Release(This) \ ( (This)->lpVtbl -> Release(This) ) #define IFsrmFileManagementJob_GetTypeInfoCount(This,pctinfo) \ ( (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) ) #define IFsrmFileManagementJob_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \ ( (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) ) #define IFsrmFileManagementJob_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \ ( (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) ) #define IFsrmFileManagementJob_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \ ( (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) ) #define IFsrmFileManagementJob_get_Id(This,id) \ ( (This)->lpVtbl -> get_Id(This,id) ) #define IFsrmFileManagementJob_get_Description(This,description) \ ( (This)->lpVtbl -> get_Description(This,description) ) #define IFsrmFileManagementJob_put_Description(This,description) \ ( (This)->lpVtbl -> put_Description(This,description) ) #define IFsrmFileManagementJob_Delete(This) \ ( (This)->lpVtbl -> Delete(This) ) #define IFsrmFileManagementJob_Commit(This) \ ( (This)->lpVtbl -> Commit(This) ) #define IFsrmFileManagementJob_get_Name(This,name) \ ( (This)->lpVtbl -> get_Name(This,name) ) #define IFsrmFileManagementJob_put_Name(This,name) \ ( (This)->lpVtbl -> put_Name(This,name) ) #define IFsrmFileManagementJob_get_NamespaceRoots(This,namespaceRoots) \ ( (This)->lpVtbl -> get_NamespaceRoots(This,namespaceRoots) ) #define IFsrmFileManagementJob_put_NamespaceRoots(This,namespaceRoots) \ ( (This)->lpVtbl -> put_NamespaceRoots(This,namespaceRoots) ) #define IFsrmFileManagementJob_get_Enabled(This,enabled) \ ( (This)->lpVtbl -> get_Enabled(This,enabled) ) #define IFsrmFileManagementJob_put_Enabled(This,enabled) \ ( (This)->lpVtbl -> put_Enabled(This,enabled) ) #define IFsrmFileManagementJob_get_OperationType(This,operationType) \ ( (This)->lpVtbl -> get_OperationType(This,operationType) ) #define IFsrmFileManagementJob_put_OperationType(This,operationType) \ ( (This)->lpVtbl -> put_OperationType(This,operationType) ) #define IFsrmFileManagementJob_get_ExpirationDirectory(This,expirationDirectory) \ ( (This)->lpVtbl -> get_ExpirationDirectory(This,expirationDirectory) ) #define IFsrmFileManagementJob_put_ExpirationDirectory(This,expirationDirectory) \ ( (This)->lpVtbl -> put_ExpirationDirectory(This,expirationDirectory) ) #define IFsrmFileManagementJob_get_CustomAction(This,action) \ ( (This)->lpVtbl -> get_CustomAction(This,action) ) #define IFsrmFileManagementJob_get_Notifications(This,notifications) \ ( (This)->lpVtbl -> get_Notifications(This,notifications) ) #define IFsrmFileManagementJob_get_Logging(This,loggingFlags) \ ( (This)->lpVtbl -> get_Logging(This,loggingFlags) ) #define IFsrmFileManagementJob_put_Logging(This,loggingFlags) \ ( (This)->lpVtbl -> put_Logging(This,loggingFlags) ) #define IFsrmFileManagementJob_get_ReportEnabled(This,reportEnabled) \ ( (This)->lpVtbl -> get_ReportEnabled(This,reportEnabled) ) #define IFsrmFileManagementJob_put_ReportEnabled(This,reportEnabled) \ ( (This)->lpVtbl -> put_ReportEnabled(This,reportEnabled) ) #define IFsrmFileManagementJob_get_Formats(This,formats) \ ( (This)->lpVtbl -> get_Formats(This,formats) ) #define IFsrmFileManagementJob_put_Formats(This,formats) \ ( (This)->lpVtbl -> put_Formats(This,formats) ) #define IFsrmFileManagementJob_get_MailTo(This,mailTo) \ ( (This)->lpVtbl -> get_MailTo(This,mailTo) ) #define IFsrmFileManagementJob_put_MailTo(This,mailTo) \ ( (This)->lpVtbl -> put_MailTo(This,mailTo) ) #define IFsrmFileManagementJob_get_DaysSinceFileCreated(This,daysSinceCreation) \ ( (This)->lpVtbl -> get_DaysSinceFileCreated(This,daysSinceCreation) ) #define IFsrmFileManagementJob_put_DaysSinceFileCreated(This,daysSinceCreation) \ ( (This)->lpVtbl -> put_DaysSinceFileCreated(This,daysSinceCreation) ) #define IFsrmFileManagementJob_get_DaysSinceFileLastAccessed(This,daysSinceAccess) \ ( (This)->lpVtbl -> get_DaysSinceFileLastAccessed(This,daysSinceAccess) ) #define IFsrmFileManagementJob_put_DaysSinceFileLastAccessed(This,daysSinceAccess) \ ( (This)->lpVtbl -> put_DaysSinceFileLastAccessed(This,daysSinceAccess) ) #define IFsrmFileManagementJob_get_DaysSinceFileLastModified(This,daysSinceModify) \ ( (This)->lpVtbl -> get_DaysSinceFileLastModified(This,daysSinceModify) ) #define IFsrmFileManagementJob_put_DaysSinceFileLastModified(This,daysSinceModify) \ ( (This)->lpVtbl -> put_DaysSinceFileLastModified(This,daysSinceModify) ) #define IFsrmFileManagementJob_get_PropertyConditions(This,propertyConditions) \ ( (This)->lpVtbl -> get_PropertyConditions(This,propertyConditions) ) #define IFsrmFileManagementJob_get_FromDate(This,fromDate) \ ( (This)->lpVtbl -> get_FromDate(This,fromDate) ) #define IFsrmFileManagementJob_put_FromDate(This,fromDate) \ ( (This)->lpVtbl -> put_FromDate(This,fromDate) ) #define IFsrmFileManagementJob_get_Task(This,taskName) \ ( (This)->lpVtbl -> get_Task(This,taskName) ) #define IFsrmFileManagementJob_put_Task(This,taskName) \ ( (This)->lpVtbl -> put_Task(This,taskName) ) #define IFsrmFileManagementJob_get_Parameters(This,parameters) \ ( (This)->lpVtbl -> get_Parameters(This,parameters) ) #define IFsrmFileManagementJob_put_Parameters(This,parameters) \ ( (This)->lpVtbl -> put_Parameters(This,parameters) ) #define IFsrmFileManagementJob_get_RunningStatus(This,runningStatus) \ ( (This)->lpVtbl -> get_RunningStatus(This,runningStatus) ) #define IFsrmFileManagementJob_get_LastError(This,lastError) \ ( (This)->lpVtbl -> get_LastError(This,lastError) ) #define IFsrmFileManagementJob_get_LastReportPathWithoutExtension(This,path) \ ( (This)->lpVtbl -> get_LastReportPathWithoutExtension(This,path) ) #define IFsrmFileManagementJob_get_LastRun(This,lastRun) \ ( (This)->lpVtbl -> get_LastRun(This,lastRun) ) #define IFsrmFileManagementJob_get_FileNamePattern(This,fileNamePattern) \ ( (This)->lpVtbl -> get_FileNamePattern(This,fileNamePattern) ) #define IFsrmFileManagementJob_put_FileNamePattern(This,fileNamePattern) \ ( (This)->lpVtbl -> put_FileNamePattern(This,fileNamePattern) ) #define IFsrmFileManagementJob_Run(This,context) \ ( (This)->lpVtbl -> Run(This,context) ) #define IFsrmFileManagementJob_WaitForCompletion(This,waitSeconds,completed) \ ( (This)->lpVtbl -> WaitForCompletion(This,waitSeconds,completed) ) #define IFsrmFileManagementJob_Cancel(This) \ ( (This)->lpVtbl -> Cancel(This) ) #define IFsrmFileManagementJob_AddNotification(This,days) \ ( (This)->lpVtbl -> AddNotification(This,days) ) #define IFsrmFileManagementJob_DeleteNotification(This,days) \ ( (This)->lpVtbl -> DeleteNotification(This,days) ) #define IFsrmFileManagementJob_ModifyNotification(This,days,newDays) \ ( (This)->lpVtbl -> ModifyNotification(This,days,newDays) ) #define IFsrmFileManagementJob_CreateNotificationAction(This,days,actionType,action) \ ( (This)->lpVtbl -> CreateNotificationAction(This,days,actionType,action) ) #define IFsrmFileManagementJob_EnumNotificationActions(This,days,actions) \ ( (This)->lpVtbl -> EnumNotificationActions(This,days,actions) ) #define IFsrmFileManagementJob_CreatePropertyCondition(This,name,propertyCondition) \ ( (This)->lpVtbl -> CreatePropertyCondition(This,name,propertyCondition) ) #define IFsrmFileManagementJob_CreateCustomAction(This,customAction) \ ( (This)->lpVtbl -> CreateCustomAction(This,customAction) ) #endif /* COBJMACROS */ #endif /* C style interface */ #endif /* __IFsrmFileManagementJob_INTERFACE_DEFINED__ */ #ifndef __IFsrmPropertyCondition_INTERFACE_DEFINED__ #define __IFsrmPropertyCondition_INTERFACE_DEFINED__ /* interface IFsrmPropertyCondition */ /* [object][oleautomation][dual][version][uuid] */ EXTERN_C const IID IID_IFsrmPropertyCondition; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("326af66f-2ac0-4f68-bf8c-4759f054fa29") IFsrmPropertyCondition : public IDispatch { public: virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Name( /* [retval][out] */ __RPC__deref_out_opt BSTR *name) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Name( /* [in] */ __RPC__in BSTR name) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Type( /* [retval][out] */ __RPC__out FsrmPropertyConditionType *type) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Type( /* [in] */ FsrmPropertyConditionType type) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Value( /* [retval][out] */ __RPC__deref_out_opt BSTR *value) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Value( /* [in] */ __RPC__in BSTR value) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Delete( void) = 0; }; #else /* C style interface */ typedef struct IFsrmPropertyConditionVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( __RPC__in IFsrmPropertyCondition * This, /* [in] */ __RPC__in REFIID riid, /* [annotation][iid_is][out] */ __RPC__deref_out void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( __RPC__in IFsrmPropertyCondition * This); ULONG ( STDMETHODCALLTYPE *Release )( __RPC__in IFsrmPropertyCondition * This); HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( __RPC__in IFsrmPropertyCondition * This, /* [out] */ __RPC__out UINT *pctinfo); HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( __RPC__in IFsrmPropertyCondition * This, /* [in] */ UINT iTInfo, /* [in] */ LCID lcid, /* [out] */ __RPC__deref_out_opt ITypeInfo **ppTInfo); HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( __RPC__in IFsrmPropertyCondition * This, /* [in] */ __RPC__in REFIID riid, /* [size_is][in] */ __RPC__in_ecount_full(cNames) LPOLESTR *rgszNames, /* [range][in] */ __RPC__in_range(0,16384) UINT cNames, /* [in] */ LCID lcid, /* [size_is][out] */ __RPC__out_ecount_full(cNames) DISPID *rgDispId); /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( IFsrmPropertyCondition * 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_Name )( __RPC__in IFsrmPropertyCondition * This, /* [retval][out] */ __RPC__deref_out_opt BSTR *name); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Name )( __RPC__in IFsrmPropertyCondition * This, /* [in] */ __RPC__in BSTR name); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Type )( __RPC__in IFsrmPropertyCondition * This, /* [retval][out] */ __RPC__out FsrmPropertyConditionType *type); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Type )( __RPC__in IFsrmPropertyCondition * This, /* [in] */ FsrmPropertyConditionType type); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Value )( __RPC__in IFsrmPropertyCondition * This, /* [retval][out] */ __RPC__deref_out_opt BSTR *value); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Value )( __RPC__in IFsrmPropertyCondition * This, /* [in] */ __RPC__in BSTR value); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Delete )( __RPC__in IFsrmPropertyCondition * This); END_INTERFACE } IFsrmPropertyConditionVtbl; interface IFsrmPropertyCondition { CONST_VTBL struct IFsrmPropertyConditionVtbl *lpVtbl; }; #ifdef COBJMACROS #define IFsrmPropertyCondition_QueryInterface(This,riid,ppvObject) \ ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) #define IFsrmPropertyCondition_AddRef(This) \ ( (This)->lpVtbl -> AddRef(This) ) #define IFsrmPropertyCondition_Release(This) \ ( (This)->lpVtbl -> Release(This) ) #define IFsrmPropertyCondition_GetTypeInfoCount(This,pctinfo) \ ( (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) ) #define IFsrmPropertyCondition_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \ ( (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) ) #define IFsrmPropertyCondition_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \ ( (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) ) #define IFsrmPropertyCondition_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \ ( (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) ) #define IFsrmPropertyCondition_get_Name(This,name) \ ( (This)->lpVtbl -> get_Name(This,name) ) #define IFsrmPropertyCondition_put_Name(This,name) \ ( (This)->lpVtbl -> put_Name(This,name) ) #define IFsrmPropertyCondition_get_Type(This,type) \ ( (This)->lpVtbl -> get_Type(This,type) ) #define IFsrmPropertyCondition_put_Type(This,type) \ ( (This)->lpVtbl -> put_Type(This,type) ) #define IFsrmPropertyCondition_get_Value(This,value) \ ( (This)->lpVtbl -> get_Value(This,value) ) #define IFsrmPropertyCondition_put_Value(This,value) \ ( (This)->lpVtbl -> put_Value(This,value) ) #define IFsrmPropertyCondition_Delete(This) \ ( (This)->lpVtbl -> Delete(This) ) #endif /* COBJMACROS */ #endif /* C style interface */ #endif /* __IFsrmPropertyCondition_INTERFACE_DEFINED__ */ /* Additional Prototypes for ALL interfaces */ unsigned long __RPC_USER BSTR_UserSize( __RPC__in unsigned long *, unsigned long , __RPC__in BSTR * ); unsigned char * __RPC_USER BSTR_UserMarshal( __RPC__in unsigned long *, __RPC__inout_xcount(0) unsigned char *, __RPC__in BSTR * ); unsigned char * __RPC_USER BSTR_UserUnmarshal(__RPC__in unsigned long *, __RPC__in_xcount(0) unsigned char *, __RPC__out BSTR * ); void __RPC_USER BSTR_UserFree( __RPC__in unsigned long *, __RPC__in BSTR * ); unsigned long __RPC_USER LPSAFEARRAY_UserSize( __RPC__in unsigned long *, unsigned long , __RPC__in LPSAFEARRAY * ); unsigned char * __RPC_USER LPSAFEARRAY_UserMarshal( __RPC__in unsigned long *, __RPC__inout_xcount(0) unsigned char *, __RPC__in LPSAFEARRAY * ); unsigned char * __RPC_USER LPSAFEARRAY_UserUnmarshal(__RPC__in unsigned long *, __RPC__in_xcount(0) unsigned char *, __RPC__out LPSAFEARRAY * ); void __RPC_USER LPSAFEARRAY_UserFree( __RPC__in unsigned long *, __RPC__in LPSAFEARRAY * ); unsigned long __RPC_USER VARIANT_UserSize( __RPC__in unsigned long *, unsigned long , __RPC__in VARIANT * ); unsigned char * __RPC_USER VARIANT_UserMarshal( __RPC__in unsigned long *, __RPC__inout_xcount(0) unsigned char *, __RPC__in VARIANT * ); unsigned char * __RPC_USER VARIANT_UserUnmarshal(__RPC__in unsigned long *, __RPC__in_xcount(0) unsigned char *, __RPC__out VARIANT * ); void __RPC_USER VARIANT_UserFree( __RPC__in unsigned long *, __RPC__in VARIANT * ); unsigned long __RPC_USER BSTR_UserSize64( __RPC__in unsigned long *, unsigned long , __RPC__in BSTR * ); unsigned char * __RPC_USER BSTR_UserMarshal64( __RPC__in unsigned long *, __RPC__inout_xcount(0) unsigned char *, __RPC__in BSTR * ); unsigned char * __RPC_USER BSTR_UserUnmarshal64(__RPC__in unsigned long *, __RPC__in_xcount(0) unsigned char *, __RPC__out BSTR * ); void __RPC_USER BSTR_UserFree64( __RPC__in unsigned long *, __RPC__in BSTR * ); unsigned long __RPC_USER LPSAFEARRAY_UserSize64( __RPC__in unsigned long *, unsigned long , __RPC__in LPSAFEARRAY * ); unsigned char * __RPC_USER LPSAFEARRAY_UserMarshal64( __RPC__in unsigned long *, __RPC__inout_xcount(0) unsigned char *, __RPC__in LPSAFEARRAY * ); unsigned char * __RPC_USER LPSAFEARRAY_UserUnmarshal64(__RPC__in unsigned long *, __RPC__in_xcount(0) unsigned char *, __RPC__out LPSAFEARRAY * ); void __RPC_USER LPSAFEARRAY_UserFree64( __RPC__in unsigned long *, __RPC__in LPSAFEARRAY * ); unsigned long __RPC_USER VARIANT_UserSize64( __RPC__in unsigned long *, unsigned long , __RPC__in VARIANT * ); unsigned char * __RPC_USER VARIANT_UserMarshal64( __RPC__in unsigned long *, __RPC__inout_xcount(0) unsigned char *, __RPC__in VARIANT * ); unsigned char * __RPC_USER VARIANT_UserUnmarshal64(__RPC__in unsigned long *, __RPC__in_xcount(0) unsigned char *, __RPC__out VARIANT * ); void __RPC_USER VARIANT_UserFree64( __RPC__in unsigned long *, __RPC__in VARIANT * ); /* end of Additional Prototypes */ #ifdef __cplusplus } #endif #endif