typedef struct _HEAP_STOP_ON_VALUES
{
    unsigned __int64 AllocAddress;
    HEAP_STOP_ON_TAG AllocTag;
    unsigned __int64 ReAllocAddress;
    HEAP_STOP_ON_TAG ReAllocTag;
    unsigned __int64 FreeAddress;
    HEAP_STOP_ON_TAG FreeTag;
} HEAP_STOP_ON_VALUES, *PHEAP_STOP_ON_VALUES;