This keyword specifies a registry value that is a 32-bit number in little-endian format. The value is equivalent to REG_DWORD. In little-endian format, a multibyte value is stored in memory from the lowest byte (the "little end") to the highest byte. For example, the value 0x12345678 is stored as (0x78 0x56 0x34 0x12) in little-endian format.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|