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!
This is Hungarian notation.
psznormally stands for “(p)ointer to (s)tring, (z)ero-terminated”.