IFEDictionary::IMEWRD Structure

WORD Descriptor—IMEWRD Syntax

typedef struct _IMEWRD {
    WCHAR *pwchReading;
    WCHAR *pwchDisplay;
    union {
        ULONG ulPos;
        struct {
            WORD nPos1; //hinshi
            WORD nPos2; //extended hinshi
        };
    };
    ULONG rgulAttrs[2]; //attributes
    INT cbComment; //size of user comment
    IMEUCT uct; //type of user comment
    VOID *pvComment; //user comment
} IMEWRD, *PIMEWRD;