Jump to content

PSZ: Difference between revisions

From EDM2
Anakor (talk | contribs)
No edit summary
Anakor (talk | contribs)
Format/Comment/Description
Line 1: Line 1:
== PSZ ==
== PSZ ==


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


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

Revision as of 01:32, 24 May 2005

PSZ

Pointer to a null-terminated string

Type

typedef unsigned char PSZ;

Comment

If you're using C++, you may need to use PCSZ.