|
ReactOS 0.4.17-dev-934-g091855f
|

Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
| #define | check_interface(a, b, c) check_interface_(__LINE__, a, b, c) |
Functions | |
| static IBaseFilter * | create_acm_wrapper (void) |
| static ULONG | get_refcount (void *iface) |
| static void | check_interface_ (unsigned int line, void *iface_ptr, REFIID iid, BOOL supported) |
| static void | test_interfaces (void) |
| static HRESULT WINAPI | outer_QueryInterface (IUnknown *iface, REFIID iid, void **out) |
| static ULONG WINAPI | outer_AddRef (IUnknown *iface) |
| static ULONG WINAPI | outer_Release (IUnknown *iface) |
| static void | test_aggregation (void) |
| static void | test_enum_pins (void) |
| static void | test_find_pin (void) |
| static void | test_pin_info (void) |
| static void | test_unconnected_filter_state (void) |
| START_TEST (acmwrapper) | |
Variables | |
| static const GUID | test_iid = {0x33333333} |
| static LONG | outer_ref = 1 |
| static const IUnknownVtbl | outer_vtbl |
| static IUnknown | test_outer = {&outer_vtbl} |
Definition at line 41 of file acmwrapper.c.
| #define COBJMACROS |
Definition at line 21 of file acmwrapper.c.
|
static |
Definition at line 42 of file acmwrapper.c.
|
static |
Definition at line 25 of file acmwrapper.c.
Referenced by test_enum_pins(), test_find_pin(), test_interfaces(), test_pin_info(), and test_unconnected_filter_state().
Definition at line 34 of file acmwrapper.c.
Referenced by test_aggregation(), test_enum_pins(), and test_pin_info().
Definition at line 122 of file acmwrapper.c.
Definition at line 109 of file acmwrapper.c.
Definition at line 127 of file acmwrapper.c.
| START_TEST | ( | acmwrapper | ) |
Definition at line 492 of file acmwrapper.c.
Definition at line 141 of file acmwrapper.c.
Referenced by START_TEST().
Definition at line 200 of file acmwrapper.c.
Referenced by START_TEST().
Definition at line 321 of file acmwrapper.c.
Referenced by START_TEST().
Definition at line 56 of file acmwrapper.c.
Referenced by START_TEST().
Definition at line 362 of file acmwrapper.c.
Referenced by START_TEST().
Definition at line 435 of file acmwrapper.c.
Referenced by START_TEST().
|
static |
Definition at line 107 of file acmwrapper.c.
Referenced by outer_AddRef(), outer_Release(), and test_aggregation().
|
static |
Definition at line 132 of file acmwrapper.c.
Definition at line 106 of file acmwrapper.c.
Referenced by outer_QueryInterface(), and test_aggregation().
|
static |
Definition at line 139 of file acmwrapper.c.
Referenced by test_aggregation().