Share via


IMEWRD (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

typedef struct _IMEWRD {
  WCHAR* pwchReading;
  WCHAR* pwchDisplay;
  Union { 
    ULONG ulPos;
      Struct {
        WORD nPos1; 
        WORD nPos2; 
      };
  };
  ULONG* rgulAttrs[2];
  INT cbComment;
  IMEUCT uct;
  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

Header msime.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Other Resources

Japanese Pocket IME Structures