|
ReactOS 0.4.16-dev-2498-g8632030
|
Console I/O utility API – Output. More...

Go to the source code of this file.
Typedefs | |
| typedef struct _CON_STREAM | CON_STREAM |
| typedef struct _CON_STREAM * | PCON_STREAM |
| typedef INT(__stdcall * | CON_WRITE_FUNC) (IN PCON_STREAM Stream, IN PCTCH szStr, IN DWORD len) |
Console I/O utility API – Output.
Definition in file outstream.h.
| typedef struct _CON_STREAM CON_STREAM |
NOTE: Experimental! Don't use USE_CRT yet because output to console is a bit broken
Definition at line 40 of file outstream.h.
Definition at line 47 of file outstream.h.
| typedef struct _CON_STREAM * PCON_STREAM |
Definition at line 40 of file outstream.h.
| VOID ConClearLine | ( | IN PCON_STREAM | Stream | ) |
Definition at line 1480 of file outstream.c.
Referenced by PagePrompt().
| INT __cdecl ConMsgPrintf | ( | IN PCON_STREAM | Stream, |
| IN DWORD | dwFlags, | ||
| IN LPCVOID lpSource | OPTIONAL, | ||
| IN DWORD | dwMessageId, | ||
| IN DWORD | dwLanguageId, | ||
| ... | |||
| ) |
Definition at line 1128 of file outstream.c.
| INT ConMsgPrintf2V | ( | IN PCON_STREAM | Stream, |
| IN DWORD | dwFlags, | ||
| IN LPCVOID lpSource | OPTIONAL, | ||
| IN DWORD | dwMessageId, | ||
| IN DWORD | dwLanguageId, | ||
| IN va_list | args | ||
| ) |
Definition at line 907 of file outstream.c.
| INT ConMsgPrintfV | ( | IN PCON_STREAM | Stream, |
| IN DWORD | dwFlags, | ||
| IN LPCVOID lpSource | OPTIONAL, | ||
| IN DWORD | dwMessageId, | ||
| IN DWORD | dwLanguageId, | ||
| IN va_list *Arguments | OPTIONAL | ||
| ) |
Definition at line 1028 of file outstream.c.
Referenced by ConFormatMessage(), ConMsgPrintf(), and ErrorMessage().
| INT ConMsgPuts | ( | IN PCON_STREAM | Stream, |
| IN DWORD | dwFlags, | ||
| IN LPCVOID lpSource | OPTIONAL, | ||
| IN DWORD | dwMessageId, | ||
| IN DWORD | dwLanguageId | ||
| ) |
Definition at line 835 of file outstream.c.
Referenced by DisplayError(), DoFormatMessage(), HelpCommand(), PrintError(), and PrintWin32Error().
Definition at line 519 of file outstream.c.
Definition at line 465 of file outstream.c.
Referenced by ConMsgPrintf2V(), ConPrintf(), ConResPrintfExV(), DirPrintf(), PrintMessage(), and PrintRow().
| INT ConPuts | ( | IN PCON_STREAM | Stream, |
| IN PCWSTR | szStr | ||
| ) |
Definition at line 426 of file outstream.c.
Referenced by ConClearLine().
Definition at line 1458 of file outstream.c.
Referenced by EnumProcessAndPrint(), HandleFindCommand(), HandleInfoCommand(), HandleInstallCommand(), HandleSetupCommand(), PagePrompt(), and ProcessArguments().
| INT __cdecl ConResMsgPrintfEx | ( | IN PCON_STREAM | Stream, |
| IN HINSTANCE hInstance | OPTIONAL, | ||
| IN DWORD | dwFlags, | ||
| IN UINT | uID, | ||
| IN LANGID | LanguageId, | ||
| ... | |||
| ) |
Definition at line 1391 of file outstream.c.
| INT ConResMsgPrintfExV | ( | IN PCON_STREAM | Stream, |
| IN HINSTANCE hInstance | OPTIONAL, | ||
| IN DWORD | dwFlags, | ||
| IN UINT | uID, | ||
| IN LANGID | LanguageId, | ||
| IN va_list *Arguments | OPTIONAL | ||
| ) |
Definition at line 1216 of file outstream.c.
Referenced by ConResMsgPrintfEx(), and ConResMsgPrintfV().
| INT ConResMsgPrintfV | ( | IN PCON_STREAM | Stream, |
| IN DWORD | dwFlags, | ||
| IN UINT | uID, | ||
| IN va_list *Arguments | OPTIONAL | ||
| ) |
Definition at line 1327 of file outstream.c.
Referenced by ConResMsgPrintf().
Definition at line 779 of file outstream.c.
| INT __cdecl ConResPrintfEx | ( | IN PCON_STREAM | Stream, |
| IN HINSTANCE hInstance | OPTIONAL, | ||
| IN UINT | uID, | ||
| IN LANGID | LanguageId, | ||
| ... | |||
| ) |
Definition at line 738 of file outstream.c.
| INT ConResPrintfExV | ( | IN PCON_STREAM | Stream, |
| IN HINSTANCE hInstance | OPTIONAL, | ||
| IN UINT | uID, | ||
| IN LANGID | LanguageId, | ||
| IN va_list | args | ||
| ) |
Definition at line 652 of file outstream.c.
Referenced by ConResPrintfEx(), ConResPrintfV(), and PrintMessageFromModule().
Definition at line 694 of file outstream.c.
Referenced by ConResPrintf(), PrintParserError(), and UnderlinedResPrintf().
| INT ConResPuts | ( | IN PCON_STREAM | Stream, |
| IN UINT | uID | ||
| ) |
Definition at line 609 of file outstream.c.
| INT ConResPutsEx | ( | IN PCON_STREAM | Stream, |
| IN HINSTANCE hInstance | OPTIONAL, | ||
| IN UINT | uID, | ||
| IN LANGID | LanguageId | ||
| ) |
Definition at line 568 of file outstream.c.
Referenced by ConResPuts().
Definition at line 397 of file outstream.c.
Referenced by MorePagerLine(), PagePrompt(), and UnderlinedResPrintf().
Definition at line 84 of file outstream.c.
Referenced by ConErrChar(), ConOutChar(), ConStreamInit(), and ConStreamInitEx().