Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a pointer to the message this window is currently processing. Should only be called when in an OnMessage message-handler member function.
static const MSG* PASCAL GetCurrentMessage( );
Return Value
Returns a pointer to the MSG structure that contains the message the window is currently processing. Should only be called when in an OnMessage handler.
Example
See the example for CMDIFrameWnd::MDICascade.
Requirements
Header: afxwin.h