#include <crashreportservices.h>
私有成员函数 |
|
MAXON_INTERFACE_NONVIRTUAL ( CrashReportServices , MAXON_REFERENCE_NONE , "net.maxon.interface.crashreportservices") |
Static Private Member Functions |
|
static MAXON_METHOD Int32 | CreateCrashReportProperty (const Char *name, const Char *value) |
static MAXON_METHOD void | FreeCrashReportProperty ( Int32 propertyIdx) |
static MAXON_METHOD void * | GetCrashReportProperties (void *osThread) |
Friends |
|
class | CrashReportProperty |
|
private |
|
static private |
Creates a property that will appear in a crash log.
[in] | name | Crash property name. |
[in] | value | Crash property value. |
|
static private |
Removes a crash property (usually called when a code block is left).
[in] | propertyIdx | Crash property index returned by CreateCrashProperty. |
|
static private |
Returns a pointer to an array with crash properties (used by the crash report).
[in] | osThread | OS specific thread identifier. |
|
friend |