.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RegConnectRegistryW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRegConnectRegistryW\fR (ADVAPI32.@) .SH SYNOPSIS LSTATUS RegConnectRegistryW ( LPCWSTR \fIlpMachineName\fR, HKEY \fIhKey\fR, PHKEY \fIphkResult\fR ) .SH DESCRIPTION .PP Establish a connection to a predefined registry key on another computer. .SH PARAMS \fIlpMachineName\fR \fB[In]\fR Address of name of remote computer. .PP hHey \fB[In]\fR Predefined registry handle. .PP \fIphkResult\fR \fB[In]\fR Address of buffer for remote registry handle. .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.