Long Pointer to a TCHAR STRing
Long Pointer to a TCHAR STRing (A long pointer is the same as a pointer now. There were two flavors of pointers under 16-bit windows.)
LPTSTR
=char*
orwchar_t*
depending on_UNICODE
From B. Kramer on MSDN forum