ReactOS 0.4.15-dev-8096-ga0eec98
_CON_PAGER Struct Reference

#include <pager.h>

Collaboration diagram for _CON_PAGER:

Public Attributes

PCON_SCREEN Screen
 
DWORD PageColumns
 
DWORD PageRows
 
CON_PAGER_LINE_FN PagerLine
 
DWORD dwFlags
 
LONG nTabWidth
 
DWORD ScrollRows
 
PCTCH CachedLine
 
SIZE_T cchCachedLine
 
SIZE_T ich
 
PCTCH CurrentLine
 
SIZE_T ichCurr
 
SIZE_T iEndLine
 
DWORD nSpacePending
 
DWORD iColumn
 
DWORD iLine
 
DWORD lineno
 

Detailed Description

Definition at line 45 of file pager.h.

Member Data Documentation

◆ CachedLine

PCTCH _CON_PAGER::CachedLine

Definition at line 59 of file pager.h.

◆ cchCachedLine

SIZE_T _CON_PAGER::cchCachedLine

Definition at line 60 of file pager.h.

◆ CurrentLine

PCTCH _CON_PAGER::CurrentLine

Definition at line 64 of file pager.h.

◆ dwFlags

DWORD _CON_PAGER::dwFlags

Definition at line 54 of file pager.h.

Referenced by wmain().

◆ ich

SIZE_T _CON_PAGER::ich

Definition at line 61 of file pager.h.

◆ ichCurr

SIZE_T _CON_PAGER::ichCurr

Definition at line 65 of file pager.h.

◆ iColumn

DWORD _CON_PAGER::iColumn

Definition at line 68 of file pager.h.

◆ iEndLine

SIZE_T _CON_PAGER::iEndLine

Definition at line 66 of file pager.h.

◆ iLine

DWORD _CON_PAGER::iLine

Definition at line 69 of file pager.h.

◆ lineno

DWORD _CON_PAGER::lineno

Definition at line 70 of file pager.h.

Referenced by PagePrompt().

◆ nSpacePending

DWORD _CON_PAGER::nSpacePending

Definition at line 67 of file pager.h.

◆ nTabWidth

LONG _CON_PAGER::nTabWidth

Definition at line 55 of file pager.h.

Referenced by wmain().

◆ PageColumns

DWORD _CON_PAGER::PageColumns

Definition at line 49 of file pager.h.

◆ PagerLine

CON_PAGER_LINE_FN _CON_PAGER::PagerLine

Definition at line 53 of file pager.h.

Referenced by wmain().

◆ PageRows

DWORD _CON_PAGER::PageRows

Definition at line 50 of file pager.h.

◆ Screen

PCON_SCREEN _CON_PAGER::Screen

Definition at line 48 of file pager.h.

Referenced by PagePrompt().

◆ ScrollRows

DWORD _CON_PAGER::ScrollRows

Definition at line 56 of file pager.h.

Referenced by PagePrompt().


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