REG_DWORD_LITTLE_ENDIAN top-level constant

int const REG_DWORD_LITTLE_ENDIAN

A 32-bit number in little-endian format. Windows is designed to run on little-endian computer architectures. Therefore, this value is defined as REG_DWORD in the Windows header files.

Implementation

const REG_DWORD_LITTLE_ENDIAN = 4;