Jump to content

APIRET: Difference between revisions

From EDM2
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
API return value.
API return value. Unsigned integer in the range 0 through 4 294 967 295.
 
==Syntax==
typedef unsigned long APIRET;


== Type ==
== Type ==
Line 5: Line 8:


== C Declaration Method ==
== C Declaration Method ==
  [[typedef]]
  typedef


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

Latest revision as of 17:48, 25 May 2024

API return value. Unsigned integer in the range 0 through 4 294 967 295.

Syntax

typedef unsigned long APIRET; 

Type

unsigned long

C Declaration Method

typedef