KEY_WOW64_32KEY top-level constant

  1. @Deprecated('Use REG_SAM_FLAGS.KEY_WOW64_32KEY instead')
int const KEY_WOW64_32KEY

Indicates that an application on 64-bit Windows should operate on the 32-bit registry view. This flag is ignored by 32-bit Windows.

Implementation

@Deprecated('Use REG_SAM_FLAGS.KEY_WOW64_32KEY instead')
const KEY_WOW64_32KEY = 0x0200;