Platform SDK: International Features |
The ImmEnumInputContext function enumerates the input context based on the specified idThread.
BOOL WINAPI ImmEnumInputContext( DWORD idThread, IMCENUMPROC lpfn, LPARAM lParam );
Value | Meaning |
---|---|
0 | Current thread. |
–1 | Current process. |
Thread ID | ID of the thread whose context is to be enumerated. This thread ID can belong to another process. |
Returns TRUE if successful; otherwise returns FALSE.
The callback function will be called for each enumerated input context and passed the specified lParam value.
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, EnumInputContext