ImmGetStatusWindowPos (Windows CE 5.0)
This function gets the position of the status window.
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.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.
Link Library: Coreimm.lib.
See Also
Send Feedback on this topic to the authors