SYSTEM_HANDLE_INFORMATION structure

Posted by striker on Stack Overflow See other posts from Stack Overflow or by striker
Published on 2010-03-30T18:20:48Z Indexed on 2010/03/30 18:23 UTC
Read the original article Hit count: 784

From where does this structure originates? I know that it is declared in famous ntdll.h and is a part of undocumented windows API. But isn't it vary between different versions of windows? Is there a way to dump this structure from working system? I tried 'dt SYSTEM_HANLDE_INFORMATION' in Windbg and 'type SYSTEM_HANLDE_INFORMATION' in SoftIce but all I get is 'no such symbol' message. I also dumped ntoskrnl.pdb with PdbDump.exe and searched among the dumped structures - and could not find neither SYSTEM_HANLDE_INFORMATION nor SYSTEM_HANLDE.

Could you help me?

© Stack Overflow or respective owner

Related posts about data-structures

Related posts about sysinternals