RegDisableReflectionKey function advapi32
Disables registry reflection for the specified key. Disabling reflection for a key does not affect reflection of any subkeys.
LONG RegDisableReflectionKey(
HKEY hBase);
Implementation
int RegDisableReflectionKey(int hBase) => _RegDisableReflectionKey(hBase);