PshedFreeMemory 函数 (ntddk.h)
PshedFreeMemory 函数释放以前通过调用 PshedAllocateMemory 函数分配的内存块。
语法
NTPSHEDAPI VOID PshedFreeMemory(
[in] PVOID Address
);
参数
[in] Address
指向要释放的内存块的指针。
返回值
无
备注
PSHED 插件调用 PshedFreeMemory 函数以释放它以前通过调用 PshedAllocateMemory 函数分配的内存块。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 在 Windows Server 2008、Windows Vista SP1 及更高版本的 Windows 中受支持。 |
目标平台 | 通用 |
标头 | ntddk.h (包括 Ntddk.h) |
Library | Pshed.lib |
DLL | Pshed.dll |
IRQL | <=DISPATCH_LEVEL |