Scroll to navigation

SHRegOpenUSKeyW(3w) Wine API SHRegOpenUSKeyW(3w)

NAME

SHRegOpenUSKeyW (SHLWAPI.@)

SYNOPSIS

LONG SHRegOpenUSKeyW
(
LPCWSTR Path,
REGSAM AccessType,
HUSKEY hRelativeUSKey,
PHUSKEY phNewUSKey,
BOOL fIgnoreHKCU
)
 

DESCRIPTION

See SHRegOpenUSKeyA(3w).
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/reg.c".
Debug channel "shell".
Oct 2012 Wine API