| 138 | } |
| 139 | |
| 140 | void RemoveIcon() { |
| 141 | if(!OK) return; |
| 142 | NID.uFlags=0; |
| 143 | Shell_NotifyIcon(NIM_DELETE, &NID); |
| 144 | OK=false; |
| 145 | } |
| 146 | |
| 147 | // Overrides |
| 148 | virtual LRESULT WindowProc(UINT Message, WPARAM wParam, LPARAM lParam) { |
nothing calls this directly
no outgoing calls
no test coverage detected