Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/HiiDatabase.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/HiiDatabase.h
r48674 r58459 224 224 enable the data to fit. 225 225 @retval EFI_NOT_FOUND No matching handle could be found in database. 226 @retval EFI_INVALID_PARAMETER Handle or HandleBufferLength was NULL. 226 @retval EFI_INVALID_PARAMETER HandleBufferLength was NULL. 227 @retval EFI_INVALID_PARAMETER The value referenced by HandleBufferLength was not 228 zero and Handle was NULL. 227 229 @retval EFI_INVALID_PARAMETER PackageType is not a EFI_HII_PACKAGE_TYPE_GUID but 228 230 PackageGuid is not NULL, PackageType is a EFI_HII_ … … 272 274 @retval EFI_OUT_OF_RESOURCES BufferSize is too small to hold the package. 273 275 276 @retval EFI_NOT_FOUND The specifiecd Handle could not be found in the 277 current database. 278 279 @retval EFI_INVALID_PARAMETER BufferSize was NULL. 280 281 @retval EFI_INVALID_PARAMETER The value referenced by BufferSize was not zero 282 and Buffer was NULL. 274 283 **/ 275 284 typedef … … 394 403 with a value that will enable 395 404 the data to fit. 405 @retval EFI_INVALID_PARAMETER The KeyGuidBufferLength is NULL. 406 @retval EFI_INVALID_PARAMETER The value referenced by 407 KeyGuidBufferLength is not 408 zero and KeyGuidBuffer is NULL. 409 @retval EFI_NOT_FOUND There was no keyboard layout. 396 410 397 411 **/
Note:
See TracChangeset
for help on using the changeset viewer.