ReactOS 0.4.16-dev-289-g096a551
|
#include <cmd.h>
Public Attributes | |
struct _REDIRECTION * | Next |
HANDLE | OldHandle |
BYTE | Number |
REDIR_MODE | Mode |
TCHAR | Filename [] |
TCHAR _REDIRECTION::Filename[] |
Definition at line 455 of file cmd.h.
Referenced by DumpRedir(), EchoCommand(), ParseRedirection(), PerformRedirection(), and UnparseCommand().
REDIR_MODE _REDIRECTION::Mode |
Definition at line 454 of file cmd.h.
Referenced by DumpRedir(), EchoCommand(), ParseRedirection(), PerformRedirection(), and UnparseCommand().
struct _REDIRECTION* _REDIRECTION::Next |
Definition at line 451 of file cmd.h.
Referenced by DumpRedir(), EchoCommand(), FreeRedirection(), ParseRedirection(), PerformRedirection(), UndoRedirection(), and UnparseCommand().
BYTE _REDIRECTION::Number |
Definition at line 453 of file cmd.h.
Referenced by DumpRedir(), EchoCommand(), ParseRedirection(), PerformRedirection(), UndoRedirection(), and UnparseCommand().
HANDLE _REDIRECTION::OldHandle |
Definition at line 452 of file cmd.h.
Referenced by FreeRedirection(), ParseRedirection(), PerformRedirection(), and UndoRedirection().