码迷,mamicode.com
首页 > 其他好文 > 详细

_DEVOBJ_EXTENSION结构体

时间:2016-12-19 14:30:41      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:pow   flags   ack   ceo   symbol   symbols   span   nod   type   

1、XP中的

 (1)、OS:zh-hans_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74070.iso

 (2)、符号表文件:WindowsXP-KB936929-SP3-x86-symbols-full-ENU.exe

 (3)、WDK及WinDBG:GRMWDK_EN_7600_1.ISO 及 其中的 x86版本的WinDBG

kd> dt _DEVOBJ_EXTENSION
nt!_DEVOBJ_EXTENSION
   +0x000 Type             : Int2B
   +0x002 Size             : Uint2B
   +0x004 DeviceObject     : Ptr32 _DEVICE_OBJECT
   +0x008 PowerFlags       : Uint4B
   +0x00c Dope             : Ptr32 _DEVICE_OBJECT_POWER_EXTENSION
   +0x010 ExtensionFlags   : Uint4B
   +0x014 DeviceNode       : Ptr32 Void
   +0x018 AttachedTo       : Ptr32 _DEVICE_OBJECT
   +0x01c StartIoCount     : Int4B
   +0x020 StartIoKey       : Int4B
   +0x024 StartIoFlags     : Uint4B
   +0x028 Vpb              : Ptr32 _VPB

 

 

2、

3、

 

_DEVOBJ_EXTENSION结构体

标签:pow   flags   ack   ceo   symbol   symbols   span   nod   type   

原文地址:http://www.cnblogs.com/DriverSkill/p/6197072.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!