Lines Matching defs:formatted
369 LPWSTR formatted = nullptr;
370 if (defaultDir[0] && SUCCEEDED(BalFormatString(defaultDir, &formatted))) {
371 if (wcscmp(formatted, targetDir) == 0) {
374 ReleaseStr(formatted);
375 formatted = nullptr;
381 if (SUCCEEDED(hr) && defaultDir && defaultDir[0] && SUCCEEDED(BalFormatString(defaultDir, &formatted))) {
382 ThemeSetTextControl(_theme, ID_TARGETDIR_EDITBOX, formatted);
383 ReleaseStr(formatted);
386 ReleaseStr(formatted);
1642 // Update the caption if there are any formatted strings in it.
2342 LPWSTR formatted = nullptr;
2343 if (SUCCEEDED(BalFormatString(controlState, &formatted))) {
2345 controlState = formatted;