PshedFreeMemory function (ntddk.h)
The PshedFreeMemory function frees a block of memory that was previously allocated by calling the PshedAllocateMemory function.
Syntax
NTPSHEDAPI VOID PshedFreeMemory(
[in] PVOID Address
);
Parameters
[in] Address
A pointer to the block of memory being freed.
Return value
None
Remarks
A PSHED plug-in calls the PshedFreeMemory function to free a block of memory that it previously allocated by calling the PshedAllocateMemory function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported in Windows Server 2008, Windows Vista SP1, and later versions of Windows. |
Target Platform | Universal |
Header | ntddk.h (include Ntddk.h) |
Library | Pshed.lib |
DLL | Pshed.dll |
IRQL | <=DISPATCH_LEVEL |