Function Reference


_WinAPI_RegDuplicateHKey

Duplicates a registry key's handle

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

Parameters

$hKey Handle to an open registry key to be duplicated.

Return Value

Returns a duplicate of the handle.

See Also

Search SHRegDuplicateHKey in MSDN Library.