DXGKCB_AGP_FREE_POOL回调函数 (dispmprt.h)
DXGKCB_AGP_FREE_POOL回调函数释放以前由 AgpAllocatePool 分配的 AGP 内存。
语法
DXGKCB_AGP_FREE_POOL DxgkcbAgpFreePool;
NTSTATUS DxgkcbAgpFreePool(
[in] IN HANDLE Context,
[in] IN PVOID VirtualAddress
)
{...}
参数
[in] Context
与 AGP 接口关联的上下文块的句柄。 显示微型端口驱动程序之前在 DxgkCbQueryServices 填充的 DXGK_AGP_INTERFACE 结构的 Context 成员中收到此句柄。
[in] VirtualAddress
要释放的 AGP 分配的基虚拟地址。 这是先前在 AgpAllocatePool 函数的 VirtualAddress 输出参数中返回的虚拟地址。
返回值
如果 AgpFreePool 成功,则返回STATUS_SUCCESS。 否则,它将返回 Ntstatus.h 中定义的错误代码之一。
备注
无。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista |
目标平台 | 桌面 |
标头 | dispmprt.h (包括 Dispmprt.h) |
IRQL | PASSIVE_LEVEL |