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. psz
normally stands for "(p)ointer to (s)tring, (z)ero-terminated".
Pointer_to_String_terminated_by_Zero
Pointer to string, zero terminated.
It is known as Hungarian notation which is something that tends to stir up strong feelings amongst programmers!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With