ReactOS
0.4.15-dev-2361-g32428a3
|
Console/terminal paging functionality. More...
Go to the source code of this file.
Classes | |
struct | _CON_PAGER |
Macros | |
#define | INIT_CON_PAGER(pScreen) {(pScreen), 0} |
#define | InitializeConPager(pPager, pScreen) |
Typedefs | |
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 120 of file pager.c.
Referenced by wmain().
BOOL ConResPaging | ( | IN PCON_PAGER | Pager, |
IN PAGE_PROMPT | PagePrompt, | ||
IN BOOL | StartPaging, | ||
IN UINT | uID | ||
) |
Definition at line 155 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 137 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 38 of file pager.c.
Referenced by ConPrintfVPaging(), ConPutsPaging(), ConResPagingEx(), and wmain().