Home | History | Annotate | Download | only in UefiEfiIfrSupportLib

Lines Matching refs:StringId

416   IN  EFI_STRING_ID                   StringId,

422 Get string specified by StringId form the HiiHandle.
426 StringId - The String ID.
450 Status = IfrLibGetString (HiiHandle, StringId, *String, &StringSize);
457 Status = IfrLibGetString (HiiHandle, StringId, *String, &StringSize);
466 IN EFI_STRING_ID StringId,
472 Get the string given the StringId and String package Producer's Guid.
476 StringId - The String ID.
512 Status = GetStringFromHandle (HiiHandleBuffer[Index], StringId, String);
524 OUT EFI_STRING_ID *StringId,
534 StringId - On return, contains the new strings id, which is unique within PackageList.
541 EFI_INVALID_PARAMETER - String is NULL or StringId is NULL is NULL.
559 if (StringId == NULL) {
562 *StringId = 0;
568 if (*StringId == 0) {
572 StringId,
582 *StringId,
602 IN EFI_STRING_ID StringId,
614 StringId - The string's id, which is unique within PackageList.
621 EFI_NOT_FOUND - The string specified by StringId is not available.
641 StringId,
657 StringId,
670 IN EFI_STRING_ID StringId,
680 StringId - The string's id, which is unique within PackageList.
685 EFI_NOT_FOUND - The string specified by StringId is not in the database.
712 StringId,