MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / SaveLanguageToRegistry

Method SaveLanguageToRegistry

cppcryptfs/cppcryptfs.cpp:188–190  ·  view source on GitHub ↗

Saving user selection to the registry

Source from the content-addressed store, hash-verified

186
187// Saving user selection to the registry
188void 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)
193WORD CcppcryptfsApp::LoadLanguageFromRegistry() {

Callers 1

OnBnClickedApplyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected