#include <crashreportservices.h>
◆ MAXON_INTERFACE_NONVIRTUAL()
◆ CreateCrashReportProperty()
Creates a property that will appear in a crash log. 
- Parameters
 - 
  
    | [in] | name | Crash property name.  | 
    | [in] | value | Crash property value.  | 
  
   
- Returns
 - Crash property index (required to remove the property one the code block is left). 
 
 
 
◆ FreeCrashReportProperty()
Removes a crash property (usually called when a code block is left). 
- Parameters
 - 
  
    | [in] | propertyIdx | Crash property index returned by CreateCrashProperty.  | 
  
   
 
 
◆ GetCrashReportProperties()
  
  
      
        
          | static MAXON_METHOD void* GetCrashReportProperties  | 
          ( | 
          void *  | 
          osThread | ) | 
           | 
         
       
   | 
  
staticprivate   | 
  
 
Returns a pointer to an array with crash properties (used by the crash report). 
- Parameters
 - 
  
    | [in] | osThread | OS specific thread identifier.  | 
  
   
- Returns
 - Pointer to an array with crash properties. 
 
 
 
◆ CrashReportProperty