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

Defined in "shlwapi.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/reg.c".

Debug channel "shell".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout