StorPortFreeDeviceBase 函数 (storport.h)

StorPortFreeDeviceBase 释放 StorPortGetDeviceBase 映射的一系列设备 I/O 内存。

语法

STORPORT_API VOID StorPortFreeDeviceBase(
  [in] PVOID HwDeviceExtension,
  [in] PVOID MappedAddress
);

参数

[in] HwDeviceExtension

指向硬件设备扩展的指针。 这是端口驱动程序代表微型端口驱动程序分配和初始化的每个 HBA 存储区域。 微型端口驱动程序通常在此扩展中存储特定于 HBA 的信息,例如 HBA 的状态和 HBA 的映射访问范围。 在微型端口驱动程序调用 StorPortInitialize 后,微型端口驱动程序立即可以使用此区域。 端口驱动程序在删除设备时释放此内存。

[in] MappedAddress

指向要释放的内存区域的指针。

返回值

要求

要求
目标平台 通用
标头 storport.h (包括 Storport.h)
Library Storport.lib

另请参阅

ScsiPortFreeDeviceBase

StorPortGetDeviceBase