TS_SELECTION_ANCHOR structure (textstor.h)

The TS_SELECTION_ANCHOR structure contains anchor-based text selection data.

Syntax

typedef struct TS_SELECTION_ANCHOR {
  IAnchor           *paStart;
  IAnchor           *paEnd;
  TS_SELECTIONSTYLE style;
} TS_SELECTION_ANCHOR;

Members

paStart

Contains the start anchor of the selection.

paEnd

Contains the end anchor of the selection.

style

A TS_SELECTIONSTYLE structure that contains additional 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 textstor.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITextStoreAnchor::GetSelection

ITextStoreAnchor::SetSelection

TS_SELECTIONSTYLE