VC++里字符串类型的真正含义是什么?

VC++里字符串类型的真正含义是什么?

以下是字符串类型的含义(图示)

+================================================================+

LP|C|W|T|STR

Long Pointer^ constant^ wide^ generic^ string^

===========================================================

例如, LPCTSTR 读作 指向一个固定常量字符串的长指针 (Which is read long pointer to a constant generic string.)