SHRegQueryInfoUSKeyA (SHLWAPI.@)
LONG SHRegQueryInfoUSKeyA ( HUSKEY hUSKey, LPDWORD pcSubKeys, LPDWORD pcchMaxSubKeyLen, LPDWORD pcValues, LPDWORD pcchMaxValueNameLen, SHREGENUM_FLAGS enumRegFlags )
hUSKey | [In] | Key to query. |
pcSubKeys | [Out] | Destination for number of sub keys. |
pcchMaxSubKeyLen | [Out] | Destination for the length of the biggest sub key name. |
pcValues | [Out] | Destination for number of values. |
pcchMaxValueNameLen | [Out] | Destination for the length of the biggest value. |
enumRegFlags | [In] | SHREGENUM_ flags from "shlwapi.h". |
Get information about a user-specific registry key.
Success: ERROR_SUCCESS
Failure: An error code from RegQueryInfoKeyA.
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.