IUIManagerEventSink::OnWindowUpdated method (ctffunc.h)

Called by the TSF after resizing and/or relocating the opened IME UI.

Syntax

HRESULT OnWindowUpdated(
  [in] RECT *prcUpdatedBounds
);

Parameters

[in] prcUpdatedBounds

Pointer to a RECT structure defining the affected area (in screen coordinates).

Return value

Ignored.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Target Platform Windows
Header ctffunc.h

See also

IUIManagerEventSink