#include <tchar.h>
#include <windef.h>
Go to the source code of this file.
◆ LoadSettings()
Definition at line 53 of file settings.c.
54{
56 int iItemIndex = -1;
57
59 {
61 DWORD dwAdvancedChecked;
64
65
67 {
68
70
71
74 {
77 }
78 }
79
80
82 {
83
85
88 {
90 }
91 }
92
95 {
97 }
98
100 }
101 else
102 {
103
105
108 {
111 }
112 }
113}
#define IDC_CHECK_ADVANCED
#define IDC_COMBO_CHARSET
LONG QueryStringValue(HKEY hKey, LPCTSTR lpSubKey, LPCTSTR lpValueName, LPTSTR pszBuffer, DWORD dwBufferLen)
const TCHAR g_szGeneralRegKey[]
#define RegCloseKey(hKey)
VOID ChangeMapFont(HWND hDlg)
static LSTATUS(WINAPI *pRegDeleteTreeW)(HKEY
GLuint GLuint GLsizei GLenum type
#define ComboBox_SetCurSel(hwndCtl, index)
#define ComboBox_FindStringExact(hwndCtl, indexStart, lpszFind)
#define HKEY_CURRENT_USER
HWND WINAPI GetDlgItem(_In_opt_ HWND, _In_ int)
#define SendDlgItemMessage
◆ SaveSettings()
Definition at line 115 of file settings.c.
116{
118
120 {
122
125
126 if(*szBuffer != '\0')
128
131
132 if(*szBuffer != '\0')
134
136
138 }
139}
#define REG_OPTION_NON_VOLATILE
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_POWER_POLICY_IDLE_SETTINGS Settings
#define ComboBox_GetText(hwndCtl, lpch, cchMax)
◆ m_Text