SHEnumValueA (SHLWAPI.@)
LONG SHEnumValueA ( HKEY hKey, DWORD dwIndex, LPSTR lpszValue, LPDWORD pwLen, LPDWORD pwType, LPVOID pvData, LPDWORD pcbData )
Enumerate values in a registry key.
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. |
Success: ERROR_SUCCESS. Output parameters are updated.
Failure: An error code from RegEnumValueA.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/reg.c". source.winehq.org/source/dlls/shlwapi/reg.c
Debug channel "shell".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.