|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <precomp.h>

Public Attributes | |
| struct _SETTINGS_ENTRY * | Blink |
| struct _SETTINGS_ENTRY * | Flink |
| DWORD | dmBitsPerPel |
| DWORD | dmPelsWidth |
| DWORD | dmPelsHeight |
| DWORD | dmDisplayFrequency |
| struct _SETTINGS_ENTRY * _SETTINGS_ENTRY::Blink |
Definition at line 60 of file precomp.h.
Referenced by GetPossibleSettings(), OnBPPChanged(), and OnResolutionChanged().
| DWORD _SETTINGS_ENTRY::dmBitsPerPel |
Definition at line 62 of file precomp.h.
Referenced by AddDisplayDevice(), DisplaySaveSettings(), FillResolutionsAndColors(), GetPossibleSettings(), OnBPPChanged(), OnDisplayDeviceChanged(), OnResolutionChanged(), SettingsPageProc(), and SwitchDisplayMode().
| DWORD _SETTINGS_ENTRY::dmDisplayFrequency |
Definition at line 142 of file desk.h.
Referenced by AddDisplayDevice(), DisplaySaveSettings(), GetPossibleSettings(), OnResolutionChanged(), SettingsPageProc(), and SwitchDisplayMode().
| DWORD _SETTINGS_ENTRY::dmPelsHeight |
Definition at line 64 of file precomp.h.
Referenced by AddDisplayDevice(), DisplaySaveSettings(), GetPossibleSettings(), OnBPPChanged(), OnResolutionChanged(), SettingsPageProc(), and SwitchDisplayMode().
| DWORD _SETTINGS_ENTRY::dmPelsWidth |
Definition at line 63 of file precomp.h.
Referenced by AddDisplayDevice(), DisplaySaveSettings(), GetPossibleSettings(), OnBPPChanged(), OnResolutionChanged(), SettingsPageProc(), and SwitchDisplayMode().
| struct _SETTINGS_ENTRY * _SETTINGS_ENTRY::Flink |
Definition at line 61 of file precomp.h.
Referenced by AddDisplayDevice(), FillResolutionsAndColors(), GetPossibleSettings(), OnBPPChanged(), OnDisplayDeviceChanged(), OnResolutionChanged(), and SettingsPageProc().