This topic has not yet been rated - Rate this topic

CWnd::ReflectLastMsg

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

static BOOL PASCAL ReflectLastMsg(
   HWND hWndChild,
   LRESULT* pResult = NULL 
);
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.

Nonzero if the message was handled; otherwise 0.

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 Handling Reflected Messages.

Header: afxwin.h

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ