Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the position of the status window.
Syntax
HRESULT GetStatusWindowPos( HIMC hIMC, POINT *pptPos );
Parameters
- hIMC
- [in] Handle to the input context.
- pptPos
- [out] Address of the POINT structure that receives the position coordinates. These are screen coordinates, relative to the upper-left corner of the screen.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImmGetStatusWindowPos function documented in the Microsoft® Platform Software Development Kit (SDK).
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.