SHOpenRegStream2A (SHLWAPI.@)
IStream * SHOpenRegStream2A ( HKEY hKey, LPCSTR pszSubkey, LPCSTR pszValue, DWORD dwMode )
Create a stream to read binary registry data.
hKey | [In] | Registry handle. |
pszSubkey | [In] | The sub key name. |
pszValue | [In] | The value name under the sub key. |
dwMode | [In] | Unused. |
Success: An IStream interface referring to the registry data
Failure: NULL, if the registry key could not be opened or is not binary.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/regstream.c". source.winehq.org/source/dlls/shlwapi/regstream.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.