ImmGetConversionList function
Applies to: desktop apps only
Retrieves the conversion result list of characters or words without generating any IME-related messages.
Syntax
DWORD ImmGetConversionList( __in HKL hKL, __in HIMC hIMC, __in LPCTSTR lpSrc, __out LPCANDIDATELIST lpDst, __in DWORD dwBufLen, __in UINT uFlag );
Parameters
- hKL [in]
-
Input locale identifier.
- hIMC [in]
-
Handle to the input context.
- lpSrc [in]
-
Pointer to a null-terminated character string specifying the source of the list.
- lpDst [out]
-
Pointer to a CANDIDATELIST structure in which the function retrieves the list.
- dwBufLen [in]
-
Size, in bytes, of the output buffer. The application sets this parameter to 0 if the function is to return the buffer size required for the complete conversion result list.
- uFlag [in]
-
Action flag. This parameter can have one of the following values.
Return value
Returns the number of bytes copied to the output buffer. If the application sets the dwBufLen parameter to 0, the function returns the size, in bytes, of the required output buffer.
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Version | East Asian language support installed. |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names | ImmGetConversionListW (Unicode) and ImmGetConversionListA (ANSI) |
See also
Send comments about this topic to Microsoft
Build date: 3/6/2012
- 12/15/2009
- Michael Tsai