CWnd::ReflectChildNotify

This message function is called by the framework from OnChildNotify. It is a helper function which reflects message to its source.

Syntax

BOOL ReflectChildNotify( UINT message, WPARAM wParam, LPARAM lParam, LRESULT* pResult );

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::OnChildNotify, CWnd::SendChildNotifyLastMsg, CWnd::OnWndMsg, CCmdTarget::OnCmdMsg, CWnd::ReflectLastMsg