Sets the position of the status window.
Syntax
HRESULT SetStatusWindowPos( HIMC hIMC, POINT *pptPos );
Parameters
- hIMC
- [in] Handle to the input context.
- pptPos
- [in] Address of the POINT structure that receives the new position of the status window.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImmSetStatusWindowPos function documented in the Microsoft® Platform Software Development Kit (SDK).