ReactOS 0.4.16-dev-297-gc569aee
|
#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 930 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 350 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 572 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 700 of file display.c.
Referenced by NtUserChangeDisplaySettings(), and UserDisplayNotifyShutdown().
VOID UserDisplayNotifyShutdown | ( | PPROCESSINFO | ppiCurrent | ) |
NTSTATUS NTAPI UserEnumCurrentDisplaySettings | ( | PUNICODE_STRING | pustrDevice, |
PDEVMODEW * | ppdm | ||
) |
Definition at line 441 of file display.c.
Referenced by NtUserEnumDisplaySettings().
NTSTATUS NTAPI UserEnumDisplayDevices | ( | PUNICODE_STRING | pustrDevice, |
DWORD | iDevNum, | ||
PDISPLAY_DEVICEW | pdispdev, | ||
DWORD | dwFlags | ||
) |
Definition at line 217 of file display.c.
Referenced by NtUserEnumDisplayDevices(), and UserOpenDisplaySettingsKey().
NTSTATUS NTAPI UserEnumDisplaySettings | ( | PUNICODE_STRING | pustrDevice, |
DWORD | iModeNum, | ||
LPDEVMODEW * | ppdm, | ||
DWORD | dwFlags | ||
) |
Definition at line 464 of file display.c.
Referenced by NtUserEnumDisplaySettings().
NTSTATUS NTAPI UserEnumRegistryDisplaySettings | ( | IN PUNICODE_STRING | pustrDevice, |
OUT LPDEVMODEW | pdm | ||
) |
Definition at line 555 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 524 of file display.c.
Referenced by UserChangeDisplaySettings(), and UserEnumRegistryDisplaySettings().
Definition at line 177 of file display.c.
Referenced by VideoPortCallout().
Definition at line 689 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().