Go to the source code of this file.
◆ PSETTINGS_INFO
◆ FillDefaultSettings()
◆ LoadSettings()
Definition at line 230 of file settings.cpp.
231{
233
235
238 {
240 }
241
243
244 if (!bLoadedAny)
245 {
246
247
251 {
254 }
255 }
256 return bLoadedAny;
257}
static BOOL LoadAllSettings(CRegKey &key, SETTINGS_INFO &settings)
VOID FillDefaultSettings(PSETTINGS_INFO pSettingsInfo)
LONG Open(HKEY hKeyParent, LPCTSTR lpszKeyName, REGSAM samDesired=KEY_READ|KEY_WRITE) noexcept
LONG Create(HKEY hKeyParent, LPCTSTR lpszKeyName, LPTSTR lpszClass=REG_NONE, DWORD dwOptions=REG_OPTION_NON_VOLATILE, REGSAM samDesired=KEY_READ|KEY_WRITE, LPSECURITY_ATTRIBUTES lpSecAttr=NULL, LPDWORD lpdwDisposition=NULL) noexcept
#define REG_OPTION_NON_VOLATILE
#define HKEY_CURRENT_USER
◆ SaveSettings()
Definition at line 260 of file settings.cpp.
261{
264
266 {
269
276 }
277
280 {
282 }
283
285}
static BOOL SaveAllSettings(CRegKey &key, SETTINGS_INFO &settings)
BOOL WINAPI GetWindowPlacement(_In_ HWND, _Inout_ WINDOWPLACEMENT *)
#define WPF_RESTORETOMAXIMIZED
◆ SettingsInfo
Definition at line 21 of file winmain.cpp.
Referenced by AsyncLoadIconProc(), CMainWindow::Create(), CreateSettingsDlg(), InitLogs(), MainWindowLoop(), ParseCmdAndExecute(), CDownloadManager::PerformDownloadAndInstall(), CMainWindow::ProcessWindowMessage(), CAppsListView::SetDisplayAppType(), anonymous_namespace{settingsdlg.cpp}::SettingsDlgProc(), CAppDB::UpdateAvailable(), WriteLogMessage(), and wWinMain().