Share via


IMESHF (Windows CE 5.0)

Send Feedback

This structure contains information about the dictionary header.

typedef struct {WORDcbShf;WORDverDic;CHARszTitle[48];CHARszDescription[256];CHARszCopyright[128];}IMESHF;

Members

  • cbShf
    Size, in bytes, of the structure.
  • verDic
    Version number of the dictionary.
  • szTitle
    String that contains the title of the dictionary.
  • szDescription
    String that contains the description of the dictionary.
  • szCopyright
    String that contains the copyright information of the dictionary.

Remarks

The strings in this structure are encoded in Shift Japanese Industrial Standard (JIS), not Unicode.

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.