|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdio.h>#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "winuser.h"#include "winnls.h"#include "wine/test.h"
Go to the source code of this file.
Typedefs | |
| typedef LONG(WINAPI * | PBROADCAST) (DWORD, LPDWORD, UINT, WPARAM, LPARAM) |
| typedef LONG(WINAPI * | PBROADCASTEX) (DWORD, LPDWORD, UINT, WPARAM, LPARAM, PBSMINFO) |
Functions | |
| static LRESULT WINAPI | main_window_procA (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
| static BOOL | init_procs (void) |
| static void | test_parameters (PBROADCAST broadcast, const char *functionname) |
| static void | test_parametersEx (PBROADCASTEX broadcastex) |
| START_TEST (broadcast) | |
Variables | |
| static HANDLE | hevent |
Definition at line 32 of file broadcast.c.
Definition at line 33 of file broadcast.c.
Definition at line 53 of file broadcast.c.
Referenced by START_TEST().
|
static |
Definition at line 36 of file broadcast.c.
Referenced by init_procs().
| START_TEST | ( | broadcast | ) |
Definition at line 204 of file broadcast.c.
|
static |
Definition at line 80 of file broadcast.c.
|
static |
Definition at line 147 of file broadcast.c.
Referenced by START_TEST().
|
static |
Definition at line 34 of file broadcast.c.
Referenced by cbt_global_hook_thread_proc(), init_procs(), main_window_procA(), mouse_ll_global_thread_proc(), test_fragmentsize(), test_parameters(), test_parametersEx(), test_winevents(), wave_in_test_deviceIn(), wave_out_test_deviceOut(), and win_event_global_thread_proc().