CANDIDATEINFO (Windows CE 5.0)

Send Feedback

This structure contains candidate information. It can have up to 32 candidate lists, and these candidate lists must reside in the same memory block.

typedef struct tagCANDIDATEINFO {DWORDdwSize;DWORDdwCount;DWORDdwOffset[32];DWORDdwPrivateSize;DWORDdwPrivateOffset;} 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

OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.