Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the position of the status window.
Syntax
HRESULT GetStatusWindowPos(
[in] HIMC hIMC,
[out] POINT *pptPos
);
Parameters
hIMC [in]
A handle to the input context.pptPos [out]
The 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 value otherwise.
Remarks
This method maps to the ImmGetStatusWindowPos function that is documented in the Windows Software Development Kit (SDK).
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Product |
Internet Explorer 5.0 |
Header |
Dimm.h |
IDL |
Dimm.idl |