ImmGetCompositionWindow

This function gets information about the composition window.

At a Glance

Header file: Imm.h
Windows CE versions: 2.10 and later (Japanese version 1.0 and later)

Syntax

BOOL ImmGetCompositionWindow(HIMC hIMC,
LPCOMPOSITIONFORM lpCompForm);

Parameters

hIMC

[in] Handle to the input context.

lpCompForm

[out] Long pointer to the COMPOSITIONFORM structure that receives information about the composition window.

Return Values

Nonzero indicates success. Zero indicates failure.

See Also

COMPOSITIONFORM