PE_GETPCMINFO

Fills a PCMINFO1AOCX8 structure, which is then used in a call to StartPenInput1AOCU6. 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 PCMINFO1AOCX8 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, StartPenInput