Platform SDK: International Features |
The EnumInputContext function is an application defined–callback function used with the ImmEnumInputContext function. It is used to process input contexts. The IMCENUMPROC type defines a pointer to this callback function. EnumInputContext is a placeholder for the application defined–function name.
BOOL CALLBACK EnumInputContext( HIMC hIMC, LPARAM lParam );
Returns a nonzero value to continue enumeration and zero to stop enumeration.
An application must register this function by passing its address to the ImmEnumInputContext function.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 98.
Header: Declared in Imm.h.
Library: Use Imm32.lib.
Input Method Editor Overview, Input Method Editor Functions, ImmEnumInputContext