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.

IMPLEMENTATION

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.