PE_GETPCMINFO
Fills a PCMINFO
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
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