KEY_NOTIFY top-level constant

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

Required to request change notifications for a registry key or for subkeys of a registry key.

Implementation

@Deprecated('Use REG_SAM_FLAGS.KEY_NOTIFY instead')
const KEY_NOTIFY = 0x0010;