ReactOS 0.4.16-dev-122-g325d74c
|
#include <batch.h>
Public Attributes | |
struct _FOR_CONTEXT * | prev |
TCHAR | firstvar |
UINT | varcount |
LPTSTR * | values |
TCHAR _FOR_CONTEXT::firstvar |
Definition at line 48 of file batch.h.
Referenced by ExecuteFor(), and FindForVar().
struct _FOR_CONTEXT* _FOR_CONTEXT::prev |
Definition at line 47 of file batch.h.
Referenced by ExecuteFor(), and FindForVar().
LPTSTR* _FOR_CONTEXT::values |
Definition at line 50 of file batch.h.
Referenced by ExecuteFor(), FindForVar(), and ForF().
UINT _FOR_CONTEXT::varcount |
Definition at line 49 of file batch.h.
Referenced by ExecuteFor(), FindForVar(), and ForF().