UINT32 Type
Declaration
typedef unsigned long UINT32;
Description

The UINT32 type is an architecture-independent data type used to represent a 32-bit unsigned integer. It ensures consistent data width for variables across different hardware platforms.

Version:1.0
Header file:AR_Types.h (include AR_API.h)
See also: INT8, INT16, INT32, INT64, LONG, UINT8, UINT16, UINT64, ULONG
SpaceShadow documentation