Scroll to navigation

SHOpenRegStreamW(3w) Wine API SHOpenRegStreamW(3w)

NAME

SHOpenRegStreamW (SHLWAPI.@)

SYNOPSIS

IStream * SHOpenRegStreamW
(
HKEY hkey,
LPCWSTR pszSubkey,
LPCWSTR pszValue,
DWORD dwMode
)
 

DESCRIPTION

See SHOpenRegStreamA(3w).
 

IMPLEMENTATION

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