ITabletContextP::TrackInputRect method

Updates the tablet digitizer to window location mapping coordinates.

Syntax

HRESULT TrackInputRect(
  [out] RECT *prcInput
);

Parameters

prcInput [out]

The new input window rectangle after updating the mapping between the window and digitizer coordinates.

Return value

This method can return one of these values.

Return code Description
S_OK
Success.
E_FAIL
An unspecified error occurred.

Remarks

Call this method anytime the location of the window on the screen changes.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Library
Wisptis.exe

See also

ITabletContextP Interface