Jack Rabbit wrote: _tcscpy should do the same thing as lstrcpy. While the net result may be the same, _tcscpy() resolves to either strcpy(), _mbscpy(), or wcscpy(), which are all part of the RTL. Using lstrcpy(), which is part of the Win32 API, produces smaller code.
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow