ClusterRegDeleteValue

The ClusterRegDeleteValue function removes a named value from a cluster database key.

DWORD WINAPI ClusterRegDeleteValue(
  HKEY hKey,             
  LPCWSTR lpszValueName  
);
 

Parameters

hKey
[in] Handle to a currently open key.
lpszValueName
[in] Pointer to the name of the value to be removed.

Return Values

ERROR_SUCCESS
The operation was successful.

If the operation was unsuccessful, ClusterRegDeleteValue returns a Win32 error value.

Remarks

For more information, see the related Win32 function RegDeleteValue.

QuickInfo

  Version: Use Windows NT Server Enterprise Edition 4.0.
  Windows CE: Unsupported.
  Header: Declared in clusapi.h.