ReactOS 0.4.16-dev-297-gc569aee
|
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 1483 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 1130 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 909 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 1030 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 837 of file outstream.c.
Referenced by DisplayError(), DoFormatMessage(), HelpCommand(), PrintError(), and PrintWin32Error().
Definition at line 520 of file outstream.c.
Definition at line 466 of file outstream.c.
Referenced by ConMsgPrintf2V(), ConPrintf(), ConResPrintfExV(), and DirPrintf().
INT ConPuts | ( | IN PCON_STREAM | Stream, |
IN PCWSTR | szStr | ||
) |
Definition at line 427 of file outstream.c.
Referenced by ConClearLine().
Definition at line 1461 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 1394 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 1218 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 1329 of file outstream.c.
Referenced by ConResMsgPrintf().
Definition at line 781 of file outstream.c.
INT __cdecl ConResPrintfEx | ( | IN PCON_STREAM | Stream, |
IN HINSTANCE hInstance | OPTIONAL, | ||
IN UINT | uID, | ||
IN LANGID | LanguageId, | ||
... | |||
) |
Definition at line 740 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 653 of file outstream.c.
Referenced by ConResPrintfEx(), and ConResPrintfV().
Definition at line 695 of file outstream.c.
Referenced by ConResPrintf(), PrintParserError(), and UnderlinedResPrintf().
INT ConResPuts | ( | IN PCON_STREAM | Stream, |
IN UINT | uID | ||
) |
Definition at line 610 of file outstream.c.
INT ConResPutsEx | ( | IN PCON_STREAM | Stream, |
IN HINSTANCE hInstance | OPTIONAL, | ||
IN UINT | uID, | ||
IN LANGID | LanguageId | ||
) |
Definition at line 569 of file outstream.c.
Referenced by ConResPuts().
Definition at line 398 of file outstream.c.
Referenced by MorePagerLine(), PagePrompt(), and UnderlinedResPrintf().
Definition at line 85 of file outstream.c.
Referenced by ConErrChar(), ConOutChar(), ConStreamInit(), and ConStreamInitEx().