Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Retrieves the position of the status window.
Syntax
BOOL ImmGetStatusWindowPos(
HIMC unnamedParam1,
[out] LPPOINT lpptPos
);
Parameters
unnamedParam1
[out] lpptPos
Pointer to a POINT structure in which the function retrieves the position coordinates. These are screen coordinates, relative to the upper left corner of the screen.
Return value
Returns a nonzero value if successful, or 0 otherwise.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only],East Asian language support installed. |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | immdev.h (include Immdev.h, Windows.h) |
| Library | Imm32.lib |
| DLL | Imm32.dll |