Given the notification handler
BOOL CMyWindow::OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult) { .......
If I process a specific notification. Should I return TRUE or set * pResult = TRUE?
This is what has been listening to me for ages.
source share