TS_SELECTION_ACP structure (textstor.h)

The TS_SELECTION_ACP structure contains ACP-based text selection data.

Syntax

typedef struct TS_SELECTION_ACP {
  LONG              acpStart;
  LONG              acpEnd;
  TS_SELECTIONSTYLE style;
} TS_SELECTION_ACP;

Members

acpStart

Contains the start position of the selection.

acpEnd

Contains the end position 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

ITextStoreACP::GetSelection

ITextStoreACP::SetSelection

TS_SELECTIONSTYLE