typedef struct _VI_FAULT_TRACE
{
    ETHREAD *Thread;
    void *StackTrace[8];
} VI_FAULT_TRACE, *PVI_FAULT_TRACE;