Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/DxeServicesLib.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/Library/DxeServicesLib.h
r48674 r58459 3 3 These functions help access data from sections of FFS files or from file path. 4 4 5 Copyright (c) 2006 - 201 0, Intel Corporation. All rights reserved.<BR>5 Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR> 6 6 This program and the accompanying materials are licensed and made available under 7 7 the terms and conditions of the BSD License that accompanies this distribution. … … 236 236 Allocate memory to store the found image. The caller is responsible to free memory. 237 237 238 If File is NULL, then NULL is returned.238 If FilePath is NULL, then NULL is returned. 239 239 If FileSize is NULL, then NULL is returned. 240 240 If AuthenticationStatus is NULL, then NULL is returned. … … 249 249 the file buffer. 250 250 @param[out] FileSize Pointer to the size of the abstracted file buffer. 251 @param[out] AuthenticationStatus Pointer to a caller-allocated UINT32 in which the authentication 252 status is returned. 253 254 @retval NULL File is NULL, or FileSize is NULL, or the file can't be found. 251 @param[out] AuthenticationStatus Pointer to the authentication status. 252 253 @retval NULL FilePath is NULL, or FileSize is NULL, or AuthenticationStatus is NULL, or the file can't be found. 255 254 @retval other The abstracted file buffer. The caller is responsible to free memory. 256 255 **/
Note:
See TracChangeset
for help on using the changeset viewer.