#include <tchar.h>
#include <windef.h>
Go to the source code of this file.
◆ LoadSettings()
Definition at line 53 of file settings.c.
61 DWORD dwAdvancedChecked;
#define IDC_CHECK_ADVANCED
#define HKEY_CURRENT_USER
#define SendDlgItemMessage
#define IDC_COMBO_CHARSET
LONG WINAPI RegCloseKey(HKEY hKey)
#define ComboBox_FindStringExact(hwndCtl, indexStart, lpszFind)
const TCHAR g_szGeneralRegKey[]
HWND WINAPI GetDlgItem(_In_opt_ HWND, _In_ int)
static LSTATUS(WINAPI *pRegDeleteTreeW)(HKEY
#define ComboBox_SetCurSel(hwndCtl, index)
VOID ChangeMapFont(HWND hDlg)
LONG QueryStringValue(HKEY hKey, LPCTSTR lpSubKey, LPCTSTR lpValueName, LPTSTR pszBuffer, DWORD dwBufferLen)
GLuint GLuint GLsizei GLenum type
◆ SaveSettings()
Definition at line 115 of file settings.c.
126 if(*szBuffer !=
'\0')
132 if(*szBuffer !=
'\0')
#define HKEY_CURRENT_USER
#define ComboBox_GetText(hwndCtl, lpch, cchMax)
#define IDC_COMBO_CHARSET
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_POWER_POLICY_IDLE_SETTINGS Settings
LONG WINAPI RegCloseKey(HKEY hKey)
const TCHAR g_szGeneralRegKey[]
#define REG_OPTION_NON_VOLATILE
HWND WINAPI GetDlgItem(_In_opt_ HWND, _In_ int)
◆ m_Text