Changes

173 bytes removed ,  17:21, 11 April 2023
no edit summary
Line 36: Line 36:     
= LaunchFlags =
 
= LaunchFlags =
  −
The LaunchFlags enum looks like this:
  −
   
{| class=wikitable
 
{| class=wikitable
 
! Bit || Mask || Name
 
! Bit || Mask || Name
 
|-
 
|-
| 0 || 1 || LaunchFlags_EnableDetailedCrashReport
+
| 0 || 1 || EnableDetailedCrashReport
 
|-
 
|-
| 1 || 2 || LaunchFlags_EnableCrashReportScreenShotForProduction
+
| 1 || 2 || EnableCrashReportScreenShotForProduction
 
|-
 
|-
| 2 || 4 || LaunchFlags_EnableCrashReportScreenShotForDevelop
+
| 2 || 4 || EnableCrashReportScreenShotForDevelop
 
|-
 
|-
 
|}
 
|}
    
= SnapShotDumpType =
 
= SnapShotDumpType =
  −
The SnapShotDumpType enum looks like this:
  −
   
{| class=wikitable
 
{| class=wikitable
 
! Value || Name
 
! Value || Name
 
|-
 
|-
| 0 || SnapShotDumpType_None
+
| 0 || None
 
|-
 
|-
| 1 || SnapShotDumpType_Auto
+
| 1 || Auto
 
|-
 
|-
| 2 || SnapShotDumpType_Full
+
| 2 || Full
 
|-
 
|-
 
|}
 
|}
Line 92: Line 86:  
| Padding
 
| Padding
 
|}
 
|}
      
== LaunchProgram ==
 
== LaunchProgram ==