This method sends a message to the window. 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.
At a Glance
Header file: | Atlwin.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
BOOL SendNotifyMessage( UINT message, WPARAM wParam = 0,
LPARAM lParam = 0 );
See Also