Share via


ISpDataKey::DeleteValue (Windows Embedded CE 6.0)

1/6/2010

This method deletes a named value from the specified token.

Syntax

HRESULT DeleteValue(
  const WCHAR* pszValueName
);

Parameters

  • pszValueName
    [in] Pointer to a null-terminated string specifying the name of the value to delete.

Return Value

The following table shows the possible return values.

Value Description

S_OK

Function completed successfully.

E_INVALIDARG

pszValueName is invalid or bad.

SPERR_NOT_FOUND

Registry key not found.

FAILED(hr)

Appropriate error message.

Requirements

Header sapi.h, sapi.idl
Library sapilib.lib
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

ISpDataKey
SAPI Interfaces