]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Include/Protocol/EfiShellParameters.h
build break fix and new function
[mirror_edk2.git] / ShellPkg / Include / Protocol / EfiShellParameters.h
index 8f6658b6b5139ac77067193318eb414bb94b9e6f..dcf4b72ad39ddcaee4592acb938361413a9f94a3 100644 (file)
   }\r
 \r
 typedef struct _EFI_SHELL_PARAMETERS_PROTOCOL {\r
-///\r
-/// Points to an Argc-element array of points to null-terminated strings containing\r
-/// the command-line parameters. The first entry in the array is always the full file\r
-/// path of the executable. Any quotation marks that were used to preserve\r
-/// whitespace have been removed.\r
-///\r
+  ///\r
+  /// Points to an Argc-element array of points to null-terminated strings containing\r
+  /// the command-line parameters. The first entry in the array is always the full file\r
+  /// path of the executable. Any quotation marks that were used to preserve\r
+  /// whitespace have been removed.\r
+  ///\r
   CHAR16 **Argv;\r
 \r
-///\r
-/// The number of elements in the Argv array.\r
-/// \r
+  ///\r
+  /// The number of elements in the Argv array.\r
+  /// \r
   UINTN Argc;\r
 \r
-///\r
-/// The file handle for the standard input for this executable. This may be different\r
-/// from the ConInHandle in the EFI_SYSTEM_TABLE.\r
-///\r
+  ///\r
+  /// The file handle for the standard input for this executable. This may be different\r
+  /// from the ConInHandle in the EFI_SYSTEM_TABLE.\r
+  ///\r
   EFI_FILE_HANDLE StdIn;\r
 \r
-///\r
-/// The file handle for the standard output for this executable. This may be different\r
-/// from the ConOutHandle in the EFI_SYSTEM_TABLE.\r
-///\r
+  ///\r
+  /// The file handle for the standard output for this executable. This may be different\r
+  /// from the ConOutHandle in the EFI_SYSTEM_TABLE.\r
+  ///\r
   EFI_FILE_HANDLE StdOut;\r
 \r
-///\r
-/// The file handle for the standard error output for this executable. This may be\r
-/// different from the StdErrHandle in the EFI_SYSTEM_TABLE.\r
-///\r
+  ///\r
+  /// The file handle for the standard error output for this executable. This may be\r
+  /// different from the StdErrHandle in the EFI_SYSTEM_TABLE.\r
+  ///\r
   EFI_FILE_HANDLE StdErr;\r
 } EFI_SHELL_PARAMETERS_PROTOCOL;\r
 \r