super9
驱动牛犊
驱动牛犊
  • 注册日期2008-08-06
  • 最后登录2009-04-29
  • 粉丝0
  • 关注0
  • 积分5分
  • 威望99点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1924回复:0

NdisAllocateBuffer参数问题

楼主#
更多 发布于:2008-10-25 09:47
VOID  NdisAllocateBuffer(
    OUT PNDIS_STATUS  Status,
    OUT PNDIS_BUFFER  *Buffer,
    IN NDIS_HANDLE  PoolHandle,
    IN PVOID  VirtualAddress,
    IN UINT  Length
    );
请问其中PoolHandle和 VirtualAddress分别是什么意思啊??
(附英文解释:
PoolHandle
              Specifies the handle returned by a preceding call to NdisAllocateBufferPool.
VirtualAddress
              Pointer to the base virtual address of previously allocated system-space memory to be mapped in the returned buffer descriptor.
游客

返回顶部