Microsoft Speech API 5.4
ISpDataKey::EnumValues
ISpDataKey::EnumValues enumerates the values of the specified token.
HRESULT EnumValues(
ULONG Index,
LPWSTR **ppszValueName
);
Parameters
- Index
[in] Value indicating which token in the enumeration sequence to locate. - ppszValueName
Address of a pointer to a null-terminated string that receives the enumerated registry key values. This must be freed with CoTaskMemFree() when no longer required.
Return values
| Value |
| S_OK |
| E_INVALIDARG |
| SPERR_NOT_FOUND |
| E_OUTOFMEMORY |
| SPERR_NO_MORE_ITEMS |
| FAILED(hr) |