ITextInputPanelEventSink::CorrectionModeChanged method (peninputpanel.h)

Occurs when the correction comb on the Tablet PC Input Panel has changed modes.

Syntax

HRESULT CorrectionModeChanged(
  [in] CorrectionMode oldCorrectionMode,
  [in] CorrectionMode newCorrectionMode
);

Parameters

[in] oldCorrectionMode

The previous correction mode, as defined by the CorrectionMode Enumeration.

[in] newCorrectionMode

The current correction mode, as defined by the CorrectionMode Enumeration.

Return value

This method can return one of these values.

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

Remarks

Note  In Windows 7, this event is no longer raised.
 

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header peninputpanel.h
DLL Tiptsf.dll

See also

ITextInputPanel Interface

ITextInputPanelEventSink

ITextInputPanelEventSink::CorrectionModeChanging Method