Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

332 lines
9.4 KiB

  1. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  2. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  3. /* File created by MIDL compiler version 6.00.0347 */
  4. /* Compiler settings for irtpsph.idl:
  5. Oicf, W1, Zp8, env=Win32 (32b run)
  6. protocol : dce , ms_ext, c_ext, robust
  7. error checks: allocation ref bounds_check enum stub_data
  8. VC __declspec() decoration level:
  9. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  10. DECLSPEC_UUID(), MIDL_INTERFACE()
  11. */
  12. //@@MIDL_FILE_HEADING( )
  13. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  14. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  15. #define __REQUIRED_RPCNDR_H_VERSION__ 475
  16. #endif
  17. #include "rpc.h"
  18. #include "rpcndr.h"
  19. #ifndef __RPCNDR_H_VERSION__
  20. #error this stub requires an updated version of <rpcndr.h>
  21. #endif // __RPCNDR_H_VERSION__
  22. #ifndef COM_NO_WINDOWS_H
  23. #include "windows.h"
  24. #include "ole2.h"
  25. #endif /*COM_NO_WINDOWS_H*/
  26. #ifndef __irtpsph_h__
  27. #define __irtpsph_h__
  28. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  29. #pragma once
  30. #endif
  31. /* Forward Declarations */
  32. #ifndef __IRTPSPHFilter_FWD_DEFINED__
  33. #define __IRTPSPHFilter_FWD_DEFINED__
  34. typedef interface IRTPSPHFilter IRTPSPHFilter;
  35. #endif /* __IRTPSPHFilter_FWD_DEFINED__ */
  36. /* header files for imported files */
  37. #include "oaidl.h"
  38. #include "strmif.h"
  39. #ifdef __cplusplus
  40. extern "C"{
  41. #endif
  42. void * __RPC_USER MIDL_user_allocate(size_t);
  43. void __RPC_USER MIDL_user_free( void * );
  44. #ifndef __IRTPSPHFilter_INTERFACE_DEFINED__
  45. #define __IRTPSPHFilter_INTERFACE_DEFINED__
  46. /* interface IRTPSPHFilter */
  47. /* [unique][helpstring][local][uuid][object] */
  48. EXTERN_C const IID IID_IRTPSPHFilter;
  49. #if defined(__cplusplus) && !defined(CINTERFACE)
  50. MIDL_INTERFACE("D5284681-B680-11d0-9643-00AA00A89C1D")
  51. IRTPSPHFilter : public IUnknown
  52. {
  53. public:
  54. virtual /* [id] */ HRESULT STDMETHODCALLTYPE OverridePayloadType(
  55. /* [in] */ BYTE bPayloadType) = 0;
  56. virtual /* [id] */ HRESULT STDMETHODCALLTYPE GetPayloadType(
  57. /* [out] */ BYTE *lpbPayloadType) = 0;
  58. virtual /* [id] */ HRESULT STDMETHODCALLTYPE SetMaxPacketSize(
  59. /* [in] */ DWORD dwMaxPacketSize) = 0;
  60. virtual /* [id] */ HRESULT STDMETHODCALLTYPE GetMaxPacketSize(
  61. /* [out] */ LPDWORD lpdwMaxPacketSize) = 0;
  62. virtual /* [id] */ HRESULT STDMETHODCALLTYPE SetOutputPinMinorType(
  63. /* [in] */ GUID gMinorType) = 0;
  64. virtual /* [id] */ HRESULT STDMETHODCALLTYPE GetOutputPinMinorType(
  65. /* [out] */ GUID *lpgMinorType) = 0;
  66. virtual /* [id] */ HRESULT STDMETHODCALLTYPE SetInputPinMediaType(
  67. /* [in] */ AM_MEDIA_TYPE *lpMediaPinType) = 0;
  68. virtual /* [id] */ HRESULT STDMETHODCALLTYPE GetInputPinMediaType(
  69. /* [out] */ AM_MEDIA_TYPE **ppMediaPinType) = 0;
  70. };
  71. #else /* C style interface */
  72. typedef struct IRTPSPHFilterVtbl
  73. {
  74. BEGIN_INTERFACE
  75. HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
  76. IRTPSPHFilter * This,
  77. /* [in] */ REFIID riid,
  78. /* [iid_is][out] */ void **ppvObject);
  79. ULONG ( STDMETHODCALLTYPE *AddRef )(
  80. IRTPSPHFilter * This);
  81. ULONG ( STDMETHODCALLTYPE *Release )(
  82. IRTPSPHFilter * This);
  83. /* [id] */ HRESULT ( STDMETHODCALLTYPE *OverridePayloadType )(
  84. IRTPSPHFilter * This,
  85. /* [in] */ BYTE bPayloadType);
  86. /* [id] */ HRESULT ( STDMETHODCALLTYPE *GetPayloadType )(
  87. IRTPSPHFilter * This,
  88. /* [out] */ BYTE *lpbPayloadType);
  89. /* [id] */ HRESULT ( STDMETHODCALLTYPE *SetMaxPacketSize )(
  90. IRTPSPHFilter * This,
  91. /* [in] */ DWORD dwMaxPacketSize);
  92. /* [id] */ HRESULT ( STDMETHODCALLTYPE *GetMaxPacketSize )(
  93. IRTPSPHFilter * This,
  94. /* [out] */ LPDWORD lpdwMaxPacketSize);
  95. /* [id] */ HRESULT ( STDMETHODCALLTYPE *SetOutputPinMinorType )(
  96. IRTPSPHFilter * This,
  97. /* [in] */ GUID gMinorType);
  98. /* [id] */ HRESULT ( STDMETHODCALLTYPE *GetOutputPinMinorType )(
  99. IRTPSPHFilter * This,
  100. /* [out] */ GUID *lpgMinorType);
  101. /* [id] */ HRESULT ( STDMETHODCALLTYPE *SetInputPinMediaType )(
  102. IRTPSPHFilter * This,
  103. /* [in] */ AM_MEDIA_TYPE *lpMediaPinType);
  104. /* [id] */ HRESULT ( STDMETHODCALLTYPE *GetInputPinMediaType )(
  105. IRTPSPHFilter * This,
  106. /* [out] */ AM_MEDIA_TYPE **ppMediaPinType);
  107. END_INTERFACE
  108. } IRTPSPHFilterVtbl;
  109. interface IRTPSPHFilter
  110. {
  111. CONST_VTBL struct IRTPSPHFilterVtbl *lpVtbl;
  112. };
  113. #ifdef COBJMACROS
  114. #define IRTPSPHFilter_QueryInterface(This,riid,ppvObject) \
  115. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  116. #define IRTPSPHFilter_AddRef(This) \
  117. (This)->lpVtbl -> AddRef(This)
  118. #define IRTPSPHFilter_Release(This) \
  119. (This)->lpVtbl -> Release(This)
  120. #define IRTPSPHFilter_OverridePayloadType(This,bPayloadType) \
  121. (This)->lpVtbl -> OverridePayloadType(This,bPayloadType)
  122. #define IRTPSPHFilter_GetPayloadType(This,lpbPayloadType) \
  123. (This)->lpVtbl -> GetPayloadType(This,lpbPayloadType)
  124. #define IRTPSPHFilter_SetMaxPacketSize(This,dwMaxPacketSize) \
  125. (This)->lpVtbl -> SetMaxPacketSize(This,dwMaxPacketSize)
  126. #define IRTPSPHFilter_GetMaxPacketSize(This,lpdwMaxPacketSize) \
  127. (This)->lpVtbl -> GetMaxPacketSize(This,lpdwMaxPacketSize)
  128. #define IRTPSPHFilter_SetOutputPinMinorType(This,gMinorType) \
  129. (This)->lpVtbl -> SetOutputPinMinorType(This,gMinorType)
  130. #define IRTPSPHFilter_GetOutputPinMinorType(This,lpgMinorType) \
  131. (This)->lpVtbl -> GetOutputPinMinorType(This,lpgMinorType)
  132. #define IRTPSPHFilter_SetInputPinMediaType(This,lpMediaPinType) \
  133. (This)->lpVtbl -> SetInputPinMediaType(This,lpMediaPinType)
  134. #define IRTPSPHFilter_GetInputPinMediaType(This,ppMediaPinType) \
  135. (This)->lpVtbl -> GetInputPinMediaType(This,ppMediaPinType)
  136. #endif /* COBJMACROS */
  137. #endif /* C style interface */
  138. /* [id] */ HRESULT STDMETHODCALLTYPE IRTPSPHFilter_OverridePayloadType_Proxy(
  139. IRTPSPHFilter * This,
  140. /* [in] */ BYTE bPayloadType);
  141. void __RPC_STUB IRTPSPHFilter_OverridePayloadType_Stub(
  142. IRpcStubBuffer *This,
  143. IRpcChannelBuffer *_pRpcChannelBuffer,
  144. PRPC_MESSAGE _pRpcMessage,
  145. DWORD *_pdwStubPhase);
  146. /* [id] */ HRESULT STDMETHODCALLTYPE IRTPSPHFilter_GetPayloadType_Proxy(
  147. IRTPSPHFilter * This,
  148. /* [out] */ BYTE *lpbPayloadType);
  149. void __RPC_STUB IRTPSPHFilter_GetPayloadType_Stub(
  150. IRpcStubBuffer *This,
  151. IRpcChannelBuffer *_pRpcChannelBuffer,
  152. PRPC_MESSAGE _pRpcMessage,
  153. DWORD *_pdwStubPhase);
  154. /* [id] */ HRESULT STDMETHODCALLTYPE IRTPSPHFilter_SetMaxPacketSize_Proxy(
  155. IRTPSPHFilter * This,
  156. /* [in] */ DWORD dwMaxPacketSize);
  157. void __RPC_STUB IRTPSPHFilter_SetMaxPacketSize_Stub(
  158. IRpcStubBuffer *This,
  159. IRpcChannelBuffer *_pRpcChannelBuffer,
  160. PRPC_MESSAGE _pRpcMessage,
  161. DWORD *_pdwStubPhase);
  162. /* [id] */ HRESULT STDMETHODCALLTYPE IRTPSPHFilter_GetMaxPacketSize_Proxy(
  163. IRTPSPHFilter * This,
  164. /* [out] */ LPDWORD lpdwMaxPacketSize);
  165. void __RPC_STUB IRTPSPHFilter_GetMaxPacketSize_Stub(
  166. IRpcStubBuffer *This,
  167. IRpcChannelBuffer *_pRpcChannelBuffer,
  168. PRPC_MESSAGE _pRpcMessage,
  169. DWORD *_pdwStubPhase);
  170. /* [id] */ HRESULT STDMETHODCALLTYPE IRTPSPHFilter_SetOutputPinMinorType_Proxy(
  171. IRTPSPHFilter * This,
  172. /* [in] */ GUID gMinorType);
  173. void __RPC_STUB IRTPSPHFilter_SetOutputPinMinorType_Stub(
  174. IRpcStubBuffer *This,
  175. IRpcChannelBuffer *_pRpcChannelBuffer,
  176. PRPC_MESSAGE _pRpcMessage,
  177. DWORD *_pdwStubPhase);
  178. /* [id] */ HRESULT STDMETHODCALLTYPE IRTPSPHFilter_GetOutputPinMinorType_Proxy(
  179. IRTPSPHFilter * This,
  180. /* [out] */ GUID *lpgMinorType);
  181. void __RPC_STUB IRTPSPHFilter_GetOutputPinMinorType_Stub(
  182. IRpcStubBuffer *This,
  183. IRpcChannelBuffer *_pRpcChannelBuffer,
  184. PRPC_MESSAGE _pRpcMessage,
  185. DWORD *_pdwStubPhase);
  186. /* [id] */ HRESULT STDMETHODCALLTYPE IRTPSPHFilter_SetInputPinMediaType_Proxy(
  187. IRTPSPHFilter * This,
  188. /* [in] */ AM_MEDIA_TYPE *lpMediaPinType);
  189. void __RPC_STUB IRTPSPHFilter_SetInputPinMediaType_Stub(
  190. IRpcStubBuffer *This,
  191. IRpcChannelBuffer *_pRpcChannelBuffer,
  192. PRPC_MESSAGE _pRpcMessage,
  193. DWORD *_pdwStubPhase);
  194. /* [id] */ HRESULT STDMETHODCALLTYPE IRTPSPHFilter_GetInputPinMediaType_Proxy(
  195. IRTPSPHFilter * This,
  196. /* [out] */ AM_MEDIA_TYPE **ppMediaPinType);
  197. void __RPC_STUB IRTPSPHFilter_GetInputPinMediaType_Stub(
  198. IRpcStubBuffer *This,
  199. IRpcChannelBuffer *_pRpcChannelBuffer,
  200. PRPC_MESSAGE _pRpcMessage,
  201. DWORD *_pdwStubPhase);
  202. #endif /* __IRTPSPHFilter_INTERFACE_DEFINED__ */
  203. /* interface __MIDL_itf_irtpsph_0395 */
  204. /* [local] */
  205. EXTERN_C const CLSID CLSID_INTEL_SPHH26X;
  206. EXTERN_C const CLSID CLSID_INTEL_SPHAUD;
  207. EXTERN_C const CLSID CLSID_INTEL_SPHGENA;
  208. EXTERN_C const CLSID CLSID_INTEL_SPHGENV;
  209. EXTERN_C const CLSID CLSID_INTEL_SPHAUD_PROPPAGE;
  210. EXTERN_C const CLSID CLSID_INTEL_SPHGENA_PROPPAGE;
  211. EXTERN_C const CLSID CLSID_INTEL_SPHGENV_PROPPAGE;
  212. EXTERN_C const CLSID CLSID_INTEL_SPHH26X_PROPPAGE;
  213. extern RPC_IF_HANDLE __MIDL_itf_irtpsph_0395_v0_0_c_ifspec;
  214. extern RPC_IF_HANDLE __MIDL_itf_irtpsph_0395_v0_0_s_ifspec;
  215. /* Additional Prototypes for ALL interfaces */
  216. /* end of Additional Prototypes */
  217. #ifdef __cplusplus
  218. }
  219. #endif
  220. #endif