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).