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

Method SetStatusText

cppcryptfs/ui/FolderDialog.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void CFolderDialog::SetStatusText(LPCTSTR pszStatusText)
143{
144 ::SendMessage(m_hDialogBox, BFFM_SETSTATUSTEXT, 0, (LPARAM) pszStatusText);
145}
146
147CString CFolderDialog::ShortName(const CString& strName)
148{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected