|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "wine/test.h"#include "winbase.h"#include "wingdi.h"#include "winuser.h"#include "winreg.h"#include <stdio.h>
Go to the source code of this file.
Classes | |
| struct | vid_mode |
Macros | |
| #define | GET_PROC(func) |
Functions | |
| static | LONG (WINAPI *pChangeDisplaySettingsExA)(LPCSTR |
| static | BOOL (WINAPI *pEnumDisplayDevicesA)(LPCSTR |
| static | HMONITOR (WINAPI *pMonitorFromPoint)(POINT |
| static UINT32 UINT32 *static void | init_function_pointers (void) |
| static BOOL CALLBACK | monitor_enum_proc (HMONITOR hmon, HDC hdc, LPRECT lprc, LPARAM lparam) |
| static void | test_enumdisplaydevices_adapter (int index, const DISPLAY_DEVICEA *device, DWORD flags) |
| static void | test_enumdisplaydevices_monitor (int adapter_index, int monitor_index, const char *adapter_name, const DISPLAY_DEVICEA *device, DWORD flags) |
| static void | test_enumdisplaydevices (void) |
| static void | test_ChangeDisplaySettingsEx (void) |
| static void | test_monitors (void) |
| static BOOL CALLBACK | find_primary_mon (HMONITOR hmon, HDC hdc, LPRECT rc, LPARAM lp) |
| static void | test_work_area (void) |
| static void | test_display_config (void) |
| START_TEST (monitor) | |
Variables | |
| static HMODULE | hdll |
| static | LPDEVMODEA |
| static | HWND |
| static | DWORD |
| static | LPVOID |
| static | LPDEVMODEW |
| static | LPDISPLAY_DEVICEA |
| static | LPRECT |
| static | MONITORENUMPROC |
| static | LPARAM |
| static | LPMONITORINFO |
| static int | adapter_count = 0 |
| static int | monitor_count = 0 |
| static const struct vid_mode | vid_modes_test [] |
Definition at line 614 of file monitor.c.
Referenced by test_work_area().
Definition at line 41 of file monitor.c.
Referenced by START_TEST().
|
static |
Definition at line 64 of file monitor.c.
Referenced by test_enumdisplaydevices().
| START_TEST | ( | monitor | ) |
Definition at line 745 of file monitor.c.
Definition at line 308 of file monitor.c.
Referenced by START_TEST().
Definition at line 693 of file monitor.c.
Referenced by START_TEST().
Definition at line 216 of file monitor.c.
Referenced by START_TEST().
|
static |
Definition at line 82 of file monitor.c.
Referenced by test_enumdisplaydevices().
|
static |
Definition at line 161 of file monitor.c.
Referenced by test_enumdisplaydevices().
Definition at line 450 of file monitor.c.
Referenced by START_TEST().
Definition at line 630 of file monitor.c.
Referenced by START_TEST().
|
static |
Definition at line 79 of file monitor.c.
Referenced by test_enumdisplaydevices(), and test_enumdisplaydevices_adapter().
|
static |
Definition at line 29 of file monitor.c.
Referenced by init_function_pointers().
|
static |
Definition at line 80 of file monitor.c.
Referenced by test_enumdisplaydevices(), and test_enumdisplaydevices_monitor().
Definition at line 287 of file monitor.c.
Referenced by test_ChangeDisplaySettingsEx().