.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHEnumKeyExA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHEnumKeyExA\fR (SHLWAPI.@) .SH SYNOPSIS LONG SHEnumKeyExA ( HKEY \fIhKey\fR, DWORD \fIdwIndex\fR, LPSTR \fIlpszSubKey\fR, LPDWORD \fIpwLen\fR ) .SH DESCRIPTION .PP Enumerate sub keys in a registry key. .SH PARAMS \fIhKey\fR \fB[In]\fR Handle to registry key. .PP \fIdwIndex\fR \fB[In]\fR Index of key to enumerate. .PP \fIlpszSubKey\fR \fB[Out]\fR Pointer updated with the subkey name. .PP \fIpwLen\fR \fB[Out]\fR Pointer updated with the subkey length. .PP .SH RETURNS .PP \fBSuccess:\fR \fBERROR_SUCCESS\fR. \fIlpszSubKey\fR and \fIpwLen\fR are updated. .PP \fBFailure:\fR An error code from \fBRegEnumKeyExA(3w)\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.