PE_MOREDATA
Sent to the
window specified by the htrgTarget member of the TARGET
Parameters
wParam
PE_MOREDATA.
lParam
Address of an
INPPARAMS
Comments
DefWindowProc collects the pen input in response to the PE_PENDOWN,
PE_PENUP, and PE_PENMOVE messages and sends the input on a stroke-by-stroke
basis to one of the targets in the TARGINFO structure. On a pen-tip transition that is, from pen-down to pen-up or vice versa the Windows DefWindowProc function sends a
PE_MOREDATA message to the window specified by the htrgTarget member of
the TARGET structure identified in the PE_BEGINDATA message.
If it
receives a PE_MOREDATA message, DefWindowProc uses AddPointsPendata
or AddPenInputHRC
See Also