SHRegGetValueA (SHLWAPI.@)
DWORD SHRegGetValueA ( HKEY hKey, LPCSTR lpszSubKey, LPCSTR lpszValue, DWORD srrfFlags, LPDWORD pwType, LPVOID pvData, LPDWORD pcbData )
Get a value from the registry.
hKey | [In] | Handle to registry key. |
lpszSubKey | [In] | Name of sub key containing value to get. |
lpszValue | [In] | Name of value to get. |
srrf | [In] | Flags for restricting returned data. |
pwType | [Out] | Pointer to the values type. |
pvData | [Out] | Pointer to the values data. |
pcbData | [Out] | Pointer to the values size. |
Success: ERROR_SUCCESS. Output parameters contain the details read.
Failure: An error code from RegOpenKeyExA or SHQueryValueExA.
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
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.