Jump to content

PCSZ: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== PCSZ ==
Pointer to a constant null-terminated string


Pointer to a constant null-terminated string.
=== Type ===
char


=== Type ===
==== C Declaration Method ====
typedef const
 
=== Example Code===
typedef const char *PCSZ;


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

Latest revision as of 20:50, 25 June 2023

Pointer to a constant null-terminated string

Type

char

C Declaration Method

typedef const

Example Code

typedef const char *PCSZ;