Share via


CWnd::ReflectLastMsg

static BOOL PASCAL ReflectLastMsg( HWND hWndChild**, LRESULT*** pResult = NULL );

Return Value

Nonzero if the message was handled; otherwise 0.

Parameters

hWndChild

A handle to a child window.

pResult

The result generated by the child window to be returned by the parent window. Can be NULL.

Remarks

This member function is called by the framework to reflect the last message to the child window.

This member function calls SendChildNotifyLastMsg if the window identified by hWndChild is an OLE control or a window in the permanent map.

For more information about message reflection, see in the Visual C++ Programmer’s Guide.

CWnd OverviewClass MembersHierarchy Chart

See Also   CWnd::OnChildNotify, CWnd::SendChildNotifyLastMsg, CWnd::ReflectChildNotify, CCmdTarget::OnCmdMsg