You are reading help file online using chmlib.com
|
ISpDataKey::EnumKeys enumerates the subkeys of the specified token.
HRESULT EnumKeys(
ULONG Index,
WCHAR **ppszSubKeyName
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | ppszSubKeyName 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
|