CWnd::PostMessage

Call this member function to place a message in the window's message queue. This function returns without waiting for the corresponding window to process the message.

Syntax

BOOL PostMessage( UINT message, WPARAM wParam = 0, LPARAM lParam = 0 );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories, CWnd::SendMessage