StorPortFreeHostMemoryBuffer 函式 (storport.h)
StorPortFreeHostMemoryBuffer 例程會釋放配置給主機記憶體緩衝區的實體連續記憶體, (HMB)
語法
ULONG StorPortFreeHostMemoryBuffer(
[in] PVOID HwDeviceExtension,
PACCESS_RANGE PhysicalAddressRanges,
[in] ULONG PhysicalAddressRangeCount
);
參數
[in] HwDeviceExtension
主機總線適配卡的硬體裝置擴充功能指標, (HBA) 。
PhysicalAddressRanges
組成 StorPortAllocateHostMemoryBuffer 先前配置的主機記憶體緩衝區實體位址範圍的陣列。
[in] PhysicalAddressRangeCount
PhysicalAddressRanges 中的項目數目。
傳回值
StorPortFreeHostMemoryBuffer 會傳回下列其中一個狀態代碼:
傳回碼 | Description |
---|---|
|
已成功釋放主機記憶體緩衝區。 |
|
主機記憶體緩衝區無效, (可能已經釋放) 。 |
規格需求
需求 | 值 |
---|---|
目標平台 | Universal |
標頭 | storport.h (包含 Storport.h) |