Home | History | Annotate | Download | only in HiiString

Lines Matching refs:StringId

46   OUT EFI_STRING_ID                   *StringId,

63 StringId - On return, contains the new strings id, which is unique within PackageList.
77 EFI_INVALID_PARAMETER - String is NULL or StringId is NULL or Language is NULL.
88 IN EFI_STRING_ID StringId,
96 This function retrieves the string specified by StringId which is associated
105 StringId - The string's id, which is unique within PackageList.
118 EFI_NOT_FOUND - The string specified by StringId is not available.
120 EFI_INVALID_LANGUAGE - The string specified by StringId is available but
136 IN EFI_STRING_ID StringId,
144 This function updates the string specified by StringId in the specified PackageList to the text
150 StringId - The string's id, which is unique within PackageList.
158 EFI_NOT_FOUND - The string specified by StringId is not in the database.