table of contents
other versions
- wheezy 1.4.1-4
SHRegOpenUSKeyA(3w) | Wine API | SHRegOpenUSKeyA(3w) |
NAME¶
SHRegOpenUSKeyA (SHLWAPI.@)SYNOPSIS¶
LONG SHRegOpenUSKeyA(
LPCSTR Path,
REGSAM AccessType,
HUSKEY hRelativeUSKey,
PHUSKEY phNewUSKey,
BOOL fIgnoreHKCU
)
DESCRIPTION¶
Open a user-specific registry key.PARAMS¶
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.RETURNS¶
Success: ERROR_SUCCESS Failure: An error code from RegOpenKeyExA(3w).IMPLEMENTATION¶
Declared in "shlwapi.h". Implemented in "dlls/shlwapi/reg.c". Debug channel "shell".Oct 2012 | Wine API |