Поделиться через


CWnd::SendChildNotifyLastMsg

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.

BOOL SendChildNotifyLastMsg(
   LRESULT* pResult = NULL 
);

Параметры

  • pResult
    The result generated by the child window to be returned by the parent window.

Возвращаемое значение

Nonzero if the child window has handled the message sent to its parent; otherwise 0.

Заметки

SendChildNotifyLastMsg send the current message to the source if it is a message that is reflected.

For more information about message reflection, see Handling Reflected Messages.

Требования

Header: afxwin.h

См. также

Основные понятия

CWnd Class

CWnd Members

Hierarchy Chart

CWnd::OnChildNotify