SHEnumKeyExA(3w)
NAME
SHEnumKeyExA (SHLWAPI.@)
SYNOPSIS
LONG SHEnumKeyExA ( HKEY hKey, DWORD dwIndex, LPSTR lpszSubKey, LPDWORD pwLen )
DESCRIPTION
Enumerate sub keys in a registry key.
PARAMS
hKey [In] Handle to registry key.
dwIndex [In] Index of key to enumerate.
lpszSubKey [Out] Pointer updated with the subkey name.
pwLen [Out] Pointer updated with the subkey length.
RETURNS
Success: ERROR_SUCCESS. lpszSubKey and pwLen are updated.
Failure: An error code from RegEnumKeyExA(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".