NAME

SHDeleteValueA  (SHLWAPI.@)

SYNOPSIS

 DWORD SHDeleteValueA
 (
  HKEY   hKey,
  LPCSTR lpszSubKey,
  LPCSTR lpszValue
 )

DESCRIPTION

Delete a value from the registry.

PARAMS

hKey [In] Handle to registry key.
lpszSubKey [In] Name of sub key containing value to delete.
lpszValue [In] Name of value to delete.

RETURNS

Success: ERROR_SUCCESS. The value is deleted.

Failure: An error code from RegOpenKeyExA or RegDeleteValueA.

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/reg.c". source.winehq.org/source/dlls/shlwapi/reg.c

Debug channel "shell".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.