|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "../win32nt.h"
Go to the source code of this file.
Functions | |
| BOOL NTAPI | NtUserEnumDisplayMonitors1 (HDC hDC, LPCRECT lprcClip, MONITORENUMPROC lpfnEnum, LPARAM dwData) |
| BOOL CALLBACK | MonitorEnumProc (HMONITOR hMonitor, HDC hdcMonitor, LPRECT lprcMonitor, LPARAM dwData) |
| START_TEST (NtUserEnumDisplayMonitors) | |
Variables | |
| ULONG | gMonitorCount = 0 |
| HDC | ghdcMonitor = 0 |
| RECT | grcMonitor = {0} |
| BOOL CALLBACK MonitorEnumProc | ( | HMONITOR | hMonitor, |
| HDC | hdcMonitor, | ||
| LPRECT | lprcMonitor, | ||
| LPARAM | dwData | ||
| ) |
Definition at line 26 of file NtUserEnumDisplayMonitors.c.
Referenced by START_TEST().
| BOOL NTAPI NtUserEnumDisplayMonitors1 | ( | HDC | hDC, |
| LPCRECT | lprcClip, | ||
| MONITORENUMPROC | lpfnEnum, | ||
| LPARAM | dwData | ||
| ) |
Definition at line 16 of file NtUserEnumDisplayMonitors.c.
| START_TEST | ( | NtUserEnumDisplayMonitors | ) |
Definition at line 41 of file NtUserEnumDisplayMonitors.c.
| HDC ghdcMonitor = 0 |
Definition at line 11 of file NtUserEnumDisplayMonitors.c.
Referenced by MonitorEnumProc(), and START_TEST().
| ULONG gMonitorCount = 0 |
Definition at line 10 of file NtUserEnumDisplayMonitors.c.
Referenced by MonitorEnumProc(), and START_TEST().
| RECT grcMonitor = {0} |
Definition at line 12 of file NtUserEnumDisplayMonitors.c.
Referenced by MonitorEnumProc(), and START_TEST().