ReactOS 0.4.15-dev-7924-g5949c20
_paraformat Struct Reference

#include <richedit.h>

Public Attributes

UINT cbSize
 
DWORD dwMask
 
WORD wNumbering
 
WORD wReserved
 
LONG dxStartIndent
 
LONG dxRightIndent
 
LONG dxOffset
 
WORD wAlignment
 
SHORT cTabCount
 
LONG rgxTabs [MAX_TAB_STOPS]
 

Detailed Description

Definition at line 652 of file richedit.h.

Member Data Documentation

◆ cbSize

UINT _paraformat::cbSize

Definition at line 653 of file richedit.h.

Referenced by OnCommand(), OnInitPopupMenu(), paraformat_proc(), and tabstops_proc().

◆ cTabCount

SHORT _paraformat::cTabCount

Definition at line 661 of file richedit.h.

Referenced by tabstops_proc().

◆ dwMask

DWORD _paraformat::dwMask

Definition at line 654 of file richedit.h.

Referenced by OnCommand(), OnInitPopupMenu(), paraformat_proc(), and tabstops_proc().

◆ dxOffset

LONG _paraformat::dxOffset

Definition at line 659 of file richedit.h.

Referenced by OnCommand(), and paraformat_proc().

◆ dxRightIndent

LONG _paraformat::dxRightIndent

Definition at line 658 of file richedit.h.

Referenced by paraformat_proc().

◆ dxStartIndent

LONG _paraformat::dxStartIndent

Definition at line 657 of file richedit.h.

Referenced by paraformat_proc().

◆ rgxTabs

LONG _paraformat::rgxTabs[MAX_TAB_STOPS]

Definition at line 662 of file richedit.h.

Referenced by tabstops_proc().

◆ wAlignment

WORD _paraformat::wAlignment

Definition at line 660 of file richedit.h.

Referenced by OnInitPopupMenu(), and paraformat_proc().

◆ wNumbering

WORD _paraformat::wNumbering

Definition at line 655 of file richedit.h.

Referenced by OnCommand(), and OnInitPopupMenu().

◆ wReserved

WORD _paraformat::wReserved

Definition at line 656 of file richedit.h.


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