APIRET: Difference between revisions
Appearance
APIRET moved to OS2 API:DataType:APIRET |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
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 | |||
[[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