|
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
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
TMS Scripter Studio Pro components for Delphi/C++Builder
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
|