|
TargetPoints
- 0
Determines the target to which pen data belongs.
int TargetPoints( LPTARGINFO lptarginfo, LPPOINT lppt, DWORD dwReserved, UINT fuReserved, LPSTROKEINFO lpsi )
Parameters
lptarginfo
Address of a targeting data TARGINFO structure.
lppt
Address of a buffer of POINT structures in tablet coordinates.
dwReserved
This parameter is reserved for future use and its value is ignored.
fuReserved
This parameter is reserved for future use and its value is ignored.
lpsi
A pointer to a STROKEINFO structure. This structure holds information about the stroke being targeted.
Return Value
Returns an array index, starting from 0, of the target in the rgTarget array of the TARGINFO structure, if successful. If no suitable target is found, or if there are no
points to target, TargetPoints returns 1.
Comments
To select the desired targeting behavior, the application should set the dwFlags member of the TARGINFO structure that lptarginfo points to.
See Also
GetPenInput, TARGET, TARGINFO
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
|