共用方式為


VideoPortFreePool 函式 (video.h)

VideoPortFreePool 函式會解除分配 VideoPortAllocatePool 先前配置的集區內存區塊。

語法

VIDEOPORT_API VOID VideoPortFreePool(
  [in] IN PVOID HwDeviceExtension,
  [in] IN PVOID Ptr
);

參數

[in] HwDeviceExtension

迷你埠驅動程式裝置延伸模組的指標。

[in] Ptr

要釋放之內存第一個字節的指標。

傳回值

備註

VideoPortFreePool 旨在取代 VideoPortReleaseBuffer,這已過時。

VideoPortFreePool 的呼叫端必須在 IRQL <= DISPATCH_LEVEL上執行。 在DISPATCH_LEVEL呼叫端必須在配置記憶體時指定 VpNonPaged XxxPoolType 。 否則,呼叫端必須在 IRQL < DISPATCH_LEVEL執行。

規格需求

需求
最低支援的用戶端 可在 Windows XP 和更新版本的 Windows 作業系統中使用。
目標平台 桌面
標頭 video.h (包含 Video.h)
程式庫 Videoprt.lib
Dll Videoprt.sys
IRQL 請參閱一節。

另請參閱

VideoPortAllocateCommonBuffer

VideoPortAllocatePool