Contains information about the selected text to be corrected.
typedef struct _encorrecttext {
NMHDR nmhdr; // notification header
CHARRANGE chrg; // current selection
WORD seltyp; // selection type
} ENCORRECTTEXT;
Value |
Meaning |
SEL_TEXT |
Text |
SEL_OBJECT |
At least one OLE object |
SEL_MULTICHAR |
More than one character of text |
SEL_MULTIOBJECT |
More than one OLE object |