Scroll to navigation

SHSetValueW(3w) Wine API SHSetValueW(3w)

NAME

SHSetValueW (SHLWAPI.@)

SYNOPSIS

DWORD SHSetValueW
(
HKEY hKey,
LPCWSTR lpszSubKey,
LPCWSTR lpszValue,
DWORD dwType,
LPCVOID pvData,
DWORD cbData
)
 

DESCRIPTION

See SHSetValueA(3w).
 

IMPLEMENTATION

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