You are reading help file online using chmlib.com 
     | 
  
ISpDataKey::EnumValues enumerates the values of the specified token.
HRESULT EnumValues(
   ULONG     Index, 
   WCHAR   **ppszValueName
);
| Value | Description | 
|---|---|
| S_OK | Function completed successfully. | 
| E_INVALIDARG | ppszValueName is invalid or bad. | 
| SPERR_NOT_FOUND | Registry key not found. | 
| E_OUTOFMEMORY | Not enough memory to allocate string. | 
| SPERR_NO_MORE_ITEMS | No items could be accessed. | 
| FAILED(hr) | Appropriate error message. | 
You are reading help file online using chmlib.com 
     |