ReactOS 0.4.15-dev-7961-gdcf9eb0
HEXEDIT_DATA Struct Reference
Collaboration diagram for HEXEDIT_DATA:

Public Attributes

HWND hWndSelf
 
HWND hWndParent
 
HLOCAL hBuffer
 
DWORD style
 
DWORD MaxBuffer
 
INT ColumnsPerLine
 
INT nLines
 
INT nVisibleLinesComplete
 
INT nVisibleLines
 
INT Index
 
INT LineHeight
 
INT CharWidth
 
HFONT hFont
 
BOOL SbVisible
 
INT LeftMargin
 
INT AddressSpacing
 
INT SplitSpacing
 
BOOL EditingField
 
INT CaretCol
 
INT CaretLine
 
BOOL InMid
 
INT SelStart
 
INT SelEnd
 

Detailed Description

Definition at line 23 of file hexedit.c.

Member Data Documentation

◆ AddressSpacing

INT HEXEDIT_DATA::AddressSpacing

◆ CaretCol

◆ CaretLine

◆ CharWidth

INT HEXEDIT_DATA::CharWidth

◆ ColumnsPerLine

◆ EditingField

◆ hBuffer

◆ hFont

HFONT HEXEDIT_DATA::hFont

◆ hWndParent

HWND HEXEDIT_DATA::hWndParent

Definition at line 26 of file hexedit.c.

Referenced by HEXEDIT_WM_NCCREATE().

◆ hWndSelf

◆ Index

◆ InMid

BOOL HEXEDIT_DATA::InMid

◆ LeftMargin

INT HEXEDIT_DATA::LeftMargin

◆ LineHeight

◆ MaxBuffer

DWORD HEXEDIT_DATA::MaxBuffer

Definition at line 29 of file hexedit.c.

Referenced by HEXEDIT_HEM_LOADBUFFER(), and HEXEDIT_HEM_SETMAXBUFFERSIZE().

◆ nLines

INT HEXEDIT_DATA::nLines

◆ nVisibleLines

INT HEXEDIT_DATA::nVisibleLines

Definition at line 33 of file hexedit.c.

Referenced by HEXEDIT_Update().

◆ nVisibleLinesComplete

INT HEXEDIT_DATA::nVisibleLinesComplete

Definition at line 32 of file hexedit.c.

Referenced by HEXEDIT_MoveCaret(), and HEXEDIT_Update().

◆ SbVisible

BOOL HEXEDIT_DATA::SbVisible

Definition at line 38 of file hexedit.c.

Referenced by HEXEDIT_Update().

◆ SelEnd

◆ SelStart

◆ SplitSpacing

INT HEXEDIT_DATA::SplitSpacing

◆ style

DWORD HEXEDIT_DATA::style

Definition at line 28 of file hexedit.c.

Referenced by HEXEDIT_Update(), and HEXEDIT_WM_NCCREATE().


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