> For the complete documentation index, see [llms.txt](https://www.pinvoke.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pinvoke.dev/debug/unwind_history_table.md).

# UNWIND\_HISTORY\_TABLE

```csharp
public struct UNWIND_HISTORY_TABLE
{
	public uint Count;
	public byte LocalHint;
	public byte GlobalHint;
	public byte Search;
	public byte Once;
	public nuint LowAddress;
	public nuint HighAddress;
	public UNWIND_HISTORY_TABLE_ENTRY Entry;
}
```

[UNWIND\_HISTORY\_TABLE\_ENTRY](/debug/unwind_history_table_entry.md)
