0:000> dt -v local_doors
Got address 01117368 for symbol
struct DoorList, 3 elements, 0xc bytes
+0x000 entries : 0x08580510 struct DoorEntry, 15 elements,
0x60 bytes
+0x004 count : 10
+0x008 max : 16
0:000> dt local_doors -a3 entries
+0x000 entries : 0x08580510
It seems that 'dt local_doors -a3 entries' should show three elements
of the array. Am I missing something?
Thanks, in advance, for your help.
--
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"art" <abr...@gmail.com> wrote in message
news:1163022960.3...@m73g2000cwd.googlegroups.com...
I was hoping there was some way to get it to work they way windbg help
describes.
Thanks for the feedback!
Art