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

Function DumpNotifier

src/Main.cpp:16–20  ·  view source on GitHub ↗

Crash dump notify callback Dump file path User context Exception info if false - crash dump file was not saved status

Source from the content-addressed store, hash-verified

14/// <param name="success">if false - crash dump file was not saved</param>
15/// <returns>status</returns>
16int DumpNotifier( const wchar_t* path, void* context, EXCEPTION_POINTERS* expt, bool success )
17{
18 Message::ShowError( NULL, L"Program has crashed. Dump file saved at '" + std::wstring( path ) + L"'" );
19 return 0;
20}
21
22/// <summary>
23/// Associate profile file extension

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected