This structure is used with the IMC_GETCANDIDATEPOS and IMC_SETCANDIDATEPOS messages.
typedef tagCANDIDATEFORM {
DWORD dwIndex;
DWORD dwStyle;
POINT ptCurrentPos;
RECT rcArea;
} CANDIDATEFORM;
Value | Meaning |
---|---|
CFS_CANDIDATEPOS | The ptCurrentPos member specifies the recommended position where the candidate list window should be displayed. |
CFS_EXCLUDE | The member ptCurrentPos specifies the current position of the point of interest (typically the caret position). |