Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
ExceptionHandling.h File Reference
+ Include dependency graph for ExceptionHandling.h:

Go to the source code of this file.

Functions

void ReportInteractiveEnsure (const TCHAR *InMessage)
 
bool IsInteractiveEnsureMode ()
 

Variables

bool GAlwaysReportCrash
 
bool GUseCrashReportClient
 
TCHAR MiniDumpFilenameW [1024]
 

Function Documentation

◆ IsInteractiveEnsureMode()

bool IsInteractiveEnsureMode ( )
extern

◆ ReportInteractiveEnsure()

void ReportInteractiveEnsure ( const TCHAR * InMessage)
extern

Variable Documentation

◆ GAlwaysReportCrash

bool GAlwaysReportCrash
extern

Whether we should generate crash reports even if the debugger is attached.

◆ GUseCrashReportClient

bool GUseCrashReportClient
extern

Whether to use ClientReportClient rather than AutoReporter.

◆ MiniDumpFilenameW

TCHAR MiniDumpFilenameW[1024]
extern