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

Method ArePasswordBuffersLocked

cppcryptfs/ui/SecureEdit.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 WCHAR * m_strRealText;
37
38 BOOL ArePasswordBuffersLocked() { return m_pBuf && m_pBufOld ? m_pBuf->IsLocked() && m_pBufOld->IsLocked() : FALSE; };
39
40 //{{AFX_VIRTUAL(CSecureEdit)
41 //}}AFX_VIRTUAL

Callers 2

OnInitDialogMethod · 0.80
OnInitDialogMethod · 0.80

Calls 1

IsLockedMethod · 0.80

Tested by

no test coverage detected