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

Method SetSelection

cppcryptfs/ui/FolderDialog.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void CFolderDialog::SetSelection(LPCTSTR pszSelection)
133{
134 ::SendMessage(m_hDialogBox, BFFM_SETSELECTION, TRUE, (LPARAM) pszSelection);
135}
136
137void CFolderDialog::SetSelection(ITEMIDLIST* pIdl)
138{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected