Scroll to navigation

SHOpenRegStream2W(3w) Wine API SHOpenRegStream2W(3w)

NAME

SHOpenRegStream2W (SHLWAPI.@)

SYNOPSIS

IStream * SHOpenRegStream2W
(
HKEY hKey,
LPCWSTR pszSubkey,
LPCWSTR pszValue,
DWORD dwMode
)
 

DESCRIPTION

See SHOpenRegStream2A(3w).
 

IMPLEMENTATION

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