ReactOS 0.4.15-dev-7958-gcd0bb1a
_REDIRECTION Struct Reference

#include <cmd.h>

Collaboration diagram for _REDIRECTION:

Public Attributes

struct _REDIRECTIONNext
 
HANDLE OldHandle
 
BYTE Number
 
REDIR_MODE Mode
 
TCHAR Filename []
 

Detailed Description

Definition at line 448 of file cmd.h.

Member Data Documentation

◆ Filename

TCHAR _REDIRECTION::Filename[]

Definition at line 454 of file cmd.h.

Referenced by DumpRedir(), EchoCommand(), ParseRedirection(), PerformRedirection(), and UnparseCommand().

◆ Mode

REDIR_MODE _REDIRECTION::Mode

Definition at line 453 of file cmd.h.

Referenced by DumpRedir(), EchoCommand(), ParseRedirection(), PerformRedirection(), and UnparseCommand().

◆ Next

◆ Number

BYTE _REDIRECTION::Number

◆ OldHandle

HANDLE _REDIRECTION::OldHandle

Definition at line 451 of file cmd.h.

Referenced by FreeRedirection(), ParseRedirection(), PerformRedirection(), and UndoRedirection().


The documentation for this struct was generated from the following file: