Home
last modified time | relevance | path

Searched refs:PSETTINGS_ENTRY (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/cpl/desk/
H A Ddesk.h139 } SETTINGS_ENTRY, *PSETTINGS_ENTRY; typedef
149 PSETTINGS_ENTRY Settings; /* Sorted by increasing dmPelsHeight, BPP */
153 PSETTINGS_ENTRY CurrentSettings; /* Points into Settings list */
182 SwitchDisplayMode(HWND hwndDlg, PWSTR DeviceName, PSETTINGS_ENTRY seInit, PSETTINGS_ENTRY seNew, OU…
H A Dsettings.c85 static PSETTINGS_ENTRY
92 PSETTINGS_ENTRY Settings = NULL; in GetPossibleSettings()
94 PSETTINGS_ENTRY Current; in GetPossibleSettings()
136 PSETTINGS_ENTRY Previous = NULL; in GetPossibleSettings()
137 PSETTINGS_ENTRY Next = Settings; in GetPossibleSettings()
179 PSETTINGS_ENTRY Current; in AddDisplayDevice()
281 PSETTINGS_ENTRY Current; in OnDisplayDeviceChanged()
501 PSETTINGS_ENTRY Current; in OnBPPChanged()
601 PSETTINGS_ENTRY Current; in OnResolutionChanged()
769 SwitchDisplayMode(HWND hwndDlg, PWSTR DeviceName, PSETTINGS_ENTRY seInit, PSETTINGS_ENTRY seNew, OU… in SwitchDisplayMode()
[all …]
/reactos/base/applications/mstsc/
H A Dprecomp.h65 } SETTINGS_ENTRY, *PSETTINGS_ENTRY; typedef
75 PSETTINGS_ENTRY Settings; /* sorted by increasing dmPelsHeight, BPP */
79 PSETTINGS_ENTRY CurrentSettings; /* Points into Settings list */
H A Dconnectdialog.c410 static PSETTINGS_ENTRY
413 OUT PSETTINGS_ENTRY* CurrentSettings) in GetPossibleSettings()
419 PSETTINGS_ENTRY Settings = NULL; in GetPossibleSettings()
421 PSETTINGS_ENTRY Current; in GetPossibleSettings()
463 PSETTINGS_ENTRY Previous = NULL; in GetPossibleSettings()
464 PSETTINGS_ENTRY Next = Settings; in GetPossibleSettings()
509 PSETTINGS_ENTRY Current; in AddDisplayDevice()
601 PSETTINGS_ENTRY Next = Current->Flink; in AddDisplayDevice()
669 PSETTINGS_ENTRY Current; in FillResolutionsAndColors()