TianoCore EDK2 master
Loading...
Searching...
No Matches
SCRIPT_FILE Struct Reference

Data Fields

CHAR16 * ScriptName
 The filename of this script.
 
CHAR16 ** Argv
 The parmameters to the script file.
 
UINTN Argc
 The count of parameters.
 
LIST_ENTRY CommandList
 The script converted to a list of commands (SCRIPT_COMMAND_LIST objects).
 
SCRIPT_COMMAND_LISTCurrentCommand
 The command currently being operated. If !=NULL must be a member of CommandList.
 
LIST_ENTRY SubstList
 A list of current script loop alias' (ALIAS_LIST objects) (Used for the for %-based replacement).
 

Detailed Description

Definition at line 387 of file ShellCommandLib.h.

Field Documentation

◆ Argc

UINTN SCRIPT_FILE::Argc

The count of parameters.

Definition at line 390 of file ShellCommandLib.h.

◆ Argv

CHAR16** SCRIPT_FILE::Argv

The parmameters to the script file.

Definition at line 389 of file ShellCommandLib.h.

◆ CommandList

LIST_ENTRY SCRIPT_FILE::CommandList

The script converted to a list of commands (SCRIPT_COMMAND_LIST objects).

Definition at line 391 of file ShellCommandLib.h.

◆ CurrentCommand

SCRIPT_COMMAND_LIST* SCRIPT_FILE::CurrentCommand

The command currently being operated. If !=NULL must be a member of CommandList.

Definition at line 392 of file ShellCommandLib.h.

◆ ScriptName

CHAR16* SCRIPT_FILE::ScriptName

The filename of this script.

Definition at line 388 of file ShellCommandLib.h.

◆ SubstList

LIST_ENTRY SCRIPT_FILE::SubstList

A list of current script loop alias' (ALIAS_LIST objects) (Used for the for %-based replacement).

Definition at line 393 of file ShellCommandLib.h.


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