CANDIDATEINFO

Windows Mobile 6.5
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.


typedef struct tagCANDIDATEINFO {
  DWORD dwSize;
  DWORD dwCount;
  DWORD dwOffset[32];
  DWORD dwPrivateSize;
  DWORD dwPrivateOffset;
} CANDIDATEINFO; 

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.

Headerimm.h
Windows Embedded CEWindows CE .NET 4.0 and later
Windows MobileWindows Mobile Version 5.0 and later

Community Additions

Show: