ReactOS 0.4.17-dev-934-g091855f
text_source_context Struct Reference
Collaboration diagram for text_source_context:

Public Attributes

IDWriteTextAnalysisSource * source
 
UINT32 position
 
UINT32 length
 
UINT32 consumed
 
UINT32 chunk_length
 
const WCHAR * text
 
UINT32 cursor
 
HRESULT status
 
BOOL end
 
UINT32 ch
 

Detailed Description

Definition at line 362 of file analyzer.c.

Member Data Documentation

◆ ch

UINT32 text_source_context::ch

Definition at line 376 of file analyzer.c.

◆ chunk_length

UINT32 text_source_context::chunk_length

Definition at line 370 of file analyzer.c.

◆ consumed

UINT32 text_source_context::consumed

Definition at line 368 of file analyzer.c.

◆ cursor

UINT32 text_source_context::cursor

Definition at line 372 of file analyzer.c.

◆ end

BOOL text_source_context::end

Definition at line 374 of file analyzer.c.

◆ length

UINT32 text_source_context::length

Definition at line 367 of file analyzer.c.

◆ position

UINT32 text_source_context::position

◆ source

IDWriteTextAnalysisSource* text_source_context::source

Definition at line 364 of file analyzer.c.

◆ status

HRESULT text_source_context::status

Definition at line 373 of file analyzer.c.

◆ text

const WCHAR* text_source_context::text

Definition at line 371 of file analyzer.c.


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