Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
CrashInfo Struct Reference

#include <qaGobiApiDms.h>

Data Fields

WORD numCrashes
 
ULONG crashId
 
ULONG crashData
 
WORD crashStrLen
 
CHAR * pCrashString
 
WORD gcDumpStrLen
 
CHAR * pGCDumpString
 

Detailed Description

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]
  • Crash Data
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

The documentation for this struct was generated from the following file: