ImmSetStatusWindowPos

This function sets the position of the status window.

At a Glance

Header file: Imm.h
Windows CE versions: 2.10 and later

Syntax

BOOL ImmSetStatusWindowPos( HIMC hIMC, LPPOINT lpptPos );

Parameters

hIMC

[in] Handle to the input context.

lpptPos

[out] Long pointer to the POINT structure that receives the new position of the status window.

Return Values

Nonzero indicates success. Zero indicates failure.

Remarks

The ImmSetStatusWindowPos function causes a IMN_SETSTATUSWINDOWPOS message to be sent to the application.