REG_DWORD_BIG_ENDIAN top-level constant

  1. @Deprecated('Use REG_VALUE_TYPE.REG_DWORD_BIG_ENDIAN instead')
int const REG_DWORD_BIG_ENDIAN

A 32-bit number in big-endian format. Some UNIX systems support big-endian architectures.

Implementation

@Deprecated('Use REG_VALUE_TYPE.REG_DWORD_BIG_ENDIAN instead')
const REG_DWORD_BIG_ENDIAN = 5;