MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / GetStringById

Function GetStringById

CloverEFI/OsxBdsDxe/String.c:53–59  ·  view source on GitHub ↗

Get string by string id from HII Interface @param Id String ID. @retval CHAR16 * String from ID. @retval NULL If error occurs. **/

Source from the content-addressed store, hash-verified

51
52**/
53CHAR16 *
54GetStringById (
55 IN EFI_STRING_ID Id
56 )
57{
58 return HiiGetString (gStringPackHandle, Id, NULL);
59}

Callers 9

BdsMemoryTestFunction · 0.70
BdsBootDeviceSelectFunction · 0.70
HotkeyBootFunction · 0.70
GetProducerStringFunction · 0.70
GetOptionalStringByIndexFunction · 0.70
ShowProgressFunction · 0.70
CallDeviceManagerFunction · 0.50
CallDriverHealthFunction · 0.50
CallBootManagerFunction · 0.50

Calls 1

HiiGetStringFunction · 0.50

Tested by 1

BdsMemoryTestFunction · 0.56