Jump to content

PSZ: Difference between revisions

From EDM2
Anakor (talk | contribs)
Format/Comment/Description
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== PSZ ==
Pointer to a null-terminated string


Pointer to a null-terminated string
== Type ==
unsigned char


=== Type ===
=== C Declaration Method ===
typedef


typedef [[OS2 API:DataType:unsigned char|unsigned char]] PSZ;
== Comment ==
If you're using [[C++]], you may need to use [[PCSZ]].


=== Comment ===
=== Example Code===
typedef unsigned char *PSZ;


If you're using C++, you may need to use [[OS2 API:DataType:PCSZ|PCSZ]].
[[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;