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

Method EnableOK

cppcryptfs/ui/FolderDialog.cpp:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void CFolderDialog::EnableOK(BOOL bEnable)
125{
126 // Documentation is incorrect! It is the lParam, not the wParam, that
127 // controls the enable!
128 //::SendMessage(m_hDialogBox, BFFM_ENABLEOK, (bEnable ? 1 : 0), 0);
129 ::SendMessage(m_hDialogBox, BFFM_ENABLEOK, 0, (bEnable ? 1 : 0));
130}
131
132void CFolderDialog::SetSelection(LPCTSTR pszSelection)
133{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected