ImQueryCandidateList
Applications can get a candidate list and the count of all of the candidate lists. Sometimes there are several candidate lists, so specify the ulIndex. If the application doesn't know the count of the lists, the application gets it by calling this with 0x ffffffff of ulIndex.
Format:
APIRET APIENTRY ImQueryCandidateList(HIMI hIMI,
ULONG ulIndex,
PCANDIDATELISTHEADER pCandidateList,
PULONG pulBufLen)
Parameters:
hIMI(input)
Zero is successful. Others are errors.
Remarks:
See CANDIDATELISTHEADER.