Jump to content

PSZ: Difference between revisions

From EDM2
points to namespace link
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Pointer to a null-terminated string
== Type ==
== Type ==
[[OS2 API:DataType:unsigned char|unsigned char]]
unsigned char
 
=== C Declaration Method ===
typedef
 
== Comment ==
If you're using [[C++]], you may need to use [[PCSZ]].
 
=== Example Code===
typedef unsigned char *PSZ;
 
[[Category:Data type]]

Latest revision as of 20:50, 25 June 2023

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;