Home | History | Annotate | Download | only in SetupBrowserDxe

Lines Matching defs:StringId

985   EFI_STRING_ID  StringId;

987 StringId = HiiSetString (HiiHandle, 0, String, NULL);
988 ASSERT (StringId != 0);
990 return StringId;
997 @param StringId Id of the string in HII database.
1005 IN EFI_STRING_ID StringId,
1012 HiiSetString (HiiHandle, StringId, &NullChar, NULL);
1018 Get the string based on the StringId and HII Package List Handle.