Changeset 105670 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.c
- Timestamp:
- Aug 14, 2024 1:16:30 PM (4 months ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-159268 /vendor/edk2/current 103735-103757,103769-103776,129194-164365
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.c
r99404 r105670 23 23 the context of processing this command. 24 24 25 @return EFI_SUCCESS the operation was suc essful25 @return EFI_SUCCESS the operation was successful 26 26 @return other the operation failed. 27 27 **/ … … 79 79 @param SystemTable The EFI System Table pointer. 80 80 81 @retval EFI_SUCCESS Http command is executed suc essfully.81 @retval EFI_SUCCESS Http command is executed successfully. 82 82 @retval EFI_ABORTED HII package was failed to initialize. 83 83 @retval others Other errors when executing http command.
Note:
See TracChangeset
for help on using the changeset viewer.