TfAnchor enumeration (msctf.h)
Elements of the TfAnchor enumeration specify the start anchor or end anchor of an ITfRange object.
Syntax
typedef enum __MIDL___MIDL_itf_msctf_0000_0000_0001 {
TF_ANCHOR_START = 0,
TF_ANCHOR_END = 1
} TfAnchor;
Constants
TF_ANCHOR_START Value: 0 Specifies the start anchor of the ITfRange object. |
TF_ANCHOR_END Value: 1 Specifies the end anchor of the ITfRange object. |
Remarks
A range refers to a span of text in a document. Each range is delimited by a start anchor and an end anchor.
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 |