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)
mNo edit summary
 
(One intermediate revision by the same user not shown)
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]]

Latest revision as of 16:06, 29 February 2020

Pointer to XFORM data structure.

typedef XFORM *PXFORM;