Jump to content

PCSZ: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
Anakor (talk | contribs)
m Format
Line 5: Line 5:
=== Type ===
=== Type ===


typedef const [[OS2 API:DataType:char|char]] *PCSZ;
typedef const [[OS2 API:DataType:char|char]] *PCSZ;

Revision as of 19:38, 24 May 2005

PCSZ

Pointer to a constant null-terminated string.

Type

typedef const char *PCSZ;