Changeset 77662 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Ppi/ReadOnlyVariable2.h
- Timestamp:
- Mar 12, 2019 12:40:12 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129295
- 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 /vendor/edk2/current 103735-103757,103769-103776,129194-129237
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Ppi/ReadOnlyVariable2.h
r58466 r77662 3 3 This ppi permits read-only access to the UEFI variable store during the PEI phase. 4 4 5 Copyright (c) 2006 - 201 0, Intel Corporation. All rights reserved.<BR>5 Copyright (c) 2006 - 2017, 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. … … 42 42 On return, points to the size of the data returned in Data. 43 43 @param Data Points to the buffer which will hold the returned variable value. 44 May be NULL with a zero DataSize in order to determine the size of the buffer needed. 44 45 45 46 @retval EFI_SUCCESS The variable was read successfully. 46 @retval EFI_NOT_FOUND The variable could not befound.47 @retval EFI_NOT_FOUND The variable was not found. 47 48 @retval EFI_BUFFER_TOO_SMALL The DataSize is too small for the resulting data. 48 49 DataSize is updated with the size required for … … 60 61 OUT UINT32 *Attributes, 61 62 IN OUT UINTN *DataSize, 62 OUT VOID *Data 63 OUT VOID *Data OPTIONAL 63 64 ); 64 65
Note:
See TracChangeset
for help on using the changeset viewer.