Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sends a message to the window.
BOOL SendNotifyMessage(
UINT message,
WPARAM wParam = 0,
LPARAM lParam = 0
) throw();
Remarks
See SendNotifyMessage in the Windows SDK.
If the window was created by the calling thread, SendNotifyMessage does not return until the window procedure has processed the message. Otherwise, it returns immediately.
Requirements
Header: atlwin.h
See Also
Reference
CWindow::SendMessageToDescendants