typedef struct _DEBUG_HEAP_DUMP { /* dhd */
DWORD OffsetToAllocatorTable;
DWORD NumberOfHeaps;
DEBUG_HEAP_INFO HeapInfo[ 1 ];
} DEBUG_HEAP_DUMP, *PDEBUG_HEAP_DUMP;
Documentation for this structure is not available for this release.