table of contents
other versions
- wheezy 1.4.1-4
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 |