Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the distance (vertical and horizontal) in pixels from a valid edit control for which the targetScreenPoint enables handwriting functionality.
Syntax
HRESULT GetHandwritingDistanceThreshold(
[out] SIZE *distanceThresholdPixels
);
Parameters
[out] distanceThresholdPixels
The distance (vertical and horizontal) in pixels from a valid edit control for which the targetScreenPoint enables handwriting functionality.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
This value is based on the dots-per-inch (DPI) awareness of the current thread associated with the TSF thread manager object.
Requirements
| Requirement | Value |
|---|---|
| Header | shellhandwriting.h |