共用方式為


StorPortFreeContiguousMemorySpecifyCache 函式 (storport.h)

StorPortFreeContiguousMemorySpecifyCache 例程會在系統地址空間的非分頁部分解除分配非快取記憶體的範圍。

語法

ULONG StorPortFreeContiguousMemorySpecifyCache(
  [in] PVOID               HwDeviceExtension,
  [in] PVOID               BaseAddress,
  [in] SIZE_T              NumberOfBytes,
  [in] MEMORY_CACHING_TYPE CacheType
);

參數

[in] HwDeviceExtension

主機總線適配卡的硬體裝置擴充功能指標, (HBA) 。

[in] BaseAddress

要釋放的基底虛擬位址。

[in] NumberOfBytes

配置給要求的位元組數目。 這必須是先前呼叫 StorPortAllocateContiguousMemorySpecifyCacheNode 例程時提供做為參數的相同數目。

[in] CacheType

呼叫 StorPortAllocateContiguousMemorySpecifyCacheNode 例程中使用的快取類型。

傳回值

StorPortFreeContiguousMemorySpecifyCache 例程會傳回下列其中一個狀態代碼:

傳回碼 Description
STOR_STATUS_NOT_IMPLEMENTED
此函式不會在作用中的操作系統上實作。
STOR_STATUS_SUCCESS
作業成功。

規格需求

需求
最低支援的用戶端 適用於 Windows 7 和更新版本的 Windows 作業系統。
目標平台 Universal
標頭 storport.h (包含 Storport.h)
IRQL <=DISPATCH_LEVEL
DDI 合規性規則 StorPortIrql (storport)

另請參閱

StorPortAllocateContiguousMemorySpecifyCacheNode