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

Function Documentation

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

Appends str2 to str1.

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