Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |