IUIManagerEventSink::OnWindowUpdating method (ctffunc.h)

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

Syntax

HRESULT OnWindowUpdating(
  [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