Leaked source code of windows server 2003
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.

177 lines
4.3 KiB

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 6.00.0361 */
  3. /* Compiler settings for dmodshow.idl:
  4. Oicf, W1, Zp8, env=Win32 (32b run)
  5. protocol : dce , ms_ext, c_ext, robust
  6. error checks: allocation ref bounds_check enum stub_data
  7. VC __declspec() decoration level:
  8. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  9. DECLSPEC_UUID(), MIDL_INTERFACE()
  10. */
  11. //@@MIDL_FILE_HEADING( )
  12. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  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 __dmodshow_h__
  27. #define __dmodshow_h__
  28. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  29. #pragma once
  30. #endif
  31. /* Forward Declarations */
  32. #ifndef __IDMOWrapperFilter_FWD_DEFINED__
  33. #define __IDMOWrapperFilter_FWD_DEFINED__
  34. typedef interface IDMOWrapperFilter IDMOWrapperFilter;
  35. #endif /* __IDMOWrapperFilter_FWD_DEFINED__ */
  36. /* header files for imported files */
  37. #include "unknwn.h"
  38. #include "objidl.h"
  39. #include "mediaobj.h"
  40. #ifdef __cplusplus
  41. extern "C"{
  42. #endif
  43. void * __RPC_USER MIDL_user_allocate(size_t);
  44. void __RPC_USER MIDL_user_free( void * );
  45. /* interface __MIDL_itf_dmodshow_0000 */
  46. /* [local] */
  47. DEFINE_GUID(CLSID_DMOWrapperFilter, 0x94297043,0xbd82,0x4dfd,0xb0,0xde,0x81,0x77,0x73,0x9c,0x6d,0x20);
  48. DEFINE_GUID(CLSID_DMOFilterCategory,0xbcd5796c,0xbd52,0x4d30,0xab,0x76,0x70,0xf9,0x75,0xb8,0x91,0x99);
  49. extern RPC_IF_HANDLE __MIDL_itf_dmodshow_0000_v0_0_c_ifspec;
  50. extern RPC_IF_HANDLE __MIDL_itf_dmodshow_0000_v0_0_s_ifspec;
  51. #ifndef __IDMOWrapperFilter_INTERFACE_DEFINED__
  52. #define __IDMOWrapperFilter_INTERFACE_DEFINED__
  53. /* interface IDMOWrapperFilter */
  54. /* [uuid][object] */
  55. EXTERN_C const IID IID_IDMOWrapperFilter;
  56. #if defined(__cplusplus) && !defined(CINTERFACE)
  57. MIDL_INTERFACE("52d6f586-9f0f-4824-8fc8-e32ca04930c2")
  58. IDMOWrapperFilter : public IUnknown
  59. {
  60. public:
  61. virtual HRESULT STDMETHODCALLTYPE Init(
  62. REFCLSID clsidDMO,
  63. REFCLSID catDMO) = 0;
  64. };
  65. #else /* C style interface */
  66. typedef struct IDMOWrapperFilterVtbl
  67. {
  68. BEGIN_INTERFACE
  69. HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
  70. IDMOWrapperFilter * This,
  71. /* [in] */ REFIID riid,
  72. /* [iid_is][out] */ void **ppvObject);
  73. ULONG ( STDMETHODCALLTYPE *AddRef )(
  74. IDMOWrapperFilter * This);
  75. ULONG ( STDMETHODCALLTYPE *Release )(
  76. IDMOWrapperFilter * This);
  77. HRESULT ( STDMETHODCALLTYPE *Init )(
  78. IDMOWrapperFilter * This,
  79. REFCLSID clsidDMO,
  80. REFCLSID catDMO);
  81. END_INTERFACE
  82. } IDMOWrapperFilterVtbl;
  83. interface IDMOWrapperFilter
  84. {
  85. CONST_VTBL struct IDMOWrapperFilterVtbl *lpVtbl;
  86. };
  87. #ifdef COBJMACROS
  88. #define IDMOWrapperFilter_QueryInterface(This,riid,ppvObject) \
  89. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  90. #define IDMOWrapperFilter_AddRef(This) \
  91. (This)->lpVtbl -> AddRef(This)
  92. #define IDMOWrapperFilter_Release(This) \
  93. (This)->lpVtbl -> Release(This)
  94. #define IDMOWrapperFilter_Init(This,clsidDMO,catDMO) \
  95. (This)->lpVtbl -> Init(This,clsidDMO,catDMO)
  96. #endif /* COBJMACROS */
  97. #endif /* C style interface */
  98. HRESULT STDMETHODCALLTYPE IDMOWrapperFilter_Init_Proxy(
  99. IDMOWrapperFilter * This,
  100. REFCLSID clsidDMO,
  101. REFCLSID catDMO);
  102. void __RPC_STUB IDMOWrapperFilter_Init_Stub(
  103. IRpcStubBuffer *This,
  104. IRpcChannelBuffer *_pRpcChannelBuffer,
  105. PRPC_MESSAGE _pRpcMessage,
  106. DWORD *_pdwStubPhase);
  107. #endif /* __IDMOWrapperFilter_INTERFACE_DEFINED__ */
  108. /* Additional Prototypes for ALL interfaces */
  109. /* end of Additional Prototypes */
  110. #ifdef __cplusplus
  111. }
  112. #endif
  113. #endif