Share via


IMN_SETSTATUSWINDOWPOS (Compact 2013)

3/28/2014

This message is sent when the status window position in the input context is updated.

Syntax

WM_IME_NOTIFY
  wSubMessage = IMN_SETSTATUSWINDOWPOS;
    lParam = 0;

Parameters

  • lParam
    Not used.

Return Value

None.

Remarks

The application can get data about the status window position by using the IMC_GETSTATUSWINDOWPOS message.

Requirements

Header

imm.h

See Also

Reference

Input Method Manager (IMM) Messages
IMC_GETSTATUSWINDOWPOS

Other Resources

WM_IME_NOTIFY