RegSetValueW (ADVAPI32.@)
LSTATUS RegSetValueW ( HKEY hkey, LPCWSTR name, DWORD type, LPCWSTR data, DWORD count )
Sets the data for the default or unnamed value of a reg key.
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] | Size of lpData. |
Success: ERROR_SUCCESS
Failure: nonzero error code from Winerror.h
Defined in "winreg.h".
Implemented in "dlls/advapi32/registry.c". source.winehq.org/source/dlls/advapi32/registry.c
Debug channel "reg".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.