RegSetValueW(3w)
NAME
RegSetValueW (ADVAPI32.@)
SYNOPSIS
LSTATUS RegSetValueW ( HKEY hkey, LPCWSTR name, DWORD type, LPCWSTR data, DWORD count )
DESCRIPTION
Sets the data for the default or unnamed value of a reg key.
PARAMS
hKey [In] Handle to an open key.
lpSubKey [In] Name of a subkey of hKey.
dwType [In] Type of information to store.
lpData [In] String that contains the data to set for the default
value.
cbData [In] Ignored.
RETURNS
Success: ERROR_SUCCESS
Failure: nonzero error code from Winerror.h
IMPLEMENTATION
Defined in "winreg.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advapi32/registry.c".
- Debug channel "reg".