Function gpa::utility::Append(TCHAR *, size_t, wchar_t const *)

Function Documentation

void gpa::utility::Append(TCHAR *str1, size_t maxSize, wchar_t const *str2)

Appends str2 to str1.

str1 must be large enough to hold both str1 + str2.