PSZ: Difference between revisions
Appearance
No edit summary |
Format/Comment/Description |
||
Line 1: | Line 1: | ||
== PSZ == | == PSZ == | ||
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.