ULONG: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
Unsigned long integer. 32-bit unsigned integer in the range 0 through 4 294 967 295. | |||
== Type == | |||
unsigned long | |||
typedef [[ | == C Declaration Method == | ||
typedef | |||
== Example Code == | |||
typedef unsigned long ULONG; | |||
[[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;