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
 
(3 intermediate revisions 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 Types]]
[[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];