SHEnumKeyExA (SHLWAPI.@)
LONG SHEnumKeyExA ( HKEY hKey, DWORD dwIndex, LPSTR lpszSubKey, LPDWORD pwLen )
Enumerate sub keys in a registry key.
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. |
Success: ERROR_SUCCESS. lpszSubKey and pwLen are updated.
Failure: An error code from RegEnumKeyExA.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/reg.c". source.winehq.org/source/dlls/shlwapi/reg.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.