Value.value_DWORD

Obtains the current value as a 32-bit unsigned integer, ordered correctly according to the current architecture.

class Value
@property const
uint
value_DWORD
()

Return Value

Type: uint

The contents of the value.

Throws

RegistryException is thrown for all types other than REG_DWORD, REG_DWORD_LITTLE_ENDIAN and REG_DWORD_BIG_ENDIAN.

Meta