The CANDIDATELIST structure contains information about a candidate list.
typedef struct _tagCANDIDATELIST {
DWORD dwSize;
DWORD dwStyle;
DWORD dwCount;
DWORD dwSelection;
DWORD dwPageStart;
DWORD dwPageSize;
DWORD dwOffset[];
} CANDIDATELIST;
Value |
Meaning |
IME_CAND_UNKNOWN |
Candidates are in a style other than listed here. |
IME_CAND_READ |
Candidates are in same reading. |
IME_CAND_CODE |
Candidates are in a code range. |
IME_CAND_MEANING |
Candidates are in same meaning. |
IME_CAND_RADICAL |
Candidates use same radical character. |
IME_CAND_STROKES |
Candidates are in same number of strokes. |
For the IME_CAND_CODE style, the candidate list has a special structure
depending on the value of the dwCount member. If dwCount is 1,
the dwOffset member contains a single DBCS character rather than an
offset, and no candidate string is provided. If the dwCount member is
greater than 1, the dwOffset member contains valid offsets, and the
candidate strings are text representations of individual DBCS character values
in hexadecimal notation.
The candidate strings immediately follow the last offset in the dwOffset array.
file: /Techref/os/win/api/win32/struc/src/str01_7.htm, 3KB, , updated: 2000/4/7 11:20, local time: 2024/11/8 09:22,
3.137.164.43:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/Techref/os/win/api/win32/struc/src/str01_7.htm"> CANDIDATELIST</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.