Jump to content

APSZ: Difference between revisions

From EDM2
Created page with "An array of pointers to NULL-terminated strings. typedef PSZ APSZ[1]; Category: Data Types"
 
No edit summary
Line 2: Line 2:
  typedef PSZ APSZ[1];
  typedef PSZ APSZ[1];


[[Category: Data Types]]
[[Category: Data Type]]

Revision as of 17:49, 25 May 2024

An array of pointers to NULL-terminated strings.

typedef PSZ APSZ[1];