SHRegGetPathA (SHLWAPI.@)
DWORD SHRegGetPathA ( HKEY hKey, LPCSTR lpszSubKey, LPCSTR lpszValue, LPSTR lpszPath, DWORD dwFlags )
Get a path from the registry.
hKey | [In] | Handle to registry key. |
lpszSubKey | [In] | Name of sub key containing path to get. |
lpszValue | [In] | Name of value containing path to get. |
lpszPath | [Out] | Buffer for returned path. |
dwFlags | [In] | Reserved. |
Success: ERROR_SUCCESS. lpszPath contains the path.
Failure: An error code from RegOpenKeyExA or SHQueryValueExA.
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 Nov 2008.