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

模拟服务器

开发平台:

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.0338 */
  4. /* Compiler settings for dshowasf.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 __dshowasf_h__
  27. #define __dshowasf_h__
  28. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  29. #pragma once
  30. #endif
  31. /* Forward Declarations */ 
  32. #ifndef __IConfigAsfWriter_FWD_DEFINED__
  33. #define __IConfigAsfWriter_FWD_DEFINED__
  34. typedef interface IConfigAsfWriter IConfigAsfWriter;
  35. #endif  /* __IConfigAsfWriter_FWD_DEFINED__ */
  36. /* header files for imported files */
  37. #include "unknwn.h"
  38. #include "objidl.h"
  39. #include "strmif.h"
  40. #include "wmsdkidl.h"
  41. #ifdef __cplusplus
  42. extern "C"{
  43. #endif 
  44. void * __RPC_USER MIDL_user_allocate(size_t);
  45. void __RPC_USER MIDL_user_free( void * ); 
  46. /* interface __MIDL_itf_dshowasf_0000 */
  47. /* [local] */ 
  48. EXTERN_GUID( IID_IConfigAsfWriter,0x45086030,0xF7E4,0x486a,0xB5,0x04,0x82,0x6B,0xB5,0x79,0x2A,0x3B );
  49. extern RPC_IF_HANDLE __MIDL_itf_dshowasf_0000_v0_0_c_ifspec;
  50. extern RPC_IF_HANDLE __MIDL_itf_dshowasf_0000_v0_0_s_ifspec;
  51. #ifndef __IConfigAsfWriter_INTERFACE_DEFINED__
  52. #define __IConfigAsfWriter_INTERFACE_DEFINED__
  53. /* interface IConfigAsfWriter */
  54. /* [unique][uuid][object] */ 
  55. EXTERN_C const IID IID_IConfigAsfWriter;
  56. #if defined(__cplusplus) && !defined(CINTERFACE)
  57.     
  58.     MIDL_INTERFACE("45086030-F7E4-486a-B504-826BB5792A3B")
  59.     IConfigAsfWriter : public IUnknown
  60.     {
  61.     public:
  62.         virtual HRESULT STDMETHODCALLTYPE ConfigureFilterUsingProfileId( 
  63.             /* [in] */ DWORD dwProfileId) = 0;
  64.         
  65.         virtual HRESULT STDMETHODCALLTYPE GetCurrentProfileId( 
  66.             /* [out] */ DWORD *pdwProfileId) = 0;
  67.         
  68.         virtual HRESULT STDMETHODCALLTYPE ConfigureFilterUsingProfileGuid( 
  69.             /* [in] */ REFGUID guidProfile) = 0;
  70.         
  71.         virtual HRESULT STDMETHODCALLTYPE GetCurrentProfileGuid( 
  72.             /* [out] */ GUID *pProfileGuid) = 0;
  73.         
  74.         virtual HRESULT STDMETHODCALLTYPE ConfigureFilterUsingProfile( 
  75.             /* [in] */ IWMProfile *pProfile) = 0;
  76.         
  77.         virtual HRESULT STDMETHODCALLTYPE GetCurrentProfile( 
  78.             /* [out] */ IWMProfile **ppProfile) = 0;
  79.         
  80.         virtual HRESULT STDMETHODCALLTYPE SetIndexMode( 
  81.             /* [in] */ BOOL bIndexFile) = 0;
  82.         
  83.         virtual HRESULT STDMETHODCALLTYPE GetIndexMode( 
  84.             /* [out] */ BOOL *pbIndexFile) = 0;
  85.         
  86.     };
  87.     
  88. #else  /* C style interface */
  89.     typedef struct IConfigAsfWriterVtbl
  90.     {
  91.         BEGIN_INTERFACE
  92.         
  93.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  94.             IConfigAsfWriter * This,
  95.             /* [in] */ REFIID riid,
  96.             /* [iid_is][out] */ void **ppvObject);
  97.         
  98.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  99.             IConfigAsfWriter * This);
  100.         
  101.         ULONG ( STDMETHODCALLTYPE *Release )( 
  102.             IConfigAsfWriter * This);
  103.         
  104.         HRESULT ( STDMETHODCALLTYPE *ConfigureFilterUsingProfileId )( 
  105.             IConfigAsfWriter * This,
  106.             /* [in] */ DWORD dwProfileId);
  107.         
  108.         HRESULT ( STDMETHODCALLTYPE *GetCurrentProfileId )( 
  109.             IConfigAsfWriter * This,
  110.             /* [out] */ DWORD *pdwProfileId);
  111.         
  112.         HRESULT ( STDMETHODCALLTYPE *ConfigureFilterUsingProfileGuid )( 
  113.             IConfigAsfWriter * This,
  114.             /* [in] */ REFGUID guidProfile);
  115.         
  116.         HRESULT ( STDMETHODCALLTYPE *GetCurrentProfileGuid )( 
  117.             IConfigAsfWriter * This,
  118.             /* [out] */ GUID *pProfileGuid);
  119.         
  120.         HRESULT ( STDMETHODCALLTYPE *ConfigureFilterUsingProfile )( 
  121.             IConfigAsfWriter * This,
  122.             /* [in] */ IWMProfile *pProfile);
  123.         
  124.         HRESULT ( STDMETHODCALLTYPE *GetCurrentProfile )( 
  125.             IConfigAsfWriter * This,
  126.             /* [out] */ IWMProfile **ppProfile);
  127.         
  128.         HRESULT ( STDMETHODCALLTYPE *SetIndexMode )( 
  129.             IConfigAsfWriter * This,
  130.             /* [in] */ BOOL bIndexFile);
  131.         
  132.         HRESULT ( STDMETHODCALLTYPE *GetIndexMode )( 
  133.             IConfigAsfWriter * This,
  134.             /* [out] */ BOOL *pbIndexFile);
  135.         
  136.         END_INTERFACE
  137.     } IConfigAsfWriterVtbl;
  138.     interface IConfigAsfWriter
  139.     {
  140.         CONST_VTBL struct IConfigAsfWriterVtbl *lpVtbl;
  141.     };
  142.     
  143. #ifdef COBJMACROS
  144. #define IConfigAsfWriter_QueryInterface(This,riid,ppvObject)
  145.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  146. #define IConfigAsfWriter_AddRef(This)
  147.     (This)->lpVtbl -> AddRef(This)
  148. #define IConfigAsfWriter_Release(This)
  149.     (This)->lpVtbl -> Release(This)
  150. #define IConfigAsfWriter_ConfigureFilterUsingProfileId(This,dwProfileId)
  151.     (This)->lpVtbl -> ConfigureFilterUsingProfileId(This,dwProfileId)
  152. #define IConfigAsfWriter_GetCurrentProfileId(This,pdwProfileId)
  153.     (This)->lpVtbl -> GetCurrentProfileId(This,pdwProfileId)
  154. #define IConfigAsfWriter_ConfigureFilterUsingProfileGuid(This,guidProfile)
  155.     (This)->lpVtbl -> ConfigureFilterUsingProfileGuid(This,guidProfile)
  156. #define IConfigAsfWriter_GetCurrentProfileGuid(This,pProfileGuid)
  157.     (This)->lpVtbl -> GetCurrentProfileGuid(This,pProfileGuid)
  158. #define IConfigAsfWriter_ConfigureFilterUsingProfile(This,pProfile)
  159.     (This)->lpVtbl -> ConfigureFilterUsingProfile(This,pProfile)
  160. #define IConfigAsfWriter_GetCurrentProfile(This,ppProfile)
  161.     (This)->lpVtbl -> GetCurrentProfile(This,ppProfile)
  162. #define IConfigAsfWriter_SetIndexMode(This,bIndexFile)
  163.     (This)->lpVtbl -> SetIndexMode(This,bIndexFile)
  164. #define IConfigAsfWriter_GetIndexMode(This,pbIndexFile)
  165.     (This)->lpVtbl -> GetIndexMode(This,pbIndexFile)
  166. #endif /* COBJMACROS */
  167. #endif  /* C style interface */
  168. HRESULT STDMETHODCALLTYPE IConfigAsfWriter_ConfigureFilterUsingProfileId_Proxy( 
  169.     IConfigAsfWriter * This,
  170.     /* [in] */ DWORD dwProfileId);
  171. void __RPC_STUB IConfigAsfWriter_ConfigureFilterUsingProfileId_Stub(
  172.     IRpcStubBuffer *This,
  173.     IRpcChannelBuffer *_pRpcChannelBuffer,
  174.     PRPC_MESSAGE _pRpcMessage,
  175.     DWORD *_pdwStubPhase);
  176. HRESULT STDMETHODCALLTYPE IConfigAsfWriter_GetCurrentProfileId_Proxy( 
  177.     IConfigAsfWriter * This,
  178.     /* [out] */ DWORD *pdwProfileId);
  179. void __RPC_STUB IConfigAsfWriter_GetCurrentProfileId_Stub(
  180.     IRpcStubBuffer *This,
  181.     IRpcChannelBuffer *_pRpcChannelBuffer,
  182.     PRPC_MESSAGE _pRpcMessage,
  183.     DWORD *_pdwStubPhase);
  184. HRESULT STDMETHODCALLTYPE IConfigAsfWriter_ConfigureFilterUsingProfileGuid_Proxy( 
  185.     IConfigAsfWriter * This,
  186.     /* [in] */ REFGUID guidProfile);
  187. void __RPC_STUB IConfigAsfWriter_ConfigureFilterUsingProfileGuid_Stub(
  188.     IRpcStubBuffer *This,
  189.     IRpcChannelBuffer *_pRpcChannelBuffer,
  190.     PRPC_MESSAGE _pRpcMessage,
  191.     DWORD *_pdwStubPhase);
  192. HRESULT STDMETHODCALLTYPE IConfigAsfWriter_GetCurrentProfileGuid_Proxy( 
  193.     IConfigAsfWriter * This,
  194.     /* [out] */ GUID *pProfileGuid);
  195. void __RPC_STUB IConfigAsfWriter_GetCurrentProfileGuid_Stub(
  196.     IRpcStubBuffer *This,
  197.     IRpcChannelBuffer *_pRpcChannelBuffer,
  198.     PRPC_MESSAGE _pRpcMessage,
  199.     DWORD *_pdwStubPhase);
  200. HRESULT STDMETHODCALLTYPE IConfigAsfWriter_ConfigureFilterUsingProfile_Proxy( 
  201.     IConfigAsfWriter * This,
  202.     /* [in] */ IWMProfile *pProfile);
  203. void __RPC_STUB IConfigAsfWriter_ConfigureFilterUsingProfile_Stub(
  204.     IRpcStubBuffer *This,
  205.     IRpcChannelBuffer *_pRpcChannelBuffer,
  206.     PRPC_MESSAGE _pRpcMessage,
  207.     DWORD *_pdwStubPhase);
  208. HRESULT STDMETHODCALLTYPE IConfigAsfWriter_GetCurrentProfile_Proxy( 
  209.     IConfigAsfWriter * This,
  210.     /* [out] */ IWMProfile **ppProfile);
  211. void __RPC_STUB IConfigAsfWriter_GetCurrentProfile_Stub(
  212.     IRpcStubBuffer *This,
  213.     IRpcChannelBuffer *_pRpcChannelBuffer,
  214.     PRPC_MESSAGE _pRpcMessage,
  215.     DWORD *_pdwStubPhase);
  216. HRESULT STDMETHODCALLTYPE IConfigAsfWriter_SetIndexMode_Proxy( 
  217.     IConfigAsfWriter * This,
  218.     /* [in] */ BOOL bIndexFile);
  219. void __RPC_STUB IConfigAsfWriter_SetIndexMode_Stub(
  220.     IRpcStubBuffer *This,
  221.     IRpcChannelBuffer *_pRpcChannelBuffer,
  222.     PRPC_MESSAGE _pRpcMessage,
  223.     DWORD *_pdwStubPhase);
  224. HRESULT STDMETHODCALLTYPE IConfigAsfWriter_GetIndexMode_Proxy( 
  225.     IConfigAsfWriter * This,
  226.     /* [out] */ BOOL *pbIndexFile);
  227. void __RPC_STUB IConfigAsfWriter_GetIndexMode_Stub(
  228.     IRpcStubBuffer *This,
  229.     IRpcChannelBuffer *_pRpcChannelBuffer,
  230.     PRPC_MESSAGE _pRpcMessage,
  231.     DWORD *_pdwStubPhase);
  232. #endif  /* __IConfigAsfWriter_INTERFACE_DEFINED__ */
  233. /* Additional Prototypes for ALL interfaces */
  234. /* end of Additional Prototypes */
  235. #ifdef __cplusplus
  236. }
  237. #endif
  238. #endif