Jump to content

APSZ: Difference between revisions

From EDM2
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
An array of pointers to NULL-terminated strings.
An array of pointers to NULL-terminated strings.
==C Declaration Method==
typedef
==Example Code==
  typedef PSZ APSZ[1];
  typedef PSZ APSZ[1];


[[Category: Data type]]
[[Category: Data type]]

Latest revision as of 17:22, 2 May 2025

An array of pointers to NULL-terminated strings.

C Declaration Method

typedef

Example Code

typedef PSZ APSZ[1];