.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RegQueryMultipleValuesA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRegQueryMultipleValuesA\fR (ADVAPI32.@) .SH SYNOPSIS LSTATUS RegQueryMultipleValuesA ( HKEY \fIhkey\fR, PVALENTA \fIval_list\fR, DWORD \fInum_vals\fR, LPSTR \fIlpValueBuf\fR, LPDWORD \fIldwTotsize\fR ) .SH DESCRIPTION .PP Retrieves the type and data for a list of value names associated with a key. .SH PARAMS hKey \fB[In]\fR Handle to an open key. .PP \fIval_list\fR \fB[Out]\fR Array of \fBVALENT\fR structures that describes the entries. .PP \fInum_vals\fR \fB[In]\fR Number of elements in \fIval_list\fR. .PP \fIlpValueBuf\fR \fB[Out]\fR Pointer to a buffer that receives the data for each value. .PP \fIldwTotsize\fR \fB[In/Out]\fR Size of \fIlpValueBuf\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBERROR_SUCCESS\fR. \fIldwTotsize\fR contains num bytes copied. .PP \fBFailure:\fR nonzero error code from Winerror.h \fIldwTotsize\fR contains num needed bytes. .SH IMPLEMENTATION .PP Declared in \fB"winreg.h"\fR. .PP Implemented in \fB"dlls/advapi32/registry.c"\fR. .PP Debug channel \fB"reg"\fR.