RegDisableReflectionKey function advapi32
Disables registry reflection for the specified key.
Disabling reflection for a key does not affect reflection of any subkeys.
To learn more, see learn.microsoft.com/windows/win32/api/winreg/nf-winreg-regdisablereflectionkey.
Implementation
@pragma('vm:prefer-inline')
WIN32_ERROR RegDisableReflectionKey(HKEY hBase) =>
.new(_RegDisableReflectionKey(hBase));