ITabletEventSink::ContextDestroy method

Occurs when a tablet context is being destroyed.

Syntax

HRESULT ContextDestroy(
  [in] TABLET_CONTEXT_ID tcid
);

Parameters

tcid [in]

The identifier of the tablet context being destroyed.

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

ITabletEventSink Interface