Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/HiiConfigAccess.h
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/HiiConfigAccess.h
r48674 r58459 6 6 configuration data from HII. It may only be invoked by HII. 7 7 8 Copyright (c) 2006 - 201 0, Intel Corporation. All rights reserved.<BR>8 Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR> 9 9 This program and the accompanying materials are licensed and made available under 10 10 the terms and conditions of the BSD License that accompanies this distribution. … … 95 95 protocols. 96 96 97 @retval EFI_NOT_FOUND Routing data doesn't match any 98 known driver. Progress set to the 99 first character in the routing header. 100 Note: There is no requirement that the 101 driver validate the routing data. It 102 must skip the <ConfigHdr> in order to 103 process the names. 97 @retval EFI_NOT_FOUND A configuration element matching 98 the routing data is not found. 99 Progress set to the first character 100 in the routing header. 104 101 105 102 @retval EFI_INVALID_PARAMETER Illegal syntax. Progress set
Note:
See TracChangeset
for help on using the changeset viewer.