| 136 | |
| 137 | |
| 138 | LRESULT CCryptPropertySheet::OnTaskbarCreated(WPARAM wParam, LPARAM lParam) |
| 139 | { |
| 140 | theApp.RecreateSystemTrayIcon(); |
| 141 | return 0; |
| 142 | } |
| 143 | |
| 144 | BOOL CCryptPropertySheet::OnInitDialog() |
| 145 | { |
nothing calls this directly
no test coverage detected