Jump to content

PSZ: Difference between revisions

From EDM2
Anakor (talk | contribs)
Format/Comment/Description
Anakor (talk | contribs)
Format
Line 5: Line 5:
=== Type ===
=== Type ===


typedef [[OS2 API:DataType:unsigned char|unsigned char]] PSZ;
unsigned char
 
==== C Declaration Method ====
 
typedef


=== Comment ===
=== Comment ===


If you're using C++, you may need to use [[OS2 API:DataType:PCSZ|PCSZ]].
If you're using C++, you may need to use [[OS2 API:DataType:PCSZ|PCSZ]].

Revision as of 22:39, 25 May 2005

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.