Jump to content

PCSZ: Difference between revisions

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


typedef const [[OS2 API:DataType:char|char]] *PCSZ;
char
 
==== C Declaration Method ====
 
typedef const

Revision as of 13:37, 27 May 2005

PCSZ

Pointer to a constant null-terminated string.

Type

char

C Declaration Method

typedef const