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 =..."
 
Ak120 (talk | contribs)
mNo edit summary
Line 2: Line 2:
== Type ==
== Type ==
  typedef unsigned long APIERR;
  typedef unsigned long APIERR;
 
 
== C Declaration Method ==
== C Declaration Method ==
  typedef
  typedef unsigned long APIERR;


== Fields ==
== Fields ==
== Remarks ==
== Example Code ==
<PRE>
typedef unsigned long APIERR;
</PRE>


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

Revision as of 23:11, 14 March 2018

The return for SPLPD API error return codes.

Type

typedef unsigned long APIERR;

C Declaration Method

typedef unsigned long APIERR;

Fields