IMEWRD 構造体 (msime.h)
Microsoft IME 辞書のWord データ内の単語に関するデータを格納します。
構文
typedef struct _IMEWRD {
WCHAR *pwchReading;
WCHAR *pwchDisplay;
union {
ULONG ulPos;
struct {
WORD nPos1;
WORD nPos2;
};
};
ULONG rgulAttrs[2];
INT cbComment;
IMEUCT uct;
VOID *pvComment;
} IMEWRD, *PIMEWRD;
メンバー
pwchReading
読み取り文字列。
pwchDisplay
表示文字列。
ulPos
POS (音声の一部)、JPOS_*** として定義されます。
nPos1
使用しません。
nPos2
使用しません。
rgulAttrs[2]
予約済み。
cbComment
pvComment のコメントのサイズ (バイト単位)。
uct
コメントの種類。 これは 、IMEUCT 列挙の値のいずれかである必要があります。
pvComment
コメント文字列。
要件
要件 | 値 |
---|---|
Header | msime.h |