SHGetValueGoodBootA (SHLWAPI.205)
DWORD SHGetValueGoodBootA ( HKEY hkey, LPCSTR pSubKey, LPCSTR pValue, LPDWORD pwType, LPVOID pvData, LPDWORD pbData )
Get a value from the registry.
hKey | [In] | Handle to registry key. |
pSubKey | [In] | Name of sub key containing value to get. |
pValue | [In] | Name of value to get. |
pwType | [Out] | Destination for the values type. |
pvData | [Out] | Destination for the values data. |
pbData | [Out] | Destination for the values size. |
Success: ERROR_SUCCESS. Output parameters contain the details read.
Failure: An error code from RegOpenKeyExA or SHQueryValueExA, or ERROR_INVALID_FUNCTION in the machine is in safe mode.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
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.