RegQueryReflectionKey function advapi32

WIN32_ERROR RegQueryReflectionKey(
  1. HKEY hBase,
  2. Pointer<Int32> bIsReflectionDisabled
)

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));