SHEnumValueA(3w)
NAME
SHEnumValueA (SHLWAPI.@)
SYNOPSIS
LONG SHEnumValueA ( HKEY hKey, DWORD dwIndex, LPSTR lpszValue, LPDWORD pwLen, LPDWORD pwType, LPVOID pvData, LPDWORD pcbData )
DESCRIPTION
Enumerate values in a registry key.
PARAMS
hKey [In] Handle to registry key.
dwIndex [In] Index of key to enumerate.
lpszValue [Out] Pointer updated with the values name.
pwLen [Out] Pointer updated with the values length.
pwType [Out] Pointer updated with the values type.
pvData [Out] Pointer updated with the values data.
pcbData [Out] Pointer updated with the values size.
RETURNS
Success: ERROR_SUCCESS. Output parameters are updated.
Failure: An error code from RegEnumValueA(3w).
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/reg.c".
- Debug channel "shell".