typedef struct _PO_DIAG_STACK_RECORD
{
    unsigned long StackDepth;
    void *Stack[1];
} PO_DIAG_STACK_RECORD, *PPO_DIAG_STACK_RECORD;