| 455 | |
| 456 | |
| 457 | void CCryptPropertySheet::OnDestroy() |
| 458 | { |
| 459 | CPropertySheet::OnDestroy(); |
| 460 | |
| 461 | // TODO: Add your message handler code here |
| 462 | |
| 463 | if (theApp.IsRunningAsAdministrator()) |
| 464 | { |
| 465 | KillTimer(kSysTrayiTimerId); |
| 466 | } |
| 467 | } |
nothing calls this directly
no test coverage detected