This structure is used to store Crash Information
- Parameters
-
| numCrashes[OUT] |
- Number of instances of the remaining fields
|
| crashId[OUT] |
- Random crash id assigned at crash
|
| crashData[OUT] |
|
| crashStrLen[IN/OUT] |
- Length of pCrashString as an INPUT, length of the pCrashString field returned by API as an OUTPUT
|
| pCrashString[OUT] |
- Pointer to store crash string
|
| gcDumpStrLen[IN/OUT] |
- Length of pGCDumpString as an INPUT, Length of the pGCDumpString field returned by API as an OUTPUT
|
| pGCDumpString[OUT] |
- gcdump string for the crash
|