WerUnregisterAppLocalDump function (werapi.h)

Cancels the registration that was made through the WerRegisterAppLocalDump function, which specifies that Windows Error Reporting (WER) should save a copy of the diagnostic memory dump that WER collects when one of the processes for the application stops responding.

Syntax

HRESULT WerUnregisterAppLocalDump();

Return value

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1709 [desktop apps | UWP apps]
Minimum supported server Windows Server 2016 [desktop apps | UWP apps]
Target Platform Windows
Header werapi.h
Library Kernel32.lib
DLL KernelBase.dll

See also

WerRegisterAppLocalDump, Windows Error Reporting (WER)