yiqiang
驱动牛犊
驱动牛犊
  • 注册日期2002-05-12
  • 最后登录2002-07-16
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:979回复:1

关于MmGetPhysicalAddress

楼主#
更多 发布于:2002-07-15 11:06
多谢各位的指点,继续请教:
1。函数MmGetPhysicalAddress的用法及包含的头文件
2。在那里可以查到相关资料?

Hideman
驱动中牛
驱动中牛
  • 注册日期2001-09-11
  • 最后登录2007-04-16
  • 粉丝0
  • 关注0
  • 积分70分
  • 威望7点
  • 贡献值0点
  • 好评度7点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2002-07-15 17:17
MmGetPhysicalAddress
PHYSICAL_ADDRESS
  MmGetPhysicalAddress(
  IN PVOID BaseAddress
  );
MmGetPhysicalAddress returns the physical address corresponding to a valid virtual address.

Parameters
BaseAddress
Points to the virtual address for which to return the physical address.
Include
ntddk.h

Return Value
MmGetPhysicalAddress returns the physical address that corresponds to the given virtual address.

Comments
Callers of MmGetPhysicalAddress can be running at any IRQL, provided that the BaseAddress value is valid.

在ntddk的帮助文件中
游客

返回顶部