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

Method OnWindowPosChanging

cppcryptfs/ui/CryptPropertySheet.cpp:356–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354
355
356void CCryptPropertySheet::OnWindowPosChanging(WINDOWPOS* lpwndpos)
357{
358
359 if (this->m_bHideAfterInit)
360 lpwndpos->flags &= ~SWP_SHOWWINDOW;
361
362 CPropertySheet::OnWindowPosChanging(lpwndpos);
363
364 // TODO: Add your message handler code here
365}
366
367
368BOOL CCryptPropertySheet::OnDeviceChange( UINT nEventType, DWORD_PTR dwData )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected