Jump to content

PSZ: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
 
Line 9: Line 9:
== Comment ==
== Comment ==
If you're using [[C++]], you may need to use [[PCSZ]].
If you're using [[C++]], you may need to use [[PCSZ]].
=== Example Code===
typedef unsigned char *PSZ;


[[Category:Data type]]
[[Category:Data type]]

Latest revision as of 20:50, 25 June 2023

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;