2.2.32 LPCSTR

msdn link

An LPCSTR is a 32-bit pointer to a constant null-terminated string of 8-bit Windows (ANSI) characters.

This type is declared as follows:

 typedef const char* LPCSTR;