ImmSetStatusWindowPos function (imm.h)
Sets the position of the status window.
Syntax
BOOL ImmSetStatusWindowPos(
HIMC unnamedParam1,
[in] LPPOINT lpptPos
);
Parameters
unnamedParam1
[in] lpptPos
Pointer to a POINT structure containing the new position of the status window, in screen coordinates relative to the upper left corner of the display screen.
Return value
Returns a nonzero value if successful, or 0 otherwise.
Remarks
This function causes an IMN_SETSTATUSWINDOWPOS command to be sent to the application.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only],East Asian language support installed. |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | imm.h (include Immdev.h, Windows.h) |
Library | Imm32.lib |
DLL | Imm32.dll |