ITabletContextP::Overlap method

Moves a tablet context to the front or back of the input queue.

Syntax

HRESULT Overlap(
  [in]  BOOL  bTop,
  [out] DWORD *pdwtcid
);

Parameters

bTop [in]

Indicates if the tablet context should be moved to the top or bottom of the input queue.

pdwtcid [out]

The tablet context identifier.

Return value

This method can return one of these values.

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

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