SHOpenRegStreamA(3w)
NAME
SHOpenRegStreamA (SHLWAPI.@)
SYNOPSIS
IStream * SHOpenRegStreamA ( HKEY hkey, LPCSTR pszSubkey, LPCSTR pszValue, DWORD dwMode )
DESCRIPTION
Create a stream to read binary registry data.
PARAMS
hKey [In] Registry handle.
pszSubkey [In] The sub key name.
pszValue [In] The value name under the sub key.
dwMode [In] STGM mode for opening the file.
RETURNS
Success: An IStream interface referring to the registry data
Failure: If the registry key could not be opened or is not binary, A
dummy (empty) IStream object is returned.
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/regstream.c".
- Debug channel "shell".