| 354 | |
| 355 | |
| 356 | void 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 | |
| 368 | BOOL CCryptPropertySheet::OnDeviceChange( UINT nEventType, DWORD_PTR dwData ) |
nothing calls this directly
no outgoing calls
no test coverage detected