IMEUCT enumeration (msime.h)

Type of user comment in a IMEWRD structure.

Syntax

typedef enum {
  IFED_UCT_NONE,
  IFED_UCT_STRING_SJIS,
  IFED_UCT_STRING_UNICODE,
  IFED_UCT_USER_DEFINED,
  IFED_UCT_MAX
} IMEUCT;

Constants

 
IFED_UCT_NONE
No comment string is specified.
IFED_UCT_STRING_SJIS
The comment is an SJIS string.
IFED_UCT_STRING_UNICODE
The comment is a Unicode string.
IFED_UCT_USER_DEFINED
The comment is in a user-defined format.
IFED_UCT_MAX

Requirements

Requirement Value
Header msime.h

See also

IMEWRD