ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdio.h>
#include "wine/test.h"
#include "initguid.h"
#include "ole2.h"
#include "strmif.h"
#include "uuids.h"
#include "vfwmsgs.h"
#include "mmsystem.h"
#include "dsound.h"
#include "mmddk.h"
#include "vfw.h"
#include "dmoreg.h"
#include "setupapi.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | check_display_name(parser, buffer) check_display_name_(__LINE__, parser, buffer) |
Functions | |
DEFINE_GUID (GUID_NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) | |
static WCHAR * | strchrW (const WCHAR *str, WCHAR ch) |
static int | strncmpW (const WCHAR *str1, const WCHAR *str2, int n) |
static void | test_devenum (IBindCtx *bind_ctx) |
static void | test_moniker_isequal (void) |
static BOOL | find_moniker (const GUID *class, IMoniker *needle) |
DEFINE_GUID (CLSID_TestFilter, 0xdeadbeef, 0xcf51, 0x43e6, 0xb6, 0xc5, 0x29, 0x9e, 0xa8, 0xb6, 0xb5, 0x91) | |
static void | test_register_filter (void) |
static IMoniker * | check_display_name_ (int line, IParseDisplayName *parser, WCHAR *buffer) |
static void | test_directshow_filter (void) |
static void | test_codec (void) |
static void | test_dmo (void) |
static void | test_legacy_filter (void) |
static BOOL CALLBACK | test_dsound (GUID *guid, const WCHAR *desc, const WCHAR *module, void *context) |
static void | test_waveout (void) |
static void | test_wavein (void) |
static void | test_midiout (void) |
static void | test_vfw (void) |
START_TEST (devenum) | |
Variables | |
static const WCHAR | friendly_name [] = {'F','r','i','e','n','d','l','y','N','a','m','e',0} |
static const WCHAR | deviceW [] = {'@','d','e','v','i','c','e',':',0} |
static const WCHAR | clsidW [] = {'C','L','S','I','D',0} |
static const WCHAR | waveW [] = {'w','a','v','e',':',0} |
static const WCHAR | dmoW [] = {'d','m','o',':',0} |
static const WCHAR | swW [] = {'s','w',':',0} |
static const WCHAR | cmW [] = {'c','m',':',0} |
static const WCHAR | backslashW [] = {'\\',0} |
|
static |
Definition at line 314 of file devenum.c.
DEFINE_GUID | ( | CLSID_TestFilter | , |
0xdeadbeef | , | ||
0xcf51 | , | ||
0x43e6 | , | ||
0xb6 | , | ||
0xc5 | , | ||
0x29 | , | ||
0x9e | , | ||
0xa8 | , | ||
0xb6 | , | ||
0xb5 | , | ||
0x91 | |||
) |
DEFINE_GUID | ( | GUID_NULL | , |
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | |||
) |
Definition at line 243 of file devenum.c.
Referenced by test_codec(), test_directshow_filter(), test_dmo(), test_legacy_filter(), and test_register_filter().
START_TEST | ( | devenum | ) |
Definition at line 1024 of file devenum.c.
Definition at line 436 of file devenum.c.
Referenced by START_TEST().
Definition at line 62 of file devenum.c.
Referenced by START_TEST().
Definition at line 334 of file devenum.c.
Referenced by START_TEST().
Definition at line 490 of file devenum.c.
Referenced by START_TEST().
|
static |
Definition at line 618 of file devenum.c.
Referenced by START_TEST().
Definition at line 553 of file devenum.c.
Referenced by START_TEST().
Definition at line 886 of file devenum.c.
Referenced by START_TEST().
Definition at line 154 of file devenum.c.
Referenced by START_TEST().
Definition at line 267 of file devenum.c.
Referenced by START_TEST().
Definition at line 953 of file devenum.c.
Referenced by START_TEST().
Definition at line 800 of file devenum.c.
Referenced by START_TEST().
Definition at line 707 of file devenum.c.
Referenced by START_TEST().
Definition at line 47 of file devenum.c.
Referenced by test_dsound(), test_legacy_filter(), test_midiout(), test_vfw(), test_wavein(), and test_waveout().
Definition at line 42 of file devenum.c.
Referenced by test_devenum(), test_directshow_filter(), test_dmo(), test_dsound(), test_legacy_filter(), test_midiout(), test_vfw(), test_wavein(), and test_waveout().
Definition at line 46 of file devenum.c.
Referenced by test_codec(), test_dsound(), test_legacy_filter(), test_midiout(), test_vfw(), test_wavein(), and test_waveout().
Definition at line 41 of file devenum.c.
Referenced by test_codec(), test_directshow_filter(), test_dmo(), test_dsound(), test_legacy_filter(), test_midiout(), test_vfw(), test_wavein(), and test_waveout().
Definition at line 44 of file devenum.c.
Referenced by test_dmo().
Definition at line 40 of file devenum.c.
Referenced by fill_filter_container(), HlinkUpdateStackItem(), IHlinkBC_UpdateHlink(), BtrfsDeviceAdd::populate_device_tree(), read_property_names(), register_codec(), test_codec(), test_devenum(), test_directshow_filter(), test_dmo(), test_dsound(), test_legacy_filter(), test_midiout(), test_persist(), test_registry_property_w(), test_vfw(), test_wavein(), and test_waveout().
Definition at line 45 of file devenum.c.
Referenced by test_directshow_filter().
Definition at line 43 of file devenum.c.
Referenced by test_wavein(), and test_waveout().