ITextInputPanel::Unadvise method (peninputpanel.h)

[ITextInputPanel is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use IInputPanelConfiguration.

]

Terminates an advisory connection previously established through ITextInputPanel::Advise Method.

Syntax

HRESULT Unadvise(
  [in] ITextInputPanelEventSink *EventSink
);

Parameters

[in] EventSink

Reference to the sink object currently receiving event notifications from the Input Panel.

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
Target Platform Windows
Header peninputpanel.h
DLL Tiptsf.dll

See also

ITextInputPanel Interface

ITextInputPanel::Advise Method