PSZ: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== PSZ == | == PSZ == | ||
Pointer to a null-terminated string | Pointer to a null-terminated string | ||
=== Type === | === Type === | ||
unsigned char | unsigned char | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef | typedef | ||
=== Comment === | === Comment === | ||
If you're using [[C++]], you may need to use [[PCSZ]]. | |||
[[Category:Data type]] | |||
[[Category: |