typedef struct _HEAP_STOP_ON_TAG { union { unsigned long HeapAndTagIndex; struct { unsigned short TagIndex; unsigned short HeapIndex; }; }; } HEAP_STOP_ON_TAG, *PHEAP_STOP_ON_TAG;