Jump to content

PSZ: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:DataType:PSZ to PSZ over redirect
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== PSZ ==
Pointer to a null-terminated string
Pointer to a null-terminated string


=== Type ===
== Type ==
unsigned char
unsigned char


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


=== Comment ===
== Comment ==
If you're using [[C++]], you may need to use [[PCSZ]].
If you're using [[C++]], you may need to use [[PCSZ]].


[[Category:Data type]]
[[Category:Data type]]

Revision as of 23:48, 8 February 2020

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.