Jump to content

PMEvent: Difference between revisions

From EDM2
m Martini moved page OS2 API:PMEvent to OS2 API:PM++:PMEvent
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
==Description==
==Description==
The PMEvent structure encapsulates the message data normally passed to the window message procedure, plus a PCHRMSG and a  PMSEMSG  to  ease access  to  the  CHRMSG  and  MSEMSG  structures passed with WM_CHAR and WM_mouse messages.  The ret field is used to return a MRESULT value from message handling functions.
The PMEvent structure encapsulates the message data normally passed to the window message procedure, plus a PCHRMSG and a  PMSEMSG  to  ease access  to  the  CHRMSG  and  MSEMSG  structures passed with WM_CHAR and WM_mouse messages.  The ret field is used to return a MRESULT value from message handling functions.


[[Category:The OS/2 API Project]]
[[Category:PM++]]

Revision as of 09:41, 14 February 2017

Description

The PMEvent structure encapsulates the message data normally passed to the window message procedure, plus a PCHRMSG and a PMSEMSG to ease access to the CHRMSG and MSEMSG structures passed with WM_CHAR and WM_mouse messages. The ret field is used to return a MRESULT value from message handling functions.