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

Method DoModal

cppcryptfs/ui/CryptPropertySheet.cpp:259–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257
258
259INT_PTR CCryptPropertySheet::DoModal()
260{
261 // TODO: Add your specialized code here and/or call the base class
262
263 return CPropertySheet::DoModal();
264
265}
266
267BOOL CCryptPropertySheet::OnCopyData(CWnd* pWnd, COPYDATASTRUCT* pCopyDataStruct)
268{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected