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

Method WriteProfileInt

cppcryptfs/cppcryptfs.cpp:457–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457BOOL CcppcryptfsApp::WriteProfileInt(LPCWSTR section, LPCWSTR entry, INT val)
458{
459 if (lstrcmpi(section, CryptSettingsRegValName) && NeverSaveHistory()) {
460 return TRUE;
461 }
462
463 return CWinApp::WriteProfileInt(section, entry, val);
464}
465
466BOOL CcppcryptfsApp::WriteProfileString(LPCWSTR section, LPCWSTR entry, LPCWSTR val)
467{

Callers 4

SaveSettingMethod · 0.80
CreateCryptfsMethod · 0.80
MountMethod · 0.80
OnExitMethod · 0.80

Calls 1

NeverSaveHistoryFunction · 0.85

Tested by

no test coverage detected