IMESHF structure (msime.h)

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

Dictionary title.

szDescription

Dictionary description.

szCopyright

Dictionary copyright information.

Requirements

   
Header msime.h

See also

IFEDictionary::Create

IFEDictionary::GetHeader

IFEDictionary::Open

IFEDictionary::SetHeader