Share via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

Microsoft Speech Platform

ISpDataKey::DeleteValue

ISpDataKey::DeleteValue deletes a named value from the specified token.

<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>HRESULT DeleteValue(</strong> <strong> LPCWSTR </strong>*<em>pszValueName</em> <strong>);</strong> </pre>

Parameters

  • pszValueName
    Address of a null-terminated string specifying the value name to be deleted.

Return Values