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 |