#pragma warning( disable: 4049 ) /* more than 64k source lines */ /* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 6.00.0347 */ /* Compiler settings for irtpsph.idl: Oicf, W1, Zp8, env=Win32 (32b run) protocol : dce , ms_ext, c_ext, robust error checks: allocation ref bounds_check enum stub_data VC __declspec() decoration level: __declspec(uuid()), __declspec(selectany), __declspec(novtable) DECLSPEC_UUID(), MIDL_INTERFACE() */ //@@MIDL_FILE_HEADING( ) /* verify that the version is high enough to compile this file*/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 #endif #include "rpc.h" #include "rpcndr.h" #ifndef __RPCNDR_H_VERSION__ #error this stub requires an updated version of #endif // __RPCNDR_H_VERSION__ #ifndef COM_NO_WINDOWS_H #include "windows.h" #include "ole2.h" #endif /*COM_NO_WINDOWS_H*/ #ifndef __irtpsph_h__ #define __irtpsph_h__ #if defined(_MSC_VER) && (_MSC_VER >= 1020) #pragma once #endif /* Forward Declarations */ #ifndef __IRTPSPHFilter_FWD_DEFINED__ #define __IRTPSPHFilter_FWD_DEFINED__ typedef interface IRTPSPHFilter IRTPSPHFilter; #endif /* __IRTPSPHFilter_FWD_DEFINED__ */ /* header files for imported files */ #include "oaidl.h" #include "strmif.h" #ifdef __cplusplus extern "C"{ #endif void * __RPC_USER MIDL_user_allocate(size_t); void __RPC_USER MIDL_user_free( void * ); #ifndef __IRTPSPHFilter_INTERFACE_DEFINED__ #define __IRTPSPHFilter_INTERFACE_DEFINED__ /* interface IRTPSPHFilter */ /* [unique][helpstring][local][uuid][object] */ EXTERN_C const IID IID_IRTPSPHFilter; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("D5284681-B680-11d0-9643-00AA00A89C1D") IRTPSPHFilter : public IUnknown { public: virtual /* [id] */ HRESULT STDMETHODCALLTYPE OverridePayloadType( /* [in] */ BYTE bPayloadType) = 0; virtual /* [id] */ HRESULT STDMETHODCALLTYPE GetPayloadType( /* [out] */ BYTE *lpbPayloadType) = 0; virtual /* [id] */ HRESULT STDMETHODCALLTYPE SetMaxPacketSize( /* [in] */ DWORD dwMaxPacketSize) = 0; virtual /* [id] */ HRESULT STDMETHODCALLTYPE GetMaxPacketSize( /* [out] */ LPDWORD lpdwMaxPacketSize) = 0; virtual /* [id] */ HRESULT STDMETHODCALLTYPE SetOutputPinMinorType( /* [in] */ GUID gMinorType) = 0; virtual /* [id] */ HRESULT STDMETHODCALLTYPE GetOutputPinMinorType( /* [out] */ GUID *lpgMinorType) = 0; virtual /* [id] */ HRESULT STDMETHODCALLTYPE SetInputPinMediaType( /* [in] */ AM_MEDIA_TYPE *lpMediaPinType) = 0; virtual /* [id] */ HRESULT STDMETHODCALLTYPE GetInputPinMediaType( /* [out] */ AM_MEDIA_TYPE **ppMediaPinType) = 0; }; #else /* C style interface */ typedef struct IRTPSPHFilterVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( IRTPSPHFilter * This, /* [in] */ REFIID riid, /* [iid_is][out] */ void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( IRTPSPHFilter * This); ULONG ( STDMETHODCALLTYPE *Release )( IRTPSPHFilter * This); /* [id] */ HRESULT ( STDMETHODCALLTYPE *OverridePayloadType )( IRTPSPHFilter * This, /* [in] */ BYTE bPayloadType); /* [id] */ HRESULT ( STDMETHODCALLTYPE *GetPayloadType )( IRTPSPHFilter * This, /* [out] */ BYTE *lpbPayloadType); /* [id] */ HRESULT ( STDMETHODCALLTYPE *SetMaxPacketSize )( IRTPSPHFilter * This, /* [in] */ DWORD dwMaxPacketSize); /* [id] */ HRESULT ( STDMETHODCALLTYPE *GetMaxPacketSize )( IRTPSPHFilter * This, /* [out] */ LPDWORD lpdwMaxPacketSize); /* [id] */ HRESULT ( STDMETHODCALLTYPE *SetOutputPinMinorType )( IRTPSPHFilter * This, /* [in] */ GUID gMinorType); /* [id] */ HRESULT ( STDMETHODCALLTYPE *GetOutputPinMinorType )( IRTPSPHFilter * This, /* [out] */ GUID *lpgMinorType); /* [id] */ HRESULT ( STDMETHODCALLTYPE *SetInputPinMediaType )( IRTPSPHFilter * This, /* [in] */ AM_MEDIA_TYPE *lpMediaPinType); /* [id] */ HRESULT ( STDMETHODCALLTYPE *GetInputPinMediaType )( IRTPSPHFilter * This, /* [out] */ AM_MEDIA_TYPE **ppMediaPinType); END_INTERFACE } IRTPSPHFilterVtbl; interface IRTPSPHFilter { CONST_VTBL struct IRTPSPHFilterVtbl *lpVtbl; }; #ifdef COBJMACROS #define IRTPSPHFilter_QueryInterface(This,riid,ppvObject) \ (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) #define IRTPSPHFilter_AddRef(This) \ (This)->lpVtbl -> AddRef(This) #define IRTPSPHFilter_Release(This) \ (This)->lpVtbl -> Release(This) #define IRTPSPHFilter_OverridePayloadType(This,bPayloadType) \ (This)->lpVtbl -> OverridePayloadType(This,bPayloadType) #define IRTPSPHFilter_GetPayloadType(This,lpbPayloadType) \ (This)->lpVtbl -> GetPayloadType(This,lpbPayloadType) #define IRTPSPHFilter_SetMaxPacketSize(This,dwMaxPacketSize) \ (This)->lpVtbl -> SetMaxPacketSize(This,dwMaxPacketSize) #define IRTPSPHFilter_GetMaxPacketSize(This,lpdwMaxPacketSize) \ (This)->lpVtbl -> GetMaxPacketSize(This,lpdwMaxPacketSize) #define IRTPSPHFilter_SetOutputPinMinorType(This,gMinorType) \ (This)->lpVtbl -> SetOutputPinMinorType(This,gMinorType) #define IRTPSPHFilter_GetOutputPinMinorType(This,lpgMinorType) \ (This)->lpVtbl -> GetOutputPinMinorType(This,lpgMinorType) #define IRTPSPHFilter_SetInputPinMediaType(This,lpMediaPinType) \ (This)->lpVtbl -> SetInputPinMediaType(This,lpMediaPinType) #define IRTPSPHFilter_GetInputPinMediaType(This,ppMediaPinType) \ (This)->lpVtbl -> GetInputPinMediaType(This,ppMediaPinType) #endif /* COBJMACROS */ #endif /* C style interface */ /* [id] */ HRESULT STDMETHODCALLTYPE IRTPSPHFilter_OverridePayloadType_Proxy( IRTPSPHFilter * This, /* [in] */ BYTE bPayloadType); void __RPC_STUB IRTPSPHFilter_OverridePayloadType_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [id] */ HRESULT STDMETHODCALLTYPE IRTPSPHFilter_GetPayloadType_Proxy( IRTPSPHFilter * This, /* [out] */ BYTE *lpbPayloadType); void __RPC_STUB IRTPSPHFilter_GetPayloadType_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [id] */ HRESULT STDMETHODCALLTYPE IRTPSPHFilter_SetMaxPacketSize_Proxy( IRTPSPHFilter * This, /* [in] */ DWORD dwMaxPacketSize); void __RPC_STUB IRTPSPHFilter_SetMaxPacketSize_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [id] */ HRESULT STDMETHODCALLTYPE IRTPSPHFilter_GetMaxPacketSize_Proxy( IRTPSPHFilter * This, /* [out] */ LPDWORD lpdwMaxPacketSize); void __RPC_STUB IRTPSPHFilter_GetMaxPacketSize_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [id] */ HRESULT STDMETHODCALLTYPE IRTPSPHFilter_SetOutputPinMinorType_Proxy( IRTPSPHFilter * This, /* [in] */ GUID gMinorType); void __RPC_STUB IRTPSPHFilter_SetOutputPinMinorType_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [id] */ HRESULT STDMETHODCALLTYPE IRTPSPHFilter_GetOutputPinMinorType_Proxy( IRTPSPHFilter * This, /* [out] */ GUID *lpgMinorType); void __RPC_STUB IRTPSPHFilter_GetOutputPinMinorType_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [id] */ HRESULT STDMETHODCALLTYPE IRTPSPHFilter_SetInputPinMediaType_Proxy( IRTPSPHFilter * This, /* [in] */ AM_MEDIA_TYPE *lpMediaPinType); void __RPC_STUB IRTPSPHFilter_SetInputPinMediaType_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [id] */ HRESULT STDMETHODCALLTYPE IRTPSPHFilter_GetInputPinMediaType_Proxy( IRTPSPHFilter * This, /* [out] */ AM_MEDIA_TYPE **ppMediaPinType); void __RPC_STUB IRTPSPHFilter_GetInputPinMediaType_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); #endif /* __IRTPSPHFilter_INTERFACE_DEFINED__ */ /* interface __MIDL_itf_irtpsph_0395 */ /* [local] */ EXTERN_C const CLSID CLSID_INTEL_SPHH26X; EXTERN_C const CLSID CLSID_INTEL_SPHAUD; EXTERN_C const CLSID CLSID_INTEL_SPHGENA; EXTERN_C const CLSID CLSID_INTEL_SPHGENV; EXTERN_C const CLSID CLSID_INTEL_SPHAUD_PROPPAGE; EXTERN_C const CLSID CLSID_INTEL_SPHGENA_PROPPAGE; EXTERN_C const CLSID CLSID_INTEL_SPHGENV_PROPPAGE; EXTERN_C const CLSID CLSID_INTEL_SPHH26X_PROPPAGE; extern RPC_IF_HANDLE __MIDL_itf_irtpsph_0395_v0_0_c_ifspec; extern RPC_IF_HANDLE __MIDL_itf_irtpsph_0395_v0_0_s_ifspec; /* Additional Prototypes for ALL interfaces */ /* end of Additional Prototypes */ #ifdef __cplusplus } #endif #endif