ReactOS 0.4.15-dev-8434-g155a7c7
EDITSTATE Struct Reference
Collaboration diagram for EDITSTATE:

Public Attributes

LPWSTR text
 
UINT text_length
 
UINT buffer_size
 
UINT buffer_limit
 
HFONT font
 
INT x_offset
 
INT line_height
 
INT char_width
 
DWORD style
 
WORD flags
 
INT undo_insert_count
 
UINT undo_position
 
LPWSTR undo_text
 
UINT undo_buffer_size
 
INT selection_start
 
INT selection_end
 
WCHAR password_char
 
INT left_margin
 
INT right_margin
 
RECT format_rect
 
INT text_width
 
INT region_posx
 
INT region_posy
 
EDITWORDBREAKPROCW word_break_proc
 
INT line_count
 
INT y_offset
 
BOOL bCaptureState
 
BOOL bEnableState
 
HWND hwndSelf
 
HWND hwndParent
 
HWND hwndListBox
 
INT wheelDeltaRemainder
 
INT lock_count
 
INT tabs_count
 
LPINT tabs
 
LINEDEFfirst_line_def
 
HLOCAL hloc32W
 
HLOCAL hlocapp
 
UINT composition_len
 
int composition_start
 
SCRIPT_LOGATTRlogAttr
 
SCRIPT_STRING_ANALYSIS ssa
 
BOOL is_unicode
 
voidword_break_proc
 
HLOCAL hloc32A
 

Detailed Description

Definition at line 100 of file edit.c.

Member Data Documentation

◆ bCaptureState

BOOL EDITSTATE::bCaptureState

Definition at line 133 of file edit.c.

◆ bEnableState

BOOL EDITSTATE::bEnableState

Definition at line 134 of file edit.c.

◆ buffer_limit

UINT EDITSTATE::buffer_limit

Definition at line 105 of file edit.c.

◆ buffer_size

UINT EDITSTATE::buffer_size

Definition at line 104 of file edit.c.

◆ char_width

INT EDITSTATE::char_width

Definition at line 113 of file edit.c.

◆ composition_len

UINT EDITSTATE::composition_len

Definition at line 154 of file edit.c.

◆ composition_start

int EDITSTATE::composition_start

Definition at line 155 of file edit.c.

◆ first_line_def

LINEDEF * EDITSTATE::first_line_def

Definition at line 147 of file edit.c.

◆ flags

WORD EDITSTATE::flags

Definition at line 115 of file edit.c.

◆ font

HFONT EDITSTATE::font

Definition at line 106 of file edit.c.

◆ format_rect

RECT EDITSTATE::format_rect

Definition at line 125 of file edit.c.

◆ hloc32A

HLOCAL EDITSTATE::hloc32A

Definition at line 152 of file edit.c.

◆ hloc32W

HLOCAL EDITSTATE::hloc32W

Definition at line 148 of file edit.c.

◆ hlocapp

HLOCAL EDITSTATE::hlocapp

Definition at line 149 of file edit.c.

◆ hwndListBox

HWND EDITSTATE::hwndListBox

Definition at line 139 of file edit.c.

◆ hwndParent

HWND EDITSTATE::hwndParent

Definition at line 136 of file edit.c.

◆ hwndSelf

HWND EDITSTATE::hwndSelf

Definition at line 135 of file edit.c.

◆ is_unicode

BOOL EDITSTATE::is_unicode

Definition at line 104 of file edit.c.

◆ left_margin

INT EDITSTATE::left_margin

Definition at line 123 of file edit.c.

◆ line_count

INT EDITSTATE::line_count

Definition at line 131 of file edit.c.

◆ line_height

INT EDITSTATE::line_height

Definition at line 112 of file edit.c.

◆ lock_count

INT EDITSTATE::lock_count

Definition at line 144 of file edit.c.

◆ logAttr

SCRIPT_LOGATTR * EDITSTATE::logAttr

Definition at line 160 of file edit.c.

◆ password_char

WCHAR EDITSTATE::password_char

Definition at line 122 of file edit.c.

◆ region_posx

INT EDITSTATE::region_posx

Definition at line 128 of file edit.c.

◆ region_posy

INT EDITSTATE::region_posy

Definition at line 129 of file edit.c.

◆ right_margin

INT EDITSTATE::right_margin

Definition at line 124 of file edit.c.

◆ selection_end

INT EDITSTATE::selection_end

Definition at line 121 of file edit.c.

◆ selection_start

INT EDITSTATE::selection_start

Definition at line 120 of file edit.c.

◆ ssa

SCRIPT_STRING_ANALYSIS EDITSTATE::ssa

Definition at line 161 of file edit.c.

◆ style

DWORD EDITSTATE::style

Definition at line 114 of file edit.c.

◆ tabs

LPINT EDITSTATE::tabs

Definition at line 146 of file edit.c.

◆ tabs_count

INT EDITSTATE::tabs_count

Definition at line 145 of file edit.c.

◆ text

LPWSTR EDITSTATE::text

Definition at line 102 of file edit.c.

◆ text_length

UINT EDITSTATE::text_length

Definition at line 103 of file edit.c.

◆ text_width

INT EDITSTATE::text_width

Definition at line 126 of file edit.c.

◆ undo_buffer_size

UINT EDITSTATE::undo_buffer_size

Definition at line 119 of file edit.c.

◆ undo_insert_count

INT EDITSTATE::undo_insert_count

Definition at line 116 of file edit.c.

◆ undo_position

UINT EDITSTATE::undo_position

Definition at line 117 of file edit.c.

◆ undo_text

LPWSTR EDITSTATE::undo_text

Definition at line 118 of file edit.c.

◆ wheelDeltaRemainder

INT EDITSTATE::wheelDeltaRemainder

Definition at line 140 of file edit.c.

◆ word_break_proc [1/2]

EDITWORDBREAKPROCW EDITSTATE::word_break_proc

Definition at line 130 of file edit.c.

◆ word_break_proc [2/2]

void* EDITSTATE::word_break_proc

Definition at line 133 of file edit.c.

◆ x_offset

INT EDITSTATE::x_offset

Definition at line 107 of file edit.c.

◆ y_offset

INT EDITSTATE::y_offset

Definition at line 132 of file edit.c.


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