|
RtFreeLocalMemory frees memory previously allocated by a call to RtAllocateLocalMemory.
Syntax
BOOL RtFreeLocalMemory(
PVOID pVirtualAddress
);
Parameters
pVirtualAddress
A pointer to the start of the memory, as returned by RtAllocateLocalMemory.
Return Values
TRUE if the function succeeds, FALSE if the function fails
Remarks
RtFreeLocalMemory frees memory previously allocated by RtAllocateLocalMemory.
Requirements
Header | Rtapi.h |
Library | rtapi_w32.lib (Windows), Rtx_Rtss.lib (RTSS) |
See Also: