APSZ: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
An array of pointers to NULL-terminated strings. | An array of pointers to NULL-terminated strings. | ||
==Example Code== | |||
typedef PSZ APSZ[1]; | typedef PSZ APSZ[1]; | ||
[[Category: Data type]] | [[Category: Data type]] |
Revision as of 17:22, 2 May 2025
An array of pointers to NULL-terminated strings.
Example Code
typedef PSZ APSZ[1];