ReactOS 0.4.15-dev-7131-ge4d03f4
|
#include <win32k.h>
Go to the source code of this file.
Macros | |
#define | READ(field, str, flag) |
Variables | |
BOOL | gbBaseVideo = FALSE |
static PPROCESSINFO | gpFullscreen = NULL |
static const PWCHAR | KEY_VIDEO = L"\\Registry\\Machine\\HARDWARE\\DEVICEMAP\\VIDEO" |
DBG_DEFAULT_CHANNEL | ( | UserDisplay | ) |
Definition at line 66 of file display.c.
Referenced by EngpUpdateGraphicsDeviceList().
Definition at line 151 of file display.c.
Referenced by UserInitialize().
LONG APIENTRY NtUserChangeDisplaySettings | ( | PUNICODE_STRING | pustrDevice, |
LPDEVMODEW | lpDevMode, | ||
DWORD | dwflags, | ||
LPVOID | lParam | ||
) |
Definition at line 946 of file display.c.
Referenced by ChangeDisplaySettingsExA(), and ChangeDisplaySettingsExW().
BOOL NTAPI NtUserEnumDisplayDevices | ( | PUNICODE_STRING | pustrDevice, |
DWORD | iDevNum, | ||
PDISPLAY_DEVICEW | pDisplayDevice, | ||
DWORD | dwFlags | ||
) |
Definition at line 366 of file display.c.
Referenced by EnumDisplayDevicesA(), and EnumDisplayDevicesW().
NTSTATUS APIENTRY NtUserEnumDisplaySettings | ( | IN PUNICODE_STRING | pustrDevice, |
IN DWORD | iModeNum, | ||
OUT LPDEVMODEW | lpDevMode, | ||
IN DWORD | dwFlags | ||
) |
Definition at line 588 of file display.c.
Referenced by EnumDisplaySettingsExA(), and EnumDisplaySettingsExW().
Definition at line 35 of file display.c.
Referenced by UserEnumRegistryDisplaySettings().
Definition at line 18 of file display.c.
Referenced by UserChangeDisplaySettings().
LONG APIENTRY UserChangeDisplaySettings | ( | PUNICODE_STRING | pustrDevice, |
LPDEVMODEW | pdm, | ||
DWORD | flags, | ||
LPVOID | lParam | ||
) |
Definition at line 716 of file display.c.
Referenced by NtUserChangeDisplaySettings(), and UserDisplayNotifyShutdown().
VOID UserDisplayNotifyShutdown | ( | PPROCESSINFO | ppiCurrent | ) |
NTSTATUS NTAPI UserEnumCurrentDisplaySettings | ( | PUNICODE_STRING | pustrDevice, |
PDEVMODEW * | ppdm | ||
) |
Definition at line 457 of file display.c.
Referenced by NtUserEnumDisplaySettings().
NTSTATUS NTAPI UserEnumDisplayDevices | ( | PUNICODE_STRING | pustrDevice, |
DWORD | iDevNum, | ||
PDISPLAY_DEVICEW | pdispdev, | ||
DWORD | dwFlags | ||
) |
Definition at line 233 of file display.c.
Referenced by NtUserEnumDisplayDevices(), and UserOpenDisplaySettingsKey().
NTSTATUS NTAPI UserEnumDisplaySettings | ( | PUNICODE_STRING | pustrDevice, |
DWORD | iModeNum, | ||
LPDEVMODEW * | ppdm, | ||
DWORD | dwFlags | ||
) |
Definition at line 480 of file display.c.
Referenced by NtUserEnumDisplaySettings().
NTSTATUS NTAPI UserEnumRegistryDisplaySettings | ( | IN PUNICODE_STRING | pustrDevice, |
OUT LPDEVMODEW | pdm | ||
) |
Definition at line 571 of file display.c.
Referenced by NtUserEnumDisplaySettings(), and UserChangeDisplaySettings().
NTSTATUS NTAPI UserOpenDisplaySettingsKey | ( | OUT PHKEY | phkey, |
IN PUNICODE_STRING | pustrDevice, | ||
IN BOOL | bGlobal | ||
) |
Definition at line 540 of file display.c.
Referenced by UserChangeDisplaySettings(), and UserEnumRegistryDisplaySettings().
Definition at line 193 of file display.c.
Referenced by VideoPortCallout().
Definition at line 705 of file display.c.
Referenced by UserChangeDisplaySettings().
Definition at line 12 of file display.c.
Referenced by EngpUpdateGraphicsDeviceList(), and InitVideo().
|
static |
Definition at line 13 of file display.c.
Referenced by UserDisplayNotifyShutdown(), and UserUpdateFullscreen().
Definition at line 15 of file display.c.
Referenced by EngpGetRegistryHandleFromDeviceMap(), and UserEnumDisplayDevices().