ReactOS 0.4.15-dev-7958-gcd0bb1a
_BATCH_CONTEXT Struct Reference

#include <batch.h>

Collaboration diagram for _BATCH_CONTEXT:

Public Attributes

struct _BATCH_CONTEXTprev
 
charmem
 
DWORD memsize
 
DWORD mempos
 
BOOL memfree
 
TCHAR BatchFilePath [MAX_PATH]
 
LPTSTR params
 
LPTSTR raw_params
 
INT shiftlevel [10]
 
REDIRECTIONRedirList
 
PARSED_COMMANDcurrent
 
struct _SETLOCALsetlocal
 

Detailed Description

Definition at line 26 of file batch.h.

Member Data Documentation

◆ BatchFilePath

TCHAR _BATCH_CONTEXT::BatchFilePath[MAX_PATH]

Definition at line 33 of file batch.h.

Referenced by Batch(), cmd_call(), and GetEnhancedVar().

◆ current

PARSED_COMMAND* _BATCH_CONTEXT::current

Definition at line 41 of file batch.h.

Referenced by Batch(), cmd_goto(), and ExitBatch().

◆ mem

char* _BATCH_CONTEXT::mem

Definition at line 29 of file batch.h.

Referenced by Batch(), BatchFile2Mem(), BatchGetString(), and ClearBatch().

◆ memfree

BOOL _BATCH_CONTEXT::memfree

Definition at line 32 of file batch.h.

Referenced by BatchFile2Mem(), and ClearBatch().

◆ mempos

DWORD _BATCH_CONTEXT::mempos

Definition at line 31 of file batch.h.

Referenced by Batch(), BatchFile2Mem(), BatchGetString(), and cmd_goto().

◆ memsize

DWORD _BATCH_CONTEXT::memsize

Definition at line 30 of file batch.h.

Referenced by Batch(), BatchFile2Mem(), BatchGetString(), and cmd_goto().

◆ params

LPTSTR _BATCH_CONTEXT::params

Definition at line 34 of file batch.h.

Referenced by Batch(), ClearBatch(), and FindArg().

◆ prev

struct _BATCH_CONTEXT* _BATCH_CONTEXT::prev

Definition at line 28 of file batch.h.

Referenced by Batch(), and ExitBatch().

◆ raw_params

LPTSTR _BATCH_CONTEXT::raw_params

Definition at line 35 of file batch.h.

Referenced by Batch(), ClearBatch(), and GetBatchVar().

◆ RedirList

REDIRECTION* _BATCH_CONTEXT::RedirList

Definition at line 40 of file batch.h.

Referenced by AddBatchRedirection(), Batch(), and ExitBatch().

◆ setlocal

struct _SETLOCAL* _BATCH_CONTEXT::setlocal

Definition at line 42 of file batch.h.

Referenced by Batch(), cmd_endlocal(), cmd_setlocal(), and ExitBatch().

◆ shiftlevel

INT _BATCH_CONTEXT::shiftlevel[10]

Definition at line 36 of file batch.h.

Referenced by Batch(), cmd_shift(), and FindArg().


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