|
|
|
| 1 |
|
|
| 2 |
|
|
| 3 |
|
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ |
| 4 |
|
|
| 5 |
|
|
| 6 |
|
/* File created by MIDL compiler version 7.00.0499 */ |
| 7 |
|
/* Compiler settings for dmodshow.idl: |
| 8 |
|
Oicf, W1, Zp8, env=Win32 (32b run) |
| 9 |
|
protocol : dce , ms_ext, c_ext, robust |
| 10 |
|
error checks: allocation ref bounds_check enum stub_data |
| 11 |
|
VC __declspec() decoration level: |
| 12 |
|
__declspec(uuid()), __declspec(selectany), __declspec(novtable) |
| 13 |
|
DECLSPEC_UUID(), MIDL_INTERFACE() |
| 14 |
|
*/ |
| 15 |
|
//@@MIDL_FILE_HEADING( ) |
| 16 |
|
|
| 17 |
|
#pragma warning( disable: 4049 ) /* more than 64k source lines */ |
| 18 |
|
|
| 19 |
|
|
| 20 |
|
/* verify that the <rpcndr.h> version is high enough to compile this file*/ |
| 21 |
|
#ifndef __REQUIRED_RPCNDR_H_VERSION__ |
| 22 |
|
#define __REQUIRED_RPCNDR_H_VERSION__ 500 |
| 23 |
|
#endif |
| 24 |
|
|
| 25 |
|
/* verify that the <rpcsal.h> version is high enough to compile this file*/ |
| 26 |
|
#ifndef __REQUIRED_RPCSAL_H_VERSION__ |
| 27 |
|
#define __REQUIRED_RPCSAL_H_VERSION__ 100 |
| 28 |
|
#endif |
| 29 |
|
|
| 30 |
|
#include "rpc.h" |
| 31 |
|
#include "rpcndr.h" |
| 32 |
|
|
| 33 |
|
#ifndef __RPCNDR_H_VERSION__ |
| 34 |
|
#error this stub requires an updated version of <rpcndr.h> |
| 35 |
|
#endif // __RPCNDR_H_VERSION__ |
| 36 |
|
|
| 37 |
|
#ifndef COM_NO_WINDOWS_H |
| 38 |
|
#include "windows.h" |
| 39 |
|
#include "ole2.h" |
| 40 |
|
#endif /*COM_NO_WINDOWS_H*/ |
| 41 |
|
|
| 42 |
|
#ifndef __dmodshow_h__ |
| 43 |
|
#define __dmodshow_h__ |
| 44 |
|
|
| 45 |
|
#if defined(_MSC_VER) && (_MSC_VER >= 1020) |
| 46 |
|
#pragma once |
| 47 |
|
#endif |
| 48 |
|
|
| 49 |
|
/* Forward Declarations */ |
| 50 |
|
|
| 51 |
|
#ifndef __IDMOWrapperFilter_FWD_DEFINED__ |
| 52 |
|
#define __IDMOWrapperFilter_FWD_DEFINED__ |
| 53 |
|
typedef interface IDMOWrapperFilter IDMOWrapperFilter; |
| 54 |
|
#endif /* __IDMOWrapperFilter_FWD_DEFINED__ */ |
| 55 |
|
|
| 56 |
|
|
| 57 |
|
/* header files for imported files */ |
| 58 |
|
#include "unknwn.h" |
| 59 |
|
#include "objidl.h" |
| 60 |
|
#include "mediaobj.h" |
| 61 |
|
|
| 62 |
|
#ifdef __cplusplus |
| 63 |
|
extern "C"{ |
| 64 |
|
#endif |
| 65 |
|
|
| 66 |
|
|
| 67 |
|
/* interface __MIDL_itf_dmodshow_0000_0000 */ |
| 68 |
|
/* [local] */ |
| 69 |
|
|
| 70 |
|
DEFINE_GUID(CLSID_DMOWrapperFilter, 0x94297043,0xbd82,0x4dfd,0xb0,0xde,0x81,0x77,0x73,0x9c,0x6d,0x20); |
| 71 |
|
DEFINE_GUID(CLSID_DMOFilterCategory,0xbcd5796c,0xbd52,0x4d30,0xab,0x76,0x70,0xf9,0x75,0xb8,0x91,0x99); |
| 72 |
|
|
| 73 |
|
|
| 74 |
|
extern RPC_IF_HANDLE __MIDL_itf_dmodshow_0000_0000_v0_0_c_ifspec; |
| 75 |
|
extern RPC_IF_HANDLE __MIDL_itf_dmodshow_0000_0000_v0_0_s_ifspec; |
| 76 |
|
|
| 77 |
|
#ifndef __IDMOWrapperFilter_INTERFACE_DEFINED__ |
| 78 |
|
#define __IDMOWrapperFilter_INTERFACE_DEFINED__ |
| 79 |
|
|
| 80 |
|
/* interface IDMOWrapperFilter */ |
| 81 |
|
/* [uuid][object] */ |
| 82 |
|
|
| 83 |
|
|
| 84 |
|
EXTERN_C const IID IID_IDMOWrapperFilter; |
| 85 |
|
|
| 86 |
|
#if defined(__cplusplus) && !defined(CINTERFACE) |
| 87 |
|
|
| 88 |
|
MIDL_INTERFACE("52d6f586-9f0f-4824-8fc8-e32ca04930c2") |
| 89 |
|
IDMOWrapperFilter : public IUnknown |
| 90 |
|
{ |
| 91 |
|
public: |
| 102 |
|
BEGIN_INTERFACE |
| 103 |
|
|
| 104 |
|
HRESULT ( STDMETHODCALLTYPE *QueryInterface )( |
| 105 |
|
IDMOWrapperFilter * This, |
| 106 |
|
/* [in] */ __RPC__in REFIID riid, |
| 107 |
|
/* [iid_is][out] */ |
| 108 |
|
__RPC__deref_out void **ppvObject); |
| 109 |
|
|
| 110 |
|
ULONG ( STDMETHODCALLTYPE *AddRef )( |
| 111 |
|
IDMOWrapperFilter * This); |
| 112 |
|
|
| 113 |
|
ULONG ( STDMETHODCALLTYPE *Release )( |
| 114 |
|
IDMOWrapperFilter * This); |
| 115 |
|
|
| 116 |
|
HRESULT ( STDMETHODCALLTYPE *Init )( |
| 117 |
|
IDMOWrapperFilter * This, |
| 118 |
|
__RPC__in REFCLSID clsidDMO, |
| 119 |
|
__RPC__in REFCLSID catDMO); |
| 120 |
|
|
| 121 |
|
END_INTERFACE |
| 122 |
|
} IDMOWrapperFilterVtbl; |
| 123 |
|
|
| 124 |
|
interface IDMOWrapperFilter |
| 125 |
|
{ |
| 126 |
|
CONST_VTBL struct IDMOWrapperFilterVtbl *lpVtbl; |
| 127 |
|
}; |
| 128 |
|
|
| 129 |
|
|
| 130 |
|
|
| 131 |
|
#ifdef COBJMACROS |
| 132 |
|
|
| 133 |
|
|
| 134 |
|
#define IDMOWrapperFilter_QueryInterface(This,riid,ppvObject) \ |
| 135 |
|
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) |
| 136 |
|
|
| 137 |
|
#define IDMOWrapperFilter_AddRef(This) \ |
| 138 |
|
( (This)->lpVtbl -> AddRef(This) ) |
| 139 |
|
|
| 140 |
|
#define IDMOWrapperFilter_Release(This) \ |
| 141 |
|
( (This)->lpVtbl -> Release(This) ) |
| 142 |
|
|
| 143 |
|
|
| 144 |
|
#define IDMOWrapperFilter_Init(This,clsidDMO,catDMO) \ |
| 145 |
|
( (This)->lpVtbl -> Init(This,clsidDMO,catDMO) ) |
| 146 |
|
|
| 147 |
|
#endif /* COBJMACROS */ |
| 148 |
|
|
| 149 |
|
|
| 150 |
|
#endif /* C style interface */ |
| 151 |
|
|
| 152 |
|
|
| 153 |
|
|
| 154 |
|
|
| 155 |
|
#endif /* __IDMOWrapperFilter_INTERFACE_DEFINED__ */ |
| 156 |
|
|
| 157 |
|
|
| 158 |
|
/* Additional Prototypes for ALL interfaces */ |
| 159 |
|
|
| 160 |
|
/* end of Additional Prototypes */ |
| 161 |
|
|
| 162 |
|
#ifdef __cplusplus |
| 163 |
|
} |
| 164 |
|
#endif |
| 165 |
|
|
| 166 |
|
#endif |
| 167 |
|
|
| 168 |
|
|
| 169 |
|
|
| 170 |
|
|
|
|
|