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 "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 Jul 2008.