WerStoreGetNextReportKey function
Gets a reference to the next report in the error report store.
Syntax
HRESULT WINAPI WerStoreGetNextReportKey( HREPORTSTORE store, PCWSTR* reportKey );
Parameters
- store
-
The error report store (previously retrieved with WerStoreOpen).
- reportKey
-
A pointer to the report key string. On a successful call, this will point to the retrieved report key.
Return value
This function returns S_OK on success or an error code on failure, including the following error code.
| Return code | Description |
|---|---|
|
One of the arguments is not a valid value. |
|
There are no more error reports in the store. |
Requirements
|
Minimum supported client |
Windows 10, version 1703 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2016 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: