Share via


IMEWRD (Windows CE 5.0)

Send Feedback

This structure contains information about the user-defined word in the user dictionary.

typedef struct _IMEWRD {WCHAR* pwchReading;WCHAR* pwchDisplay;Union{ULONGulPos;Struct{        WORDnPos1;        WORDnPos2;};};ULONG* rgulAttrs[2];INTcbComment;IMEUCTuct;VOID* pvComment;}IMEWRD, *PIMEWRD;

Members

  • pwchReading
    Value that specifies the string that contains the reading string of the word in Unicode.
  • pwchDisplay
    Value that specifies the string that contains the word in Unicode.
  • ulPos
    Part-of-speech number.
  • nPos1
    Reserved. Use the ulPos member instead.
  • nPos2
    Reserved. Use the ulPos member instead.
  • rgulAttrs
    Set the value to NULL. Ignored.
  • cbComment
    Set the value to zero. Ignored.
  • uct
    Set the value to zero. Ignored.
  • pvComment
    Set the value to NULL. Ignored.

Requirements

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.