IActiveIMMIME::SetOpenSta...     IActiveIMMIME::ShowSoftKe...     IActiveIMMIME Interface    
Web Workshop (Miscellaneous)

IActiveIMMIME::SetStatusWindowPos Method


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). Non-MSDN link



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.