.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RegRestoreKeyW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRegRestoreKeyW\fR (ADVAPI32.@) .SH SYNOPSIS LSTATUS RegRestoreKeyW ( HKEY \fIhkey\fR, LPCWSTR \fIlpFile\fR, DWORD \fIdwFlags\fR ) .SH DESCRIPTION .PP Read the registry information from a file and copy it over a key. .SH PARAMS \fIhkey\fR \fB[In]\fR Handle of key where restore begins. .PP \fIlpFile\fR \fB[In]\fR Address of filename containing saved tree. .PP \fIdwFlags\fR \fB[In]\fR Optional flags. .PP .SH RETURNS .PP \fBSuccess:\fR \fBERROR_SUCCESS\fR .PP \fBFailure:\fR nonzero error code from Winerror.h .SH IMPLEMENTATION .PP Declared in \fB"winreg.h"\fR. .PP Implemented in \fB"dlls/advapi32/registry.c"\fR. .PP Debug channel \fB"reg"\fR.