ImmGetStatusWindowPos (Compact 2013)

3/28/2014

This function gets the position of the status window.

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 Value

Nonzero indicates success. Zero indicates failure.

Requirements

Header

imm.h

Library

Coreimm.lib

See Also

Reference

Input Method Manager (IMM) Functions

Other Resources

POINT