ReactOS 0.4.15-dev-7958-gcd0bb1a
_FOR_CONTEXT Struct Reference

#include <batch.h>

Collaboration diagram for _FOR_CONTEXT:

Public Attributes

struct _FOR_CONTEXTprev
 
TCHAR firstvar
 
UINT varcount
 
LPTSTRvalues
 

Detailed Description

Definition at line 45 of file batch.h.

Member Data Documentation

◆ firstvar

TCHAR _FOR_CONTEXT::firstvar

Definition at line 48 of file batch.h.

Referenced by ExecuteFor(), and FindForVar().

◆ prev

struct _FOR_CONTEXT* _FOR_CONTEXT::prev

Definition at line 47 of file batch.h.

Referenced by ExecuteFor(), and FindForVar().

◆ values

LPTSTR* _FOR_CONTEXT::values

Definition at line 50 of file batch.h.

Referenced by ExecuteFor(), FindForVar(), and ForF().

◆ varcount

UINT _FOR_CONTEXT::varcount

Definition at line 49 of file batch.h.

Referenced by ExecuteFor(), FindForVar(), and ForF().


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