Searched defs:SecondaryLanguages (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DString.c1862 @param SecondaryLanguages Points to the buffer to hold the returned null-terminated
1869 to by SecondaryLanguages, in bytes. On return,
1870 points to the length of SecondaryLanguages in bytes.
1873 @retval EFI_INVALID_PARAMETER PrimaryLanguage or SecondaryLanguages or
1890 IN OUT CHAR8 *SecondaryLanguages,
1906 if (SecondaryLanguages == NULL || SecondaryLanguagesSize == NULL) {
1949 AsciiStrCpy (SecondaryLanguages, Languages);
1886 HiiGetSecondaryLanguages( IN CONST EFI_HII_STRING_PROTOCOL *This, IN EFI_HII_HANDLE PackageList, IN CONST CHAR8 *PrimaryLanguage, IN OUT CHAR8 *SecondaryLanguages, IN OUT UINTN *SecondaryLanguagesSize ) argument

Completed in 214 milliseconds