Jump to content

OBJECT

From EDM2
Revision as of 03:01, 3 May 2025 by Martini (talk | contribs) (Created page with "Pointer to an object of class WPObject. == Type == WPObject == C Declaration Method== typedef WPObject == Example Code== <PRE> typedef WPObject *OBJECT; </PRE> Category:WPS Data type")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Pointer to an object of class WPObject.

Type

WPObject

C Declaration Method

typedef WPObject

Example Code

typedef WPObject *OBJECT;