PE_GETPCMINFO

Fills a PCMINFO structure, which is then used in a call to StartPenInput. Submessage of WM_PENEVENT.

Parameters

wParam

PE_GETPCMINFO.

lParam

Address of a PCMINFO structure, which is initialized with default values.

Comments

The default values are the same as those applied when StartPenInput is called with the lppcminfo parameter set to NULL:

  • Inking terminates when the time-out period elapses.

  • Inking terminates when a tap occurs outside the client rectangle of hwnd.

  • Inking does not start if the initial pen input consists of a press-and-hold gesture.

However, an exclusion region specified by the hrgnExclude member of the PCMINFO structure may have accumulated while processing PE_SETTARGETS messages. The window procedure can modify the values to customize the collection parameters before pen input begins.

If the PCM_DOPOLLING flag in the dwPcm member of the PCMINFO structure is set, it is disregarded and pen input remains in event mode.

See Also

PCMINFO
, PE_SETTARGETS, StartPenInput, WM_PENEVENT

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples