IActiveIMMIME::GetRegiste...     IActiveIMMIME::GetVirtual...     IActiveIMMIME Interface    
Web Workshop (Miscellaneous)

IActiveIMMIME::GetStatusWindowPos Method


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