Funktionreferenz


_WinAPI_RegQueryReflectionKey


Determines whether reflection has been disabled or enabled for the specified key

#include <WinAPIReg.au3>
_WinAPI_RegQueryReflectionKey ( $hKey )

Parameter

$hKey Handle to an open registry key.
This handle is returned by the _WinAPI_RegCreateKey() or _WinAPI_RegOpenKey() function;
it cannot specify a key on a remote computer.
If the key is not on the reflection list, the function succeeds but has no effect.

Rückgabewert

Success: 1 - The reflection disabled
0 - enabled.
Failure: Sets the @error flag to non-zero, @extended flag may contain the system error code.

Bemerkungen

On WOW64, 32-bit applications view a registry tree that is separate from the registry tree that 64-bit applications view.
Registry reflection copies specific registry keys and values between the two views.

WARNING: Registry reflection was removed starting with Windows 7 and Windows Server 2008 R2.

Verwandte Funktionen

_WinAPI_RegCreateKey, _WinAPI_RegOpenKey

Siehe auch

Suche nach RegQueryReflectionKey in der MSDN Bibliothek.