PSZ

From EDM2
Jump to: navigation, search

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;