What does "psz" stand for in pszBuffer or the similar?

Viewed 6819

I know it is a little bit off topic but I believe I can get the answer anyway here. What does "psz" stand for in pszBuffer or the similar variable in C/C++ system library? I saw a lot of variables prefixed with "psz" and it looks like a pattern.

Thanks!

3 Answers
Related