CANDIDATEINFO
A version of this page is also available for
4/8/2010
This structure contains candidate information. It can have up to 32 candidate lists, and these candidate lists must reside in the same memory block.
Syntax
typedef struct tagCANDIDATEINFO {
DWORD dwSize;
DWORD dwCount;
DWORD dwOffset[32];
DWORD dwPrivateSize;
DWORD dwPrivateOffset;
} CANDIDATEINFO;
Members
- dwSize
Size, in bytes, of this structure.
- dwCount
Number of candidate lists included in the memory block.
- dwOffset
Array offsets from the beginning of this structure to the beginning of each candidate list.
- dwPrivateSize
Private area in this memory block.
- dwPrivateOffset
Offset from the beginning of this structure to the private area.
Requirements
Header | imm.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |