Jump to content

APIERR: Difference between revisions

From EDM2
Created page with "The return for SPLPD API error return codes. == Type == typedef unsigned long APIERR; == C Declaration Method == typedef == Fields == == Remarks == == Example Code =..."
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
The return for SPLPD API error return codes.  
The return for SPLPD API error return codes.  
== Type ==
== Type ==
typedef unsigned
== C Declaration Method ==
  typedef unsigned long APIERR;
  typedef unsigned long APIERR;
 
== C Declaration Method ==
typedef
== Fields ==
== Remarks ==
== Example Code ==
<PRE>
typedef unsigned long APIERR;
</PRE>


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

Latest revision as of 17:21, 2 May 2025

The return for SPLPD API error return codes.

Type

typedef unsigned

C Declaration Method

typedef unsigned long APIERR;