Previous Topic: DWORDNext Topic: DWORD_LITTLE_ENDIAN


DWORD_BIG_ENDIAN

DWORD_BIG_ENDIAN

This keyword specifies a registry value that is a 32-bit number in big-endian format. In big-endian format, a multi-byte value is stored in memory from the highest byte (the "big end") to the lowest byte. For example, the value 0x12345678 is stored as (0x12 0x34 0x56 0x78) in big-endian format.