home *** CD-ROM | disk | FTP | other *** search
- #pragma option push -b -a8 -pc -A- /*P_O_Push*/
- /* this ALWAYS GENERATED file contains the definitions for the interfaces */
-
-
- /* File created by MIDL compiler version 3.01.75 */
- /* at Thu Apr 23 13:48:22 1998
- */
- /* Compiler settings for crssink.idl:
- Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
- error checks: none
- */
- //@@MIDL_FILE_HEADING( )
- #include "rpc.h"
- #include "rpcndr.h"
- #ifndef COM_NO_WINDOWS_H
- #include "windows.h"
- #include "ole2.h"
- #endif /*COM_NO_WINDOWS_H*/
-
- #ifndef __crssink_h__
- #define __crssink_h__
-
- #ifdef __cplusplus
- extern "C"{
- #endif
-
- /* Forward Declarations */
-
- #ifndef __IReplicationEventSink_FWD_DEFINED__
- #define __IReplicationEventSink_FWD_DEFINED__
- typedef interface IReplicationEventSink IReplicationEventSink;
- #endif /* __IReplicationEventSink_FWD_DEFINED__ */
-
-
- #ifndef __SiteServerEventSink_FWD_DEFINED__
- #define __SiteServerEventSink_FWD_DEFINED__
-
- #ifdef __cplusplus
- typedef class SiteServerEventSink SiteServerEventSink;
- #else
- typedef struct SiteServerEventSink SiteServerEventSink;
- #endif /* __cplusplus */
-
- #endif /* __SiteServerEventSink_FWD_DEFINED__ */
-
-
- /* header files for imported files */
- #include "oaidl.h"
- #include "ocidl.h"
-
- void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
- void __RPC_USER MIDL_user_free( void __RPC_FAR * );
-
- #ifndef __IReplicationEventSink_INTERFACE_DEFINED__
- #define __IReplicationEventSink_INTERFACE_DEFINED__
-
- /****************************************
- * Generated header for interface: IReplicationEventSink
- * at Thu Apr 23 13:48:22 1998
- * using MIDL 3.01.75
- ****************************************/
- /* [unique][helpstring][dual][uuid][object] */
-
-
-
- EXTERN_C const IID IID_IReplicationEventSink;
-
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- interface DECLSPEC_UUID("8072C46F-C89A-11D0-BAF5-00C04FD7082F")
- IReplicationEventSink : public IDispatch
- {
- public:
- virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE Initialize(
- /* [string][in] */ BSTR szName) = 0;
-
- virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE Shutdown( void) = 0;
-
- virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OnEvent(
- /* [in] */ VARIANT __RPC_FAR *pvEvent) = 0;
-
- virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE Clear( void) = 0;
-
- };
-
- #else /* C style interface */
-
- typedef struct IReplicationEventSinkVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
- IReplicationEventSink __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
- IReplicationEventSink __RPC_FAR * This);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
- IReplicationEventSink __RPC_FAR * This);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
- IReplicationEventSink __RPC_FAR * This,
- /* [out] */ UINT __RPC_FAR *pctinfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
- IReplicationEventSink __RPC_FAR * This,
- /* [in] */ UINT iTInfo,
- /* [in] */ LCID lcid,
- /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
- IReplicationEventSink __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
- /* [in] */ UINT cNames,
- /* [in] */ LCID lcid,
- /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
-
- /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )(
- IReplicationEventSink __RPC_FAR * This,
- /* [in] */ DISPID dispIdMember,
- /* [in] */ REFIID riid,
- /* [in] */ LCID lcid,
- /* [in] */ WORD wFlags,
- /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
- /* [out] */ VARIANT __RPC_FAR *pVarResult,
- /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
- /* [out] */ UINT __RPC_FAR *puArgErr);
-
- /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Initialize )(
- IReplicationEventSink __RPC_FAR * This,
- /* [string][in] */ BSTR szName);
-
- /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Shutdown )(
- IReplicationEventSink __RPC_FAR * This);
-
- /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *OnEvent )(
- IReplicationEventSink __RPC_FAR * This,
- /* [in] */ VARIANT __RPC_FAR *pvEvent);
-
- /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Clear )(
- IReplicationEventSink __RPC_FAR * This);
-
- END_INTERFACE
- } IReplicationEventSinkVtbl;
-
- interface IReplicationEventSink
- {
- CONST_VTBL struct IReplicationEventSinkVtbl __RPC_FAR *lpVtbl;
- };
-
-
-
- #ifdef COBJMACROS
-
-
- #define IReplicationEventSink_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
-
- #define IReplicationEventSink_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
-
- #define IReplicationEventSink_Release(This) \
- (This)->lpVtbl -> Release(This)
-
-
- #define IReplicationEventSink_GetTypeInfoCount(This,pctinfo) \
- (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
-
- #define IReplicationEventSink_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
- (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
-
- #define IReplicationEventSink_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
- (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
-
- #define IReplicationEventSink_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
- (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
-
-
- #define IReplicationEventSink_Initialize(This,szName) \
- (This)->lpVtbl -> Initialize(This,szName)
-
- #define IReplicationEventSink_Shutdown(This) \
- (This)->lpVtbl -> Shutdown(This)
-
- #define IReplicationEventSink_OnEvent(This,pvEvent) \
- (This)->lpVtbl -> OnEvent(This,pvEvent)
-
- #define IReplicationEventSink_Clear(This) \
- (This)->lpVtbl -> Clear(This)
-
- #endif /* COBJMACROS */
-
-
- #endif /* C style interface */
-
-
-
- /* [helpstring] */ HRESULT STDMETHODCALLTYPE IReplicationEventSink_Initialize_Proxy(
- IReplicationEventSink __RPC_FAR * This,
- /* [string][in] */ BSTR szName);
-
-
- void __RPC_STUB IReplicationEventSink_Initialize_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
- /* [helpstring] */ HRESULT STDMETHODCALLTYPE IReplicationEventSink_Shutdown_Proxy(
- IReplicationEventSink __RPC_FAR * This);
-
-
- void __RPC_STUB IReplicationEventSink_Shutdown_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
- /* [helpstring] */ HRESULT STDMETHODCALLTYPE IReplicationEventSink_OnEvent_Proxy(
- IReplicationEventSink __RPC_FAR * This,
- /* [in] */ VARIANT __RPC_FAR *pvEvent);
-
-
- void __RPC_STUB IReplicationEventSink_OnEvent_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
- /* [helpstring] */ HRESULT STDMETHODCALLTYPE IReplicationEventSink_Clear_Proxy(
- IReplicationEventSink __RPC_FAR * This);
-
-
- void __RPC_STUB IReplicationEventSink_Clear_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
-
- #endif /* __IReplicationEventSink_INTERFACE_DEFINED__ */
-
-
-
- #ifndef __SiteServerEventSinkLib_LIBRARY_DEFINED__
- #define __SiteServerEventSinkLib_LIBRARY_DEFINED__
-
- /****************************************
- * Generated header for library: SiteServerEventSinkLib
- * at Thu Apr 23 13:48:22 1998
- * using MIDL 3.01.75
- ****************************************/
- /* [helpstring][version][uuid] */
-
-
-
- EXTERN_C const IID LIBID_SiteServerEventSinkLib;
-
- #ifdef __cplusplus
- EXTERN_C const CLSID CLSID_SiteServerEventSink;
-
- class DECLSPEC_UUID("F03E09B6-CCAC-11D0-BAF6-00C04FD7082F")
- SiteServerEventSink;
- #endif
- #endif /* __SiteServerEventSinkLib_LIBRARY_DEFINED__ */
-
- /* Additional Prototypes for ALL interfaces */
-
- unsigned long __RPC_USER BSTR_UserSize( unsigned long __RPC_FAR *, unsigned long , BSTR __RPC_FAR * );
- unsigned char __RPC_FAR * __RPC_USER BSTR_UserMarshal( unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * );
- unsigned char __RPC_FAR * __RPC_USER BSTR_UserUnmarshal(unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * );
- void __RPC_USER BSTR_UserFree( unsigned long __RPC_FAR *, BSTR __RPC_FAR * );
-
- unsigned long __RPC_USER VARIANT_UserSize( unsigned long __RPC_FAR *, unsigned long , VARIANT __RPC_FAR * );
- unsigned char __RPC_FAR * __RPC_USER VARIANT_UserMarshal( unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, VARIANT __RPC_FAR * );
- unsigned char __RPC_FAR * __RPC_USER VARIANT_UserUnmarshal(unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, VARIANT __RPC_FAR * );
- void __RPC_USER VARIANT_UserFree( unsigned long __RPC_FAR *, VARIANT __RPC_FAR * );
-
- /* end of Additional Prototypes */
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
- #pragma option pop /*P_O_Pop*/
-