PSZ: Difference between revisions
Appearance
Format/Comment/Description |
Format |
||
Line 5: | Line 5: | ||
=== Type === | === Type === | ||
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.