PSZ: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(3 intermediate revisions by one other user 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 | typedef | ||
== Comment == | |||
If you're using [[C++]], you may need to use [[PCSZ]]. | |||
If you're using C++, you may need to use [[ | |||
=== Example Code=== | |||
typedef unsigned char *PSZ; | |||
[[Category: | [[Category:Data type]] |