Jump to content

PXFORM: Difference between revisions

From EDM2
Created page with "Pointer to XFORM data structure. ==Example Code== typedef XFORM *PXFORM; Category:Data type"
 
Ak120 (talk | contribs)
Line 1: Line 1:
Pointer to XFORM data structure.  
Pointer to XFORM data structure.  


==Example Code==
 
  typedef XFORM *PXFORM;
  typedef XFORM *PXFORM;


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

Revision as of 16:06, 29 February 2020

Pointer to XFORM data structure.


typedef XFORM *PXFORM;