SHRegEnumUSValueA (SHLWAPI.@)
LONG SHRegEnumUSValueA ( HUSKEY hUSKey, DWORD dwIndex, LPSTR pszValueName, LPDWORD pcchValueNameLen, LPDWORD pdwType, LPVOID pvData, LPDWORD pcbData, SHREGENUM_FLAGS enumRegFlags )
Enumerate values of a specified registry key.
hUSKey | [In] | Handle to an open registry key. |
dwIndex | [In] | Index of the value to be retrieved. |
pszValueName | [Out] | Buffer to receive the value name. |
pcchValueNameLen | [In] | Size of pszValueName in characters. |
pdwType | [Out] | Receives data type of the value. |
pvData | [Out] | Receives value data. May be NULL. |
pcbData | [In/Out] | Size of pvData in bytes. |
enumRegFlags | [In] | Flag that specifies the base key under which to enumerate values. |
Success: ERROR_SUCCESS
Failure: Nonzero error code from Winerror.h
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.