| 30 | { return SetIcon(lpResName ? |
| 31 | AfxGetApp()->LoadIcon(lpResName) : NULL, lpTip); } |
| 32 | BOOL SetStandardIcon(LPCTSTR lpszIconName, LPCSTR lpTip) |
| 33 | { return SetIcon(::LoadIcon(NULL, lpszIconName), lpTip); } |
| 34 | |
| 35 | virtual LRESULT OnTrayNotification(WPARAM uID, LPARAM lEvent); |
| 36 | }; |
nothing calls this directly
no test coverage detected
searching dependent graphs…