SHRegEnumUSKeyA (SHLWAPI.@)
LONG SHRegEnumUSKeyA ( HUSKEY hUSKey, DWORD dwIndex, LPSTR pszName, LPDWORD pcchValueNameLen, SHREGENUM_FLAGS enumRegFlags )
hUSKey | [In] | Key to enumerate. |
dwIndex | [In] | Index within hUSKey. |
pszName | [Out] | Name of the enumerated value. |
pcchValueNameLen | [In/Out] | Length of pszName. |
enumRegFlags | [In] | SHREGENUM_ flags from "shlwapi.h". |
Enumerate a user-specific registry key.
Success: ERROR_SUCCESS
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 Jan 2008.