Saving user selection to the registry
| 186 | |
| 187 | // Saving user selection to the registry |
| 188 | void CcppcryptfsApp::SaveLanguageToRegistry(WORD wLangID) { |
| 189 | WriteProfileInt(_T("Settings"), _T("LanguageID"), (int)wLangID); |
| 190 | } |
| 191 | |
| 192 | // Reading the selection from the registry (0 - if the entry does not exist) |
| 193 | WORD CcppcryptfsApp::LoadLanguageFromRegistry() { |