Jump to content

PMEvent

From EDM2
Revision as of 22:59, 2 December 2015 by Martini (talk | contribs) (Created page with "==Description== he PMEvent structure encapsulates the message data normally passed to the window message procedure, plus a PCHRMSG and a PMSEMSG to ease access to the C...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

he 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.