Home | History | Annotate | Download | only in bootstrap

Lines Matching defs:formattedString

564             LPWSTR formattedString = nullptr;
565 BalFormatString(successText->wzText, &formattedString);
566 if (formattedString) {
567 ThemeSetTextControl(_theme, ID_SUCCESS_TEXT, formattedString);
568 StrFree(formattedString);