!rtlavl

The !rtlavl extension displays the entries of an RTL_AVL_TABLE structure.

!rtlavl Address [Module!Type]
!rtlavl -?

Parameters

Address
Specifies the address of the RTL_AVL_TABLE to display.

Module
Specifies the module in which the data structure is defined.

Type
Specifies the name of a data structure.

-?
Displays some brief Help text for this extension in the Debugger Command window.

DLL

Ext.dll

Additional Information

Use the !gentable extension to display AVL tables.

Remarks

Including the Module!Type option causes each entry in the table to be interpreted as having the given type.

The display can be interrupted at any time by pressing CTRL+BREAK (in WinDbg) or CTRL+C (in KD or CDB).