ReactOS 0.4.16-dev-2491-g3dc6630
IA2TextSegment Struct Reference

Public Attributes

BSTR text
 A copy of a segment of text taken from an enclosing paragraph.
 
long start
 Index of the first character of the segment in the enclosing text.
 
long end
 Index of the character following the last character of the segment in the enclosing text.
 

Detailed Description

A structure containing a substring and the start and end offsets in the enclosing string.

IAccessibleText::newText and IAccessibleText::oldText return this struct.

Definition at line 2339 of file iaccessible2.idl.

Member Data Documentation

◆ end

long IA2TextSegment::end

Index of the character following the last character of the segment in the enclosing text.

Definition at line 2342 of file iaccessible2.idl.

◆ start

long IA2TextSegment::start

Index of the first character of the segment in the enclosing text.

Definition at line 2341 of file iaccessible2.idl.

◆ text

BSTR IA2TextSegment::text

A copy of a segment of text taken from an enclosing paragraph.

Definition at line 2340 of file iaccessible2.idl.


The documentation for this struct was generated from the following file: