RegQueryReflectionKey function advapi32
Determines whether reflection has been disabled or enabled for the specified key.
To learn more, see learn.microsoft.com/windows/win32/api/winreg/nf-winreg-regqueryreflectionkey.
Implementation
@pragma('vm:prefer-inline')
WIN32_ERROR RegQueryReflectionKey(
HKEY hBase,
Pointer<Int32> bIsReflectionDisabled,
) => WIN32_ERROR(_RegQueryReflectionKey(hBase, bIsReflectionDisabled));