.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHEnumValueA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHEnumValueA\fR (SHLWAPI.@) .SH SYNOPSIS LONG SHEnumValueA ( HKEY \fIhKey\fR, DWORD \fIdwIndex\fR, LPSTR \fIlpszValue\fR, LPDWORD \fIpwLen\fR, LPDWORD \fIpwType\fR, LPVOID \fIpvData\fR, LPDWORD \fIpcbData\fR ) .SH DESCRIPTION .PP Enumerate values 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 \fIlpszValue\fR \fB[Out]\fR Pointer updated with the values name. .PP \fIpwLen\fR \fB[Out]\fR Pointer updated with the values length. .PP \fIpwType\fR \fB[Out]\fR Pointer updated with the values type. .PP \fIpvData\fR \fB[Out]\fR Pointer updated with the values data. .PP \fIpcbData\fR \fB[Out]\fR Pointer updated with the values size. .PP .SH RETURNS .PP \fBSuccess:\fR \fBERROR_SUCCESS\fR. Output parameters are updated. .PP \fBFailure:\fR An error code from \fBRegEnumValueA(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.