.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RegEnumKeyW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRegEnumKeyW\fR (ADVAPI32.@) .SH SYNOPSIS LSTATUS RegEnumKeyW ( HKEY \fIhkey\fR, DWORD \fIindex\fR, LPWSTR \fIname\fR, DWORD \fIname_len\fR ) .SH DESCRIPTION .PP Enumerates subkeys of the specified open reg key. .SH PARAMS hKey \fB[In]\fR Handle to an open key. .PP dwIndex \fB[In]\fR Index of the subkey of hKey to retrieve. .PP lpName \fB[Out]\fR Name of the subkey. .PP cchName \fB[In]\fR Size of lpName in \fBTCHARS\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBERROR_SUCCESS\fR .PP \fBFailure:\fR system error code. If there are no more subkeys available, the function returns \fBERROR_NO_MORE_ITEMS\fR. .SH IMPLEMENTATION .PP Declared in \fB"winreg.h"\fR. .PP Implemented in \fB"dlls/advapi32/registry.c"\fR. .PP Debug channel \fB"reg"\fR.