Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.3
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 CoMemTaskFree() when no longer required.
Return values
| Value |
| S_OK |
| E_INVALIDARG |
| SPERR_NOT_FOUND |
| E_OUTOFMEMORY |
| SPERR_NO_MORE_ITEMS |
| FAILED(hr) |