PSZ: Difference between revisions
Appearance
definition of PSZ |
No edit summary |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
typedef unsigned char *PSZ | Pointer to a null-terminated string | ||
== Type == | |||
unsigned char | |||
=== C Declaration Method === | |||
typedef | |||
== Comment == | |||
If you're using [[C++]], you may need to use [[PCSZ]]. | |||
=== Example Code=== | |||
typedef unsigned char *PSZ; | |||
[[Category:Data type]] |