Value.value_QWORD

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

class Value
@property const
ulong
value_QWORD
()

Return Value

Type: ulong

The contents of the value.

Throws

RegistryException if the type of the value is not REG_QWORD.

Meta