| 344 | |
| 345 | UINT_PTR SetTimer(UINT nIDEvent, UINT nElapse, void (CALLBACK* lpfnTimer)(HWND, UINT, UINT_PTR, DWORD)) {return CMenuTrayIcon::SetTimer(nIDEvent, nElapse, lpfnTimer);} |
| 346 | BOOL KillTimer(INT_PTR nIDEvent) {return CMenuTrayIcon::KillTimer(nIDEvent);} |
| 347 | |
| 348 | virtual LRESULT WindowProc(UINT Message, WPARAM wParam, LPARAM lParam) { |
| 349 | if(CAniIcon::WindowProc(Message,wParam,lParam)) return true; |
nothing calls this directly
no outgoing calls
no test coverage detected