KEY_NOTIFY top-level constant
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;
Required to request change notifications for a registry key or for subkeys of a registry key.
@Deprecated('Use REG_SAM_FLAGS.KEY_NOTIFY instead')
const KEY_NOTIFY = 0x0010;