SHRegCreateUSKeyA (SHLWAPI.@)
LONG SHRegCreateUSKeyA ( LPCSTR pszPath, REGSAM samDesired, HUSKEY hRelativeUSKey, PHUSKEY phNewUSKey, DWORD dwFlags )
Create or open a user-specific registry key.
pszPath | [In] | Key name to create or open. |
samDesired | [In] | Wanted security access. |
hRelativeUSKey | [In] | Base path if pszPath is relative. NULL otherwise. |
phNewUSKey | [Out] | Receives a handle to the new or openened key. |
dwFlags | [In] | Base key under which the key should be opened. |
Success: ERROR_SUCCESS
Failure: Nonzero error code from Winerror.h
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 Jan 2008.