dmodshow.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:4k
源码类别:

模拟服务器

开发平台:

C/C++

  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 dmodshow.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 __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.     
  58.     MIDL_INTERFACE("52d6f586-9f0f-4824-8fc8-e32ca04930c2")
  59.     IDMOWrapperFilter : public IUnknown
  60.     {
  61.     public:
  62.         virtual HRESULT STDMETHODCALLTYPE Init( 
  63.             REFCLSID clsidDMO,
  64.             REFCLSID catDMO) = 0;
  65.         
  66.     };
  67.     
  68. #else  /* C style interface */
  69.     typedef struct IDMOWrapperFilterVtbl
  70.     {
  71.         BEGIN_INTERFACE
  72.         
  73.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  74.             IDMOWrapperFilter * This,
  75.             /* [in] */ REFIID riid,
  76.             /* [iid_is][out] */ void **ppvObject);
  77.         
  78.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  79.             IDMOWrapperFilter * This);
  80.         
  81.         ULONG ( STDMETHODCALLTYPE *Release )( 
  82.             IDMOWrapperFilter * This);
  83.         
  84.         HRESULT ( STDMETHODCALLTYPE *Init )( 
  85.             IDMOWrapperFilter * This,
  86.             REFCLSID clsidDMO,
  87.             REFCLSID catDMO);
  88.         
  89.         END_INTERFACE
  90.     } IDMOWrapperFilterVtbl;
  91.     interface IDMOWrapperFilter
  92.     {
  93.         CONST_VTBL struct IDMOWrapperFilterVtbl *lpVtbl;
  94.     };
  95.     
  96. #ifdef COBJMACROS
  97. #define IDMOWrapperFilter_QueryInterface(This,riid,ppvObject)
  98.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  99. #define IDMOWrapperFilter_AddRef(This)
  100.     (This)->lpVtbl -> AddRef(This)
  101. #define IDMOWrapperFilter_Release(This)
  102.     (This)->lpVtbl -> Release(This)
  103. #define IDMOWrapperFilter_Init(This,clsidDMO,catDMO)
  104.     (This)->lpVtbl -> Init(This,clsidDMO,catDMO)
  105. #endif /* COBJMACROS */
  106. #endif  /* C style interface */
  107. HRESULT STDMETHODCALLTYPE IDMOWrapperFilter_Init_Proxy( 
  108.     IDMOWrapperFilter * This,
  109.     REFCLSID clsidDMO,
  110.     REFCLSID catDMO);
  111. void __RPC_STUB IDMOWrapperFilter_Init_Stub(
  112.     IRpcStubBuffer *This,
  113.     IRpcChannelBuffer *_pRpcChannelBuffer,
  114.     PRPC_MESSAGE _pRpcMessage,
  115.     DWORD *_pdwStubPhase);
  116. #endif  /* __IDMOWrapperFilter_INTERFACE_DEFINED__ */
  117. /* Additional Prototypes for ALL interfaces */
  118. /* end of Additional Prototypes */
  119. #ifdef __cplusplus
  120. }
  121. #endif
  122. #endif