ReactOS 0.4.16-dev-197-g92996da
|
#include <stdio.h>
#include "windows.h"
#include "mmsystem.h"
#include "mmreg.h"
#include "wine/test.h"
Go to the source code of this file.
Classes | |
union | MCI_PARMS_UNION |
Macros | |
#define | X(label) case label: return #label ; |
#define | test_notification(hwnd, command, type) test_notification_dbg(hwnd, command, type, __LINE__) |
Functions | |
const char * | dbg_mcierr (MCIERROR err) |
static BOOL | spurious_message (LPMSG msg) |
static void | test_notification_dbg (HWND hwnd, const char *command, WPARAM type, int line) |
static int | strcmp_wa (LPCWSTR strw, const char *stra) |
static void | test_mciParser (HWND hwnd) |
static void | test_openCloseWAVE (HWND hwnd) |
static void | test_recordWAVE (HWND hwnd) |
static void | test_playWAVE (HWND hwnd) |
static void | test_asyncWAVE (HWND hwnd) |
static void | test_AutoOpenWAVE (HWND hwnd) |
static void | test_playWaveTypeMpegvideo (void) |
static void | test_asyncWaveTypeMpegvideo (HWND hwnd) |
static DWORD CALLBACK | thread_cb (void *p) |
static void | test_threads (void) |
START_TEST (mci) | |
Variables | |
static MCIERROR | ok_saved = MCIERR_FILE_NOT_FOUND |
Definition at line 43 of file mci.c.
Referenced by START_TEST(), test_asyncWAVE(), test_asyncWaveTypeMpegvideo(), test_AutoOpenWAVE(), test_mciParser(), test_openclose(), test_openCloseWAVE(), test_play(), test_playWAVE(), test_playWaveTypeMpegvideo(), test_recordWAVE(), and test_threads().
Definition at line 132 of file mci.c.
Referenced by test_notification_dbg().
START_TEST | ( | mci | ) |
Definition at line 1436 of file mci.c.
Definition at line 932 of file mci.c.
Referenced by START_TEST().
Definition at line 1348 of file mci.c.
Referenced by START_TEST().
Definition at line 1126 of file mci.c.
Referenced by START_TEST().
Definition at line 173 of file mci.c.
Referenced by START_TEST().
Definition at line 144 of file mci.c.
Definition at line 381 of file mci.c.
Referenced by START_TEST().
Definition at line 796 of file mci.c.
Referenced by START_TEST().
Definition at line 1296 of file mci.c.
Referenced by START_TEST().
Definition at line 623 of file mci.c.
Referenced by START_TEST().
Definition at line 1412 of file mci.c.
Referenced by START_TEST().
Definition at line 1396 of file mci.c.
Referenced by test_threads().
|
static |
Definition at line 30 of file mci.c.
Referenced by START_TEST(), test_asyncWAVE(), test_asyncWaveTypeMpegvideo(), test_AutoOpenWAVE(), test_playWAVE(), test_playWaveTypeMpegvideo(), test_recordWAVE(), and test_threads().