Jump to content

ULONG: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:DataType:ULONG to ULONG over redirect
No edit summary
 
Line 1: Line 1:
== ULONG ==
Unsigned long integer. 32-bit unsigned integer in the range 0 through 4 294 967 295.
Unsigned long integer


=== Type ===
== Type ==
unsigned long
unsigned long


==== C Declaration Method ====
== C Declaration Method ==
typedef
typedef
== Example Code ==
typedef unsigned long ULONG;


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

Latest revision as of 17:37, 29 August 2017

Unsigned long integer. 32-bit unsigned integer in the range 0 through 4 294 967 295.

Type

unsigned long

C Declaration Method

typedef

Example Code

typedef unsigned long ULONG;