Scroll to navigation

SHRegDuplicateHKey(3w) Wine API SHRegDuplicateHKey(3w)

NAME

SHRegDuplicateHKey (SHLWAPI.@)

SYNOPSIS

HKEY SHRegDuplicateHKey
(
HKEY hKey
)
 

DESCRIPTION

Create a duplicate of a registry handle.
 

PARAMS

hKey [In] key to duplicate.
 

RETURNS

A new handle pointing to the same key as hKey.
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/reg.c".
Debug channel "shell".
Oct 2012 Wine API