Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The header of an opened user dictionary file. Used to get the user dictionary's properties, such as version, title, description, and copyright.
Syntax
typedef struct _IMESHF {
WORD cbShf;
WORD verDic;
CHAR szTitle[48];
CHAR szDescription[256];
CHAR szCopyright[128];
} IMESHF;
Members
cbShf
The size of this structure. You must set this value before using the structure.
verDic
Dictionary version.
szTitle[48]
Dictionary title.
szDescription[256]
Dictionary description.
szCopyright[128]
Dictionary copyright information.
Requirements
Requirement | Value |
---|---|
Header | msime.h |