ImmGetStatusWindowPos

This function gets the position of the status window.

At a Glance

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

Syntax

BOOL ImmGetStatusWindowPos( HIMC hIMC, LPPOINT lpptPos );

Parameters

hIMC

[in] Handle to the input context.

lpptPos

[out] Long pointer to the POINT structure that receives the position coordinates. These are screen coordinates, relative to the upper-left corner of the screen.

Return Values

Nonzero indicates success. Zero indicates failure.