This topic has not yet been rated - Rate this topic

ImmSetStatusWindowPos

Windows Mobile 6.5
A version of this page is also available for
4/8/2010

This function sets the position of the status window.


BOOL ImmSetStatusWindowPos( 
  HIMC hIMC,
  LPPOINT lpptPos
);
hIMC

[in] Handle to the input context.

lpptPos

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

Nonzero indicates success. Zero indicates failure.

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

Headerimm.h
LibraryCoreimm.lib
Windows Embedded CEWindows CE .NET 4.0 and later
Windows MobileWindows Mobile Version 5.0 and later
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.