ShellPkg[all]  1.02
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SCRIPT_COMMAND_LIST Struct Reference

Data Fields

LIST_ENTRY Link
 List enumerator items. More...
 
UINTN Line
 What line of the script file this was on. More...
 
CHAR16 * Cl
 The original command line. More...
 
VOIDData
 The data structure format dependant upon Command. (not always used) More...
 
BOOLEAN Reset
 Reset the command (it must be treated like a initial run (but it may have data already)) More...
 

Field Documentation

CHAR16* SCRIPT_COMMAND_LIST::Cl

The original command line.

VOID* SCRIPT_COMMAND_LIST::Data

The data structure format dependant upon Command. (not always used)

UINTN SCRIPT_COMMAND_LIST::Line

What line of the script file this was on.

LIST_ENTRY SCRIPT_COMMAND_LIST::Link

List enumerator items.

BOOLEAN SCRIPT_COMMAND_LIST::Reset

Reset the command (it must be treated like a initial run (but it may have data already))