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
批註字串。
規格需求
需求 | 值 |
---|---|
標頭 | msime.h |