Jump to content

PSZ

From EDM2
Revision as of 20:50, 25 June 2023 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;