SHRegSetPathA (SHLWAPI.@)
DWORD SHRegSetPathA ( HKEY hKey, LPCSTR lpszSubKey, LPCSTR lpszValue, LPCSTR lpszPath, DWORD dwFlags )
Write a path to the registry.
hKey | [In] | Handle to registry key. |
lpszSubKey | [In] | Name of sub key containing path to set. |
lpszValue | [In] | Name of value containing path to set. |
lpszPath | [Out] | Path to write. |
dwFlags | [In] | Reserved, must be 0. |
Success: ERROR_SUCCESS.
Failure: An error code from SHSetValueA.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/reg.c". source.winehq.org/source/dlls/shlwapi/reg.c
Debug channel "shell".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.