CANDIDATEPOS
typedef struct _CANDIDATEPOS{ ULONG ulIndex; ULONG ulStyle; POINTL ptCurrentPos; RECTL rcArea; }CANDIDATEPOS; typedef CANDIDATEPOS * PCANDIDATEPOS;
ulIndex - index of the candidate list. This could be the number from 0 to
31.
ulStyle - style of the position of the candidate window.
┌──────────────────────────────┬──────────────────────────────────────────────────┐ │Style │Description │ ├──────────────────────────────┼──────────────────────────────────────────────────┤ │CPS_CANDIDATEPOS │Display the candidate window at position which │ │ │upper-left corner is ptCurrentPos. │ ├──────────────────────────────┼──────────────────────────────────────────────────┤ │CPS_EXCLUDE │Exclude the candidate window from area given in │ │ │rcArea. And ptCurrentPos means the current cursor │ │ │position. │ └──────────────────────────────┴──────────────────────────────────────────────────┘