Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
BOOL SendChildNotifyLastMsg( LRESULT* pResult = NULL );
Return Value
Nonzero if the child window has handled the message sent to its parent; otherwise 0.
Parameters
pResult
The result generated by the child window to be returned by the parent window.
Remarks
This member function is called by the framework to provide a notification message to a child window, from the parent window, so the child window can handle a task.
SendChildNotifyLastMsg send the current message to the source if it is a message that is reflected.
For more information about message reflection, see in the Visual C++ Programmer's Guide.
CWnd Overview | Class Members | Hierarchy Chart
See Also CWnd::OnChildNotify