Jump to content

PSZ: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
== PSZ ==
== 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 [[OS2 API:DataType:PCSZ|PCSZ]].
[[Category:Data type]]
 
 
 
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

Revision as of 22:10, 19 October 2016

PSZ

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.