Jump to content

CLASS

From EDM2
Revision as of 02:47, 3 May 2025 by Martini (talk | contribs) (Created page with "An array of action button objects. The final element of the array should be NULL. == Type == struct == C Declaration Method == typedef struct == Example Code == <PRE> typedef M_WPObject *CLASS; </PRE> Category:WPS Data type")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

An array of action button objects. The final element of the array should be NULL.

Type

struct

C Declaration Method

typedef struct

Example Code

typedef M_WPObject *CLASS;