Crash dump notify callback Dump file path User context Exception info if false - crash dump file was not saved status
| 14 | /// <param name="success">if false - crash dump file was not saved</param> |
| 15 | /// <returns>status</returns> |
| 16 | int 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 |
nothing calls this directly
no outgoing calls
no test coverage detected