|
ReactOS 0.4.16-dev-2002-gb050a45
|
#include "wine/test.h"#include "winbase.h"#include "initguid.h"#include "dshow.h"#include "wine/winternl.h"#include "fil_data.h"
Go to the source code of this file.
Classes | |
| struct | IUnknownImpl |
Macros | |
| #define | COBJMACROS |
Typedefs | |
| typedef struct IUnknownImpl | IUnknownImpl |
Functions | |
| DEFINE_GUID (GUID_NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) | |
| static BOOL | enum_find_filter (const WCHAR *wszFilterName, IEnumMoniker *pEnum) |
| static void | test_fm2_enummatchingfilters (void) |
| static void | test_legacy_filter_registration (void) |
| static ULONG | getRefcount (IUnknown *iface) |
| static void | test_ifiltermapper_from_filtergraph (void) |
| static void | test_register_filter_with_null_clsMinorType (void) |
| static void | test_parse_filter_data (void) |
| static IUnknownImpl * | IUnknownImpl_from_iface (IUnknown *iface) |
| static HRESULT WINAPI | IUnknownImpl_QueryInterface (IUnknown *iface, REFIID riid, LPVOID *ppv) |
| static ULONG WINAPI | IUnknownImpl_AddRef (IUnknown *iface) |
| static ULONG WINAPI | IUnknownImpl_Release (IUnknown *iface) |
| static void | test_aggregate_filter_mapper (void) |
| START_TEST (filtermapper) | |
Variables | |
| static CONST_VTBL IUnknownVtbl | IUnknownImpl_Vtbl |
| #define COBJMACROS |
Definition at line 21 of file filtermapper.c.
| typedef struct IUnknownImpl IUnknownImpl |
| DEFINE_GUID | ( | GUID_NULL | , |
| 0 | , | ||
| 0 | , | ||
| 0 | , | ||
| 0 | , | ||
| 0 | , | ||
| 0 | , | ||
| 0 | , | ||
| 0 | , | ||
| 0 | , | ||
| 0 | , | ||
| 0 | |||
| ) |
|
static |
Definition at line 34 of file filtermapper.c.
Referenced by test_fm2_enummatchingfilters(), and test_legacy_filter_registration().
Definition at line 329 of file filtermapper.c.
Referenced by test_ifiltermapper_from_filtergraph().
Definition at line 552 of file filtermapper.c.
|
static |
Definition at line 541 of file filtermapper.c.
Referenced by IUnknownImpl_AddRef(), and IUnknownImpl_Release().
|
static |
Definition at line 546 of file filtermapper.c.
Definition at line 559 of file filtermapper.c.
| START_TEST | ( | filtermapper | ) |
Definition at line 626 of file filtermapper.c.
Definition at line 573 of file filtermapper.c.
Referenced by START_TEST().
Definition at line 67 of file filtermapper.c.
Referenced by START_TEST().
Definition at line 335 of file filtermapper.c.
Referenced by START_TEST().
Definition at line 223 of file filtermapper.c.
Referenced by START_TEST().
Definition at line 470 of file filtermapper.c.
Referenced by START_TEST().
Definition at line 386 of file filtermapper.c.
Referenced by START_TEST().
|
static |
Definition at line 566 of file filtermapper.c.
Referenced by test_aggregate_filter_mapper().