Searched refs:formatedError (Results 1 – 1 of 1) sorted by relevance
47 LPTSTR formatedError = nullptr; // Pointer to the output buffer in formatError() local56 (LPTSTR)&formatedError, // output a pointer to the formated string in formatError()63 std::unique_ptr<char, decltype(localFree)> guard{formatedError, localFree}; in formatError()65 if (formatedError == nullptr) { in formatError()68 return formatedError; in formatError()