Description
This function submits a WER report for a bugcheck of a VM, see sample code.
Syntax
HRESULT WINAPI
HcsSubmitWerReport(
_In_ PCWSTR settings
);
Parameters
settings
JSON document of CrashReport with the bugcheck information.
Return Values
The function returns HRESULT.
Requirements
| Parameter | Description |
|---|---|
| Minimum supported client | Windows 10, version 1809 |
| Minimum supported server | Windows Server 2019 |
| Target Platform | Windows |
| Header | ComputeCore.h |
| Library | ComputeCore.lib |
| Dll | ComputeCore.dll |