MCPcopy Create free account
hub / github.com/DarthTon/Xenos / DisableWatchdog

Method DisableWatchdog

src/DumpHandler.cpp:76–83  ·  view source on GitHub ↗

Remove unhanded exception filter

Source from the content-addressed store, hash-verified

74/// Remove unhanded exception filter
75/// </summary>
76void DumpHandler::DisableWatchdog()
77{
78 if (_pPrevFilter)
79 {
80 SetUnhandledExceptionFilter( (LPTOP_LEVEL_EXCEPTION_FILTER)_pPrevFilter );
81 _pPrevFilter = nullptr;
82 }
83}
84
85/// <summary>
86/// Unhanded exception filter

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected