The ImmGetCandidateList function retrieves a specified candidate list, copying the list to the specified buffer.
DWORD ImmGetCandidateList(
HIMC hIMC, | |
DWORD deIndex, | |
LPCANDIDATELIST lpCandList, | |
DWORD dwBufLen | |
); |
If the function succeeds, the return value is the number of bytes copied to the specified buffer.
If the function fails, the return value is zero.