Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/HiiString.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/HiiString.h
r48674 r58459 89 89 @retval EFI_SUCCESS The string was returned successfully. 90 90 @retval EFI_NOT_FOUND The string specified by StringId is not available. 91 @retval EFI_NOT_FOUND The string specified by StringId is available but92 not in the specified language.93 91 The specified PackageList is not in the database. 92 @retval EFI_INVALID_LANGUAGE The string specified by StringId is available but 93 not in the specified language. 94 94 @retval EFI_BUFFER_TOO_SMALL The buffer specified by StringSize is too small to 95 95 hold the string. 96 @retval EFI_INVALID_PARAMETER The String or Language or StringSize was NULL. 97 @retval EFI_OUT_OF_RESOURCES There were insufficient resources to complete the 98 request. 96 @retval EFI_INVALID_PARAMETER The Language or StringSize was NULL. 97 @retval EFI_INVALID_PARAMETER The value referenced by StringSize was not zero and 98 String was NULL. 99 @retval EFI_OUT_OF_RESOURCES There were insufficient resources to complete the 100 request. 99 101 100 102 **/ … … 158 160 159 161 @retval EFI_SUCCESS The languages were returned successfully. 160 @retval EFI_INVALID_PARAMETER The Languages or LanguagesSize was NULL. 162 @retval EFI_INVALID_PARAMETER The LanguagesSize was NULL. 163 @retval EFI_INVALID_PARAMETER The value referenced by LanguagesSize is not zero 164 and Languages is NULL. 161 165 @retval EFI_BUFFER_TOO_SMALL The LanguagesSize is too small to hold the list of 162 166 supported languages. LanguageSize is updated to … … 197 201 198 202 @retval EFI_SUCCESS Secondary languages were correctly returned. 199 @retval EFI_INVALID_PARAMETER PrimaryLanguage or SecondaryLanguages or 200 SecondaryLanguagesSize was NULL. 203 @retval EFI_INVALID_PARAMETER PrimaryLanguage or SecondaryLanguagesSize was NULL. 204 @retval EFI_INVALID_PARAMETER The value referenced by SecondaryLanguagesSize is not 205 zero and SecondaryLanguages is NULL. 201 206 @retval EFI_BUFFER_TOO_SMALL The buffer specified by SecondaryLanguagesSize is 202 207 too small to hold the returned information. … … 205 210 @retval EFI_INVALID_LANGUAGE The language specified by PrimaryLanguage is not 206 211 present in the specified package list. 207 @retval EFI_NOT_FOUND The specified PackageList is not in the Database. 212 @retval EFI_NOT_FOUND The specified PackageList is not in the Database. 208 213 209 214 **/
Note:
See TracChangeset
for help on using the changeset viewer.