ImmGetCandidateListCount
Functional Difference from WIN95
Nothing.
Functional Difference from SBCS Open32
'N/A'
Implementation
This API is translated to ImQueryCandidateList(hIMI,ulIndex,PCANDIDATELISTHEADER,pulBufLen) of OS/2 IM using ulIndex = 0xffffffff. The result is got from pulBufLen. A hIMC of Win95 is used as the hIMI of OS/2.
The IMR_CANDIDATE/IMR_CANDIDATE_SHOW and IMR_CANDIDATE/IMR_CANDIDATE_CHANGE messages of OS/2 are translated to IMN_OPENCANDIDATE and IMN_CHANGECANDIDATE messages of Win95.
The CANDIDATELISTHEADER members are described in ImmGetCandidateList.
Behavior using 16 bit IME
You can use this function as same as 32bit IME.