diff options
author | darylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-09-08 14:46:38 +0000 |
---|---|---|
committer | darylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-09-08 14:46:38 +0000 |
commit | 7e4ed4b8c73f78f1893b3240b992d2b6e969bb6c (patch) | |
tree | 21c072641428b9bfec632908c7d005a872d94f07 /ShellPkg/Include | |
parent | b28fe0e2098e53163f2c015d46cd8a17567e583f (diff) | |
download | edk2-7e4ed4b8c73f78f1893b3240b992d2b6e969bb6c.zip edk2-7e4ed4b8c73f78f1893b3240b992d2b6e969bb6c.tar.gz edk2-7e4ed4b8c73f78f1893b3240b992d2b6e969bb6c.tar.bz2 |
Fix HSD Tracker 204133.
Clarified the comment for the ShellExecute function.
Added text indicating that the EnvironmentVariables and Status parameters are ignored in a pre-UEFI Shell 2.0 environment and that the Output parameter is ignored in a UEFI Shell 2.0 environment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10858 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Include')
-rw-r--r-- | ShellPkg/Include/Library/ShellLib.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ShellPkg/Include/Library/ShellLib.h b/ShellPkg/Include/Library/ShellLib.h index b697922..5c644de 100644 --- a/ShellPkg/Include/Library/ShellLib.h +++ b/ShellPkg/Include/Library/ShellLib.h @@ -502,8 +502,10 @@ ShellSetEnvironmentVariable ( The CommandLine is executed from the current working directory on the current
device.
- EnvironmentVariables and Status are only supported for UEFI Shell 2.0 (or later).
- Output is only supported for pre-UEFI Shell 2.0
+ The EnvironmentVariables and Status parameters are ignored in a pre-UEFI Shell 2.0
+ environment. The values pointed to by the parameters will be unchanged by the
+ ShellExecute() function. The Output parameter has no effect in a
+ UEFI Shell 2.0 environment.
@param[in] ImageHandle Parent image that is starting the operation.
@param[in] CommandLine Pointer to NULL terminated command line.
|