.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHRegDuplicateHKey 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHRegDuplicateHKey\fR (SHLWAPI.@) .SH SYNOPSIS HKEY SHRegDuplicateHKey ( HKEY \fIhKey\fR ) .SH DESCRIPTION .PP Create a duplicate of a registry handle. .SH PARAMS \fIhKey\fR \fB[In]\fR key to duplicate. .PP .SH RETURNS .PP A new handle pointing to the same key as \fIhKey\fR. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/reg.c"\fR. .PP Debug channel \fB"shell"\fR.