|
PE_ENDDATA
Sent at the termination of pen input to all windows specified by the htrgTarget member of the TARGET structure that have received a PE_BEGINDATA message. Submessage of
WM_PENEVENT.
Parameters
wParam
PE_ENDDATA.
lParam
Address of a TARGET structure.
Comments
A target can inform the recognizer that pen input has ended and process the HRC in response to this message. If this message is allowed to fall through to
the DefWindowProc function, default result processing is done if the value in the dwData member of the TARGET structure is of type HRC. EndPenInput is called followed by a call to ProcessHRC. Then the PE_RESULT submessage is sent to the target to allow the target to
get results and process them.
If the dwData member of the TARGET structure has the HPENDATA or HRC type, the object is destroyed by DefWindowProc on completion of results processing.
See Also
TARGET, WM_PENEVENT
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|