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

Method WriteProfileBinary

cppcryptfs/cppcryptfs.cpp:475–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475BOOL CcppcryptfsApp::WriteProfileBinary(LPCWSTR section, LPCWSTR entry, LPBYTE pData, UINT nBytes)
476{
477 if (lstrcmpi(section, CryptSettingsRegValName) && NeverSaveHistory()) {
478 return TRUE;
479 }
480
481 return CWinApp::WriteProfileBinary(section, entry, pData, nBytes);
482}
483
484
485void CcppcryptfsApp::SendCmdArgsToSelf(HANDLE hPipe)

Callers 1

SavePasswordMethod · 0.80

Calls 1

NeverSaveHistoryFunction · 0.85

Tested by

no test coverage detected