| 232 | } |
| 233 | |
| 234 | CWnd* CSystemTray::GetNotificationWnd() const { |
| 235 | return CWnd::FromHandle(m_tnd.hWnd); |
| 236 | } |
| 237 | |
| 238 | ///////////////////////////////////////////////////////////////////////////// |
| 239 | // CSystemTray menu manipulation |
nothing calls this directly
no outgoing calls
no test coverage detected