Reading the selection from the registry (0 - if the entry does not exist)
| 191 | |
| 192 | // Reading the selection from the registry (0 - if the entry does not exist) |
| 193 | WORD CcppcryptfsApp::LoadLanguageFromRegistry() { |
| 194 | return (WORD)GetProfileInt(_T("Settings"), _T("LanguageID"), 0); |
| 195 | } |
| 196 | |
| 197 | |
| 198 | // The one and only CcppcryptfsApp object |
no outgoing calls
no test coverage detected