While debugging an application I ran into what seems to be a dangling pointer. When I copy the pointer's address into the memory window in VS2008 (while debugging), I see a bunch of question marks instead of normal data - see attached image.
Does anyone know what that means (i.e. what has happened to the memory)? Am I looking at a section of memory that has been unpaged (if that's the correct term)?

Name:  VS_memory_window.gif
Views: 4895
Size:  10.0 KB

Thanks!