IMESHF (Windows Embedded CE 6.0)
1/6/2010
This structure contains information about the dictionary header.
Syntax
typedef struct {
WORD cbShf;
WORD verDic;
CHAR szTitle[48];
CHAR szDescription[256];
CHAR szCopyright[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
Header | msime.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |