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

Method WriteProfileString

cppcryptfs/cppcryptfs.cpp:466–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466BOOL CcppcryptfsApp::WriteProfileString(LPCWSTR section, LPCWSTR entry, LPCWSTR val)
467{
468 if (lstrcmpi(section, CryptSettingsRegValName) && NeverSaveHistory()) {
469 return TRUE;
470 }
471
472 return CWinApp::WriteProfileString(section, entry, val);
473}
474
475BOOL CcppcryptfsApp::WriteProfileBinary(LPCWSTR section, LPCWSTR entry, LPBYTE pData, UINT nBytes)
476{

Callers 5

CreateCryptfsMethod · 0.80
AddMethod · 0.80
MountMethod · 0.80
AddMountPointMethod · 0.80
DeleteMountPointMethod · 0.80

Calls 1

NeverSaveHistoryFunction · 0.85

Tested by

no test coverage detected