Lines Matching defs:String
66 @param Request A null-terminated Unicode string in <ConfigRequest> format.
67 @param Progress On return, points to a character in the Request string.
68 Points to the string's null terminator if request was successful.
70 pair (or the beginning of the string if the failure is in the
72 @param Results A null-terminated Unicode string in <ConfigAltResp> format which
73 has all values filled in for the names in the Request string.
74 String to be allocated by the called function.
103 @param Configuration A null-terminated Unicode string in <ConfigResp> format.
104 @param Progress A pointer to a string filled in with the offset of the most
106 beginning of the string if the failure is in the first
194 @param SupportedLanguages A pointer to a Null-terminated ASCII string that
204 @retval Other A pointer to a Null-terminated ASCII string that is the best matching
297 @param DriverName A pointer to the Unicode string to return. This Unicode string is the name
352 @return A pointer to the Unicode string to return. This Unicode string is the name of the controller
401 @param ControllerName A pointer to the Unicode string to return. This Unicode string
467 @return A pointer to the Unicode string to return. This Unicode string is the name of the controller
702 CHAR16 String[512];
751 UnicodeSPrint (String, sizeof (String), L"%s", DriverName);
759 UnicodeSPrint (String, sizeof (String), L"%s %s", DriverName, ControllerName);
764 Prompt = HiiSetString (mDriverHealthManagerHiiHandle, 0, String, NULL);
787 StringCount = UnicodeSPrint (String, sizeof (String), L"%s\n", TmpString);
800 StringCount += UnicodeSPrint (String + StringCount, sizeof (String) - sizeof (String[0]) * StringCount, L"\n%s", TmpString);
804 Help = HiiSetString (mDriverHealthManagerHiiHandle, 0, String, NULL);
874 Called when the form is closing to remove the dynamicly added string from the HII package list.