CWnd::SendMessageToDescendants

Call this member function to send the specified Windows message to all descendant windows.

Syntax

void SendMessageToDescendants( UINT message, WPARAM wParam = 0, LPARAM lParam = 0, BOOL bDeep = TRUE, BOOL bOnlyPerm = FALSE );

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, CWnd::FromHandlePermanent, CWnd::FromHandle