home *** CD-ROM | disk | FTP | other *** search
- /* this ALWAYS GENERATED file contains the definitions for the interfaces */
-
-
- /* File created by MIDL compiler version 5.01.0164 */
- /* at Fri Jun 23 00:40:14 2000
- */
- /* Compiler settings for corsvc.idl:
- Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
- error checks: allocation ref bounds_check enum stub_data , no_format_optimization
- */
- //@@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__ 440
- #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 __corsvc_h__
- #define __corsvc_h__
-
- #ifdef __cplusplus
- extern "C"{
- #endif
-
- /* Forward Declarations */
-
- #ifndef __ICORSvcDbgInfo_FWD_DEFINED__
- #define __ICORSvcDbgInfo_FWD_DEFINED__
- typedef interface ICORSvcDbgInfo ICORSvcDbgInfo;
- #endif /* __ICORSvcDbgInfo_FWD_DEFINED__ */
-
-
- #ifndef __ICORSvcDbgNotify_FWD_DEFINED__
- #define __ICORSvcDbgNotify_FWD_DEFINED__
- typedef interface ICORSvcDbgNotify ICORSvcDbgNotify;
- #endif /* __ICORSvcDbgNotify_FWD_DEFINED__ */
-
-
- #ifndef __CORSvc_FWD_DEFINED__
- #define __CORSvc_FWD_DEFINED__
-
- #ifdef __cplusplus
- typedef class CORSvc CORSvc;
- #else
- typedef struct CORSvc CORSvc;
- #endif /* __cplusplus */
-
- #endif /* __CORSvc_FWD_DEFINED__ */
-
-
- /* header files for imported files */
- #include "wtypes.h"
- #include "unknwn.h"
-
- void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
- void __RPC_USER MIDL_user_free( void __RPC_FAR * );
-
- /* interface __MIDL_itf_corsvc_0000 */
- /* [local] */
-
- #if 0
- typedef int LONG32;
-
- typedef int __RPC_FAR *PLONG32;
-
- typedef int INT32;
-
- typedef int __RPC_FAR *PINT32;
-
- typedef unsigned int ULONG32;
-
- typedef unsigned int __RPC_FAR *PULONG32;
-
- typedef unsigned int DWORD32;
-
- typedef unsigned int __RPC_FAR *PDWORD32;
-
- typedef unsigned int UINT32;
-
- typedef unsigned int __RPC_FAR *PUINT32;
-
- typedef long INT_PTR;
-
- typedef long __RPC_FAR *PINT_PTR;
-
- typedef unsigned long UINT_PTR;
-
- typedef unsigned long __RPC_FAR *PUINT_PTR;
-
- typedef unsigned short UHALF_PTR;
-
- typedef unsigned short __RPC_FAR *PUHALF_PTR;
-
- typedef short HALF_PTR;
-
- typedef short __RPC_FAR *PHALF_PTR;
-
- typedef UINT_PTR SIZE_T;
-
- typedef UINT_PTR __RPC_FAR *PSIZE_T;
-
- typedef INT_PTR SSIZE_T;
-
- typedef INT_PTR __RPC_FAR *PSSIZE_T;
-
- typedef __int64 LONG64;
-
- typedef __int64 __RPC_FAR *PLONG64;
-
- typedef __int64 INT64;
-
- typedef __int64 __RPC_FAR *PINT64;
-
- typedef unsigned __int64 ULONG64;
-
- typedef unsigned __int64 __RPC_FAR *PULONG64;
-
- typedef unsigned __int64 DWORD64;
-
- typedef unsigned __int64 __RPC_FAR *PDWORD64;
-
- typedef unsigned __int64 UINT64;
-
- typedef unsigned __int64 __RPC_FAR *PUINT64;
-
- #endif
-
-
-
-
- extern RPC_IF_HANDLE __MIDL_itf_corsvc_0000_v0_0_c_ifspec;
- extern RPC_IF_HANDLE __MIDL_itf_corsvc_0000_v0_0_s_ifspec;
-
- #ifndef __ICORSvcDbgInfo_INTERFACE_DEFINED__
- #define __ICORSvcDbgInfo_INTERFACE_DEFINED__
-
- /* interface ICORSvcDbgInfo */
- /* [unique][uuid][object] */
-
-
- EXTERN_C const IID IID_ICORSvcDbgInfo;
-
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("B4BCA369-27F4-4f1b-A024-B0264117FE53")
- ICORSvcDbgInfo : public IUnknown
- {
- public:
- virtual HRESULT STDMETHODCALLTYPE RequestRuntimeStartupNotification(
- /* [in] */ UINT_PTR procId,
- /* [in] */ ICORSvcDbgNotify __RPC_FAR *pINotify) = 0;
-
- };
-
- #else /* C style interface */
-
- typedef struct ICORSvcDbgInfoVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
- ICORSvcDbgInfo __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
- ICORSvcDbgInfo __RPC_FAR * This);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
- ICORSvcDbgInfo __RPC_FAR * This);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *RequestRuntimeStartupNotification )(
- ICORSvcDbgInfo __RPC_FAR * This,
- /* [in] */ UINT_PTR procId,
- /* [in] */ ICORSvcDbgNotify __RPC_FAR *pINotify);
-
- END_INTERFACE
- } ICORSvcDbgInfoVtbl;
-
- interface ICORSvcDbgInfo
- {
- CONST_VTBL struct ICORSvcDbgInfoVtbl __RPC_FAR *lpVtbl;
- };
-
-
-
- #ifdef COBJMACROS
-
-
- #define ICORSvcDbgInfo_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
-
- #define ICORSvcDbgInfo_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
-
- #define ICORSvcDbgInfo_Release(This) \
- (This)->lpVtbl -> Release(This)
-
-
- #define ICORSvcDbgInfo_RequestRuntimeStartupNotification(This,procId,pINotify) \
- (This)->lpVtbl -> RequestRuntimeStartupNotification(This,procId,pINotify)
-
- #endif /* COBJMACROS */
-
-
- #endif /* C style interface */
-
-
-
- HRESULT STDMETHODCALLTYPE ICORSvcDbgInfo_RequestRuntimeStartupNotification_Proxy(
- ICORSvcDbgInfo __RPC_FAR * This,
- /* [in] */ UINT_PTR procId,
- /* [in] */ ICORSvcDbgNotify __RPC_FAR *pINotify);
-
-
- void __RPC_STUB ICORSvcDbgInfo_RequestRuntimeStartupNotification_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
-
- #endif /* __ICORSvcDbgInfo_INTERFACE_DEFINED__ */
-
-
- #ifndef __ICORSvcDbgNotify_INTERFACE_DEFINED__
- #define __ICORSvcDbgNotify_INTERFACE_DEFINED__
-
- /* interface ICORSvcDbgNotify */
- /* [unique][uuid][object] */
-
-
- EXTERN_C const IID IID_ICORSvcDbgNotify;
-
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("34C71F55-F3D8-4ACF-84F4-4E86BBD5AEBC")
- ICORSvcDbgNotify : public IUnknown
- {
- public:
- virtual HRESULT STDMETHODCALLTYPE NotifyRuntimeStartup(
- /* [in] */ UINT_PTR procId) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE NotifyServiceStopped( void) = 0;
-
- };
-
- #else /* C style interface */
-
- typedef struct ICORSvcDbgNotifyVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
- ICORSvcDbgNotify __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
- ICORSvcDbgNotify __RPC_FAR * This);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
- ICORSvcDbgNotify __RPC_FAR * This);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *NotifyRuntimeStartup )(
- ICORSvcDbgNotify __RPC_FAR * This,
- /* [in] */ UINT_PTR procId);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *NotifyServiceStopped )(
- ICORSvcDbgNotify __RPC_FAR * This);
-
- END_INTERFACE
- } ICORSvcDbgNotifyVtbl;
-
- interface ICORSvcDbgNotify
- {
- CONST_VTBL struct ICORSvcDbgNotifyVtbl __RPC_FAR *lpVtbl;
- };
-
-
-
- #ifdef COBJMACROS
-
-
- #define ICORSvcDbgNotify_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
-
- #define ICORSvcDbgNotify_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
-
- #define ICORSvcDbgNotify_Release(This) \
- (This)->lpVtbl -> Release(This)
-
-
- #define ICORSvcDbgNotify_NotifyRuntimeStartup(This,procId) \
- (This)->lpVtbl -> NotifyRuntimeStartup(This,procId)
-
- #define ICORSvcDbgNotify_NotifyServiceStopped(This) \
- (This)->lpVtbl -> NotifyServiceStopped(This)
-
- #endif /* COBJMACROS */
-
-
- #endif /* C style interface */
-
-
-
- HRESULT STDMETHODCALLTYPE ICORSvcDbgNotify_NotifyRuntimeStartup_Proxy(
- ICORSvcDbgNotify __RPC_FAR * This,
- /* [in] */ UINT_PTR procId);
-
-
- void __RPC_STUB ICORSvcDbgNotify_NotifyRuntimeStartup_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
- HRESULT STDMETHODCALLTYPE ICORSvcDbgNotify_NotifyServiceStopped_Proxy(
- ICORSvcDbgNotify __RPC_FAR * This);
-
-
- void __RPC_STUB ICORSvcDbgNotify_NotifyServiceStopped_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
-
-
-
- #endif /* __ICORSvcDbgNotify_INTERFACE_DEFINED__ */
-
-
-
- #ifndef __CORSvcLib_LIBRARY_DEFINED__
- #define __CORSvcLib_LIBRARY_DEFINED__
-
- /* library CORSvcLib */
- /* [helpstring][version][uuid] */
-
-
- EXTERN_C const IID LIBID_CORSvcLib;
-
- EXTERN_C const CLSID CLSID_CORSvc;
-
- #ifdef __cplusplus
-
- class DECLSPEC_UUID("20BC1828-06F0-11d2-8CF4-00A0C9B0A063")
- CORSvc;
- #endif
- #endif /* __CORSvcLib_LIBRARY_DEFINED__ */
-
- /* Additional Prototypes for ALL interfaces */
-
- /* end of Additional Prototypes */
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-