PSZ: Difference between revisions
Appearance
Format |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Pointer to a null-terminated string | Pointer to a null-terminated string | ||
== Type == | |||
unsigned char | 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]] |