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

Method LoadLanguageFromRegistry

cppcryptfs/cppcryptfs.cpp:193–195  ·  view source on GitHub ↗

Reading the selection from the registry (0 - if the entry does not exist)

Source from the content-addressed store, hash-verified

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

Callers 2

OnBnClickedApplyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected