TF_SELECTION structure (msctf.h)
The TF_SELECTION structure contains text selection data.
Syntax
typedef struct TF_SELECTION {
ITfRange *range;
TF_SELECTIONSTYLE style;
} TF_SELECTION;
Members
range
Pointer to an ITfRange object that specifies the selected text.
style
A TF_SELECTIONSTYLE structure that contains selection data.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
Header | msctf.h |
Redistributable | TSF 1.0 on Windows 2000 Professional |