ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Macros | |
#define | ConOutPuts(szStr) ConPuts(StdOut, (szStr)) |
#define | ConErrPuts(szStr) ConPuts(StdErr, (szStr)) |
#define | ConOutResPuts(uID) ConResPuts(StdOut, (uID)) |
#define | ConErrResPuts(uID) ConResPuts(StdErr, (uID)) |
#define | ConOutPrintf(szStr, ...) ConPrintf(StdOut, (szStr), ##__VA_ARGS__) |
#define | ConErrPrintf(szStr, ...) ConPrintf(StdErr, (szStr), ##__VA_ARGS__) |
#define | ConOutResPrintf(uID, ...) ConResPrintf(StdOut, (uID), ##__VA_ARGS__) |
#define | ConErrResPrintf(uID, ...) ConResPrintf(StdErr, (uID), ##__VA_ARGS__) |
#define | ConOutFormatMessage(MessageId, ...) ConFormatMessage(StdOut, (MessageId), ##__VA_ARGS__) |
#define | ConErrFormatMessage(MessageId, ...) ConFormatMessage(StdErr, (MessageId), ##__VA_ARGS__) |
#define | ConGetTextWidth ConGetTextWidthA |
Functions | |
VOID | ConInDisable (VOID) |
VOID | ConInEnable (VOID) |
VOID | ConInFlush (VOID) |
VOID | ConInKey (PINPUT_RECORD) |
VOID | ConInString (LPTSTR, DWORD) |
VOID | ConOutChar (TCHAR) |
VOID | ConErrChar (TCHAR) |
VOID __cdecl | ConFormatMessage (PCON_STREAM Stream, DWORD MessageId,...) |
BOOL | ConPrintfVPaging (PCON_PAGER Pager, BOOL StartPaging, LPTSTR szFormat, va_list arg_ptr) |
BOOL __cdecl | ConOutPrintfPaging (BOOL StartPaging, LPTSTR szFormat,...) |
VOID | ConOutResPaging (BOOL StartPaging, UINT resID) |
SHORT | GetCursorX (VOID) |
SHORT | GetCursorY (VOID) |
VOID | GetCursorXY (PSHORT, PSHORT) |
VOID | SetCursorXY (SHORT, SHORT) |
VOID | GetScreenSize (PSHORT, PSHORT) |
VOID | SetCursorType (BOOL, BOOL) |
BOOL | ConSetTitle (IN LPCTSTR lpConsoleTitle) |
SIZE_T | ConGetTextWidthA (PCSTR pszText) |
SIZE_T | ConGetTextWidthW (PCWSTR pszText) |
Variables | |
UINT | InputCodePage |
UINT | OutputCodePage |
CON_SCREEN | StdOutScreen |
CON_PAGER | StdOutPager |
#define ConErrFormatMessage | ( | MessageId, | |
... | |||
) | ConFormatMessage(StdErr, (MessageId), ##__VA_ARGS__) |
#define ConErrResPrintf | ( | uID, | |
... | |||
) | ConResPrintf(StdErr, (uID), ##__VA_ARGS__) |
#define ConErrResPuts | ( | uID | ) | ConResPuts(StdErr, (uID)) |
#define ConGetTextWidth ConGetTextWidthA |
#define ConOutFormatMessage | ( | MessageId, | |
... | |||
) | ConFormatMessage(StdOut, (MessageId), ##__VA_ARGS__) |
#define ConOutResPrintf | ( | uID, | |
... | |||
) | ConResPrintf(StdOut, (uID), ##__VA_ARGS__) |
#define ConOutResPuts | ( | uID | ) | ConResPuts(StdOut, (uID)) |
VOID __cdecl ConFormatMessage | ( | PCON_STREAM | Stream, |
DWORD | MessageId, | ||
... | |||
) |
Definition at line 215 of file util.c.
Definition at line 336 of file console.c.
Referenced by ConGetTextWidthA().
Definition at line 36 of file console.c.
Referenced by FilePromptYN(), FilePromptYNA(), and PagePrompt().
Definition at line 46 of file console.c.
Referenced by FilePromptYN(), FilePromptYNA(), and PagePrompt().
Definition at line 56 of file console.c.
Referenced by CommandChoice().
VOID ConInKey | ( | PINPUT_RECORD | lpBuffer | ) |
Definition at line 61 of file console.c.
Referenced by CommandChoice(), FilePromptYN(), FilePromptYNA(), PagePrompt(), and ReadCommand().
Definition at line 172 of file util.c.
Referenced by FilePromptYNA().
Definition at line 178 of file console.c.
Referenced by cmd_beep(), cmd_call(), cmd_chdir(), cmd_cls(), cmd_copy(), cmd_ctty(), cmd_date(), cmd_for(), cmd_goto(), cmd_if(), cmd_mkdir(), cmd_move(), cmd_path(), cmd_pause(), cmd_prompt(), cmd_rename(), cmd_rmdir(), cmd_set(), cmd_shift(), cmd_start(), cmd_time(), cmd_title(), cmd_type(), cmd_ver(), cmd_verify(), cmd_vol(), CommandAlias(), CommandAssoc(), CommandChoice(), CommandColor(), CommandDelay(), CommandDelete(), CommandEcho(), CommandExit(), CommandFree(), CommandMemory(), CommandRem(), CommandScreen(), DirHelp(), and Initialize().
BOOL ConPrintfVPaging | ( | PCON_PAGER | Pager, |
BOOL | StartPaging, | ||
LPTSTR | szFormat, | ||
va_list | arg_ptr | ||
) |
Definition at line 206 of file console.c.
Referenced by ReadCommand().
Definition at line 196 of file console.c.
Referenced by ReadCommand().
Definition at line 214 of file console.c.
Referenced by PagePrompt(), PrintPrompt(), and ReadCommand().
Definition at line 232 of file console.c.
Referenced by CommandScreen(), DirPrintWideList(), and PagePrompt().
Definition at line 222 of file console.c.
Referenced by ReadCommand().
Definition at line 187 of file console.c.
Referenced by ClearCommandLine(), CommandScreen(), PagePrompt(), and ReadCommand().
|
extern |
Definition at line 25 of file console.c.
Referenced by _tmain(), cmd_start(), ConInString(), Execute(), and ReadCommand().
|
extern |
Definition at line 26 of file console.c.
Referenced by _tmain(), BatchGetString(), cmd_start(), CmdTrace(), ConGetTextWidthA(), ConGetTextWidthW(), DirPrintWideList(), Execute(), FileGetString(), and Initialize().
|
extern |
Definition at line 30 of file console.c.
Referenced by ConOutPrintfPaging(), ConOutResPaging(), and DirPrintf().
|
extern |