SHRegOpenUSKeyA (SHLWAPI.@)
LONG SHRegOpenUSKeyA ( LPCSTR Path, REGSAM AccessType, HUSKEY hRelativeUSKey, PHUSKEY phNewUSKey, BOOL fIgnoreHKCU )
Open a user-specific registry key.
Path | [In] | Key name to open. |
AccessType | [In] | Access type. |
hRelativeUSKey | [In] | Relative user key. |
phNewUSKey | [Out] | Destination for created key. |
fIgnoreHKCU | [In] | TRUE=Don't check HKEY_CURRENT_USER. |
Success: ERROR_SUCCESS
Failure: An error code from RegOpenKeyExA.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/reg.c". source.winehq.org/source/dlls/shlwapi/reg.c
Debug channel "shell".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.