ReactOS 0.4.16-dev-297-gc569aee
|
Console/terminal paging functionality. More...
Go to the source code of this file.
Classes | |
struct | _CON_PAGER |
Macros | |
#define | CON_PAGER_EXPAND_TABS (1 << 0) |
#define | CON_PAGER_EXPAND_FF (1 << 1) |
#define | CON_PAGER_CACHE_INCOMPLETE_LINE (1 << 2) |
#define | INIT_CON_PAGER(pScreen) {(pScreen), 0} |
#define | InitializeConPager(pPager, pScreen) |
Typedefs | |
typedef BOOL(__stdcall * | CON_PAGER_LINE_FN) (IN OUT struct _CON_PAGER *Pager, IN PCTCH line, IN DWORD cch) |
typedef struct _CON_PAGER | CON_PAGER |
typedef struct _CON_PAGER * | PCON_PAGER |
typedef BOOL(__stdcall * | PAGE_PROMPT) (IN PCON_PAGER Pager, IN DWORD Done, IN DWORD Total) |
Functions | |
BOOL | ConWritePaging (IN PCON_PAGER Pager, IN PAGE_PROMPT PagePrompt, IN BOOL StartPaging, IN PCTCH szStr, IN DWORD len) |
BOOL | ConPutsPaging (IN PCON_PAGER Pager, IN PAGE_PROMPT PagePrompt, IN BOOL StartPaging, IN PCTSTR szStr) |
BOOL | ConResPagingEx (IN PCON_PAGER Pager, IN PAGE_PROMPT PagePrompt, IN BOOL StartPaging, IN HINSTANCE hInstance OPTIONAL, IN UINT uID) |
BOOL | ConResPaging (IN PCON_PAGER Pager, IN PAGE_PROMPT PagePrompt, IN BOOL StartPaging, IN UINT uID) |
Console/terminal paging functionality.
Definition in file pager.h.
#define InitializeConPager | ( | pPager, | |
pScreen | |||
) |
typedef struct _CON_PAGER CON_PAGER |
typedef struct _CON_PAGER * PCON_PAGER |
BOOL ConPutsPaging | ( | IN PCON_PAGER | Pager, |
IN PAGE_PROMPT | PagePrompt, | ||
IN BOOL | StartPaging, | ||
IN PCTSTR | szStr | ||
) |
Definition at line 646 of file pager.c.
BOOL ConResPaging | ( | IN PCON_PAGER | Pager, |
IN PAGE_PROMPT | PagePrompt, | ||
IN BOOL | StartPaging, | ||
IN UINT | uID | ||
) |
Definition at line 681 of file pager.c.
Referenced by ConOutResPaging().
BOOL ConResPagingEx | ( | IN PCON_PAGER | Pager, |
IN PAGE_PROMPT | PagePrompt, | ||
IN BOOL | StartPaging, | ||
IN HINSTANCE hInstance | OPTIONAL, | ||
IN UINT | uID | ||
) |
Definition at line 663 of file pager.c.
Referenced by ConResPaging().
BOOL ConWritePaging | ( | IN PCON_PAGER | Pager, |
IN PAGE_PROMPT | PagePrompt, | ||
IN BOOL | StartPaging, | ||
IN PCTCH | szStr, | ||
IN DWORD | len | ||
) |
Definition at line 549 of file pager.c.
Referenced by ConPrintfVPaging(), ConPutsPaging(), ConResPagingEx(), and wmain().