ISpDataKey::EnumValues (SAPI 5.3)
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) |