Jump to content

ULONG

From EDM2
Revision as of 17:37, 29 August 2017 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;