gohoho
驱动牛犊
驱动牛犊
  • 注册日期2003-12-04
  • 最后登录2004-10-21
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:988回复:0

tBuffer = MmAllocateContiguousMemory( 8000 , tPhysicalAddress )

楼主#
更多 发布于:2004-04-07 11:16
tBuffer = MmAllocateContiguousMemory( 8000 , tPhysicalAddress )
非WDM下,MmAllocateContiguousMemory编译得好好的,可是编译为WDM时,出现unresolved external symbol _imp_MmAllocateContiguousMemory@12

这是怎么回事啊?要怎么改呢?

像HalMakeBeep(0)、HalDisplayString(string1)、KeBugCheck这些又该怎么办?
游客

返回顶部